Re: [R] mvProbit error message

2016-02-24 Thread Betty Betty
L Petr <petr.pi...@precheza.cz> > wrote: > > Hi > > It shall work, I do not see any problem in the code. So you have to > persuade us that you checked your data properly e.g. by posting result of > > str(mydata) > > Cheers > Petr > > > > > -

Re: [R] mvProbit error message

2016-02-24 Thread PIKAL Petr
;- as.numeric(mydata$tree)-1 You can use apply to change several factors to numeric at once. Cheers Petr From: Betty Betty [mailto:alemines...@gmail.com] Sent: Wednesday, February 24, 2016 10:16 AM To: PIKAL Petr Cc: r-help@r-project.org Subject: Re: [R] mvProbit error message sorry for the confus

Re: [R] mvProbit error message

2016-02-24 Thread PIKAL Petr
her confused. Cheers Petr From: Betty Betty [mailto:alemines...@gmail.com] Sent: Wednesday, February 24, 2016 9:55 AM To: PIKAL Petr Subject: Re: [R] mvProbit error message Thank you very much! I find the following out put 1. If I import the data with read.spss(use.value.lables=FALSE) str(myd

[R] mvProbit error message

2016-02-23 Thread Betty Betty
Dear All, I am running the mvProbit model to estimate five equation probit models. In my data all the dependent variables are dichotomous with values 0/1 and lables TRUE/FALSE. The explanatory variables are composed of catagorical and countinous variables. I specified the model as follows

Re: [R] mvProbit error message

2016-02-23 Thread PIKAL Petr
ty > Sent: Tuesday, February 23, 2016 9:37 AM > To: r-help@r-project.org > Subject: [R] mvProbit error message > > Dear All, > I am running the mvProbit model to estimate five equation probit > models. In my data all the dependent variables are dichotomous with > values 0/1 and l