On Tue, 2009-07-14 at 15:57 -0700, Michael wrote:
> Hi all,
>
> Could anybody tell me what happened to my logistic regression in R?
> mylog=glm(mytraindata$V1 ~ ., data=mytraindata, family=binomial("logit"))
>
> It generated the following error message:
>
> Error in model.frame.default(Terms, ne
losemind wrote:
>
> Hi all,
>
> Could anybody tell me what happened to my logistic regression in R?
> mylog=glm(mytraindata$V1 ~ ., data=mytraindata, family=binomial("logit"))
>
> It generated the following error message:
>
> Error in model.frame.default(Terms, newdata, na.action = na.action
Hi all,
Could anybody tell me what happened to my logistic regression in R?
mylog=glm(mytraindata$V1 ~ ., data=mytraindata, family=binomial("logit"))
It generated the following error message:
Error in model.frame.default(Terms, newdata, na.action = na.action,
xlev = object$xlevels) :
factor 's
3 matches
Mail list logo