Re: [R] Error in mkRespMod(fr, family = family) : response must be numeric

2015-11-16 Thread William Dunlap
You should look at the data that you imported to R from somewhere else with the str() or summary() function. Since you think the data should have nice column names but seems to have the names V1, ..., Vn, I think that you may may have read a file with column names at the top into R with read.table

Re: [R] Error in mkRespMod(fr, family = family) : response must be numeric

2015-11-16 Thread John Kane
> -Original Message- > From: polla...@gmail.com > Sent: Sun, 15 Nov 2015 13:58:24 -0800 > To: r-help@r-project.org > Subject: [R] Error in mkRespMod(fr, family = family) : response must be > numeric > > Hi -- > > I am new to R, and not much more advanced in stats, but

Re: [R] Error in mkRespMod(fr, family = family) : response must be numeric

2015-11-16 Thread David Winsemius
> On Nov 15, 2015, at 1:58 PM, Tania Pollak wrote: > > Hi -- > > I am new to R, and not much more advanced in stats, but am trying to learn > my way through the program to finish my master's thesis. I am trying to > run tests using glmer, and am getting the above error message. > > My code is

Re: [R] Error in mkRespMod(fr, family = family) : response must be numeric

2015-11-16 Thread David L Carlson
tment of Anthropology Texas A&M University College Station, TX 77840-4352 -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Tania Pollak Sent: Sunday, November 15, 2015 3:58 PM To: r-help@r-project.org Subject: [R] Error in mkRespMod(fr, family = family) :

[R] Error in mkRespMod(fr, family = family) : response must be numeric

2015-11-16 Thread Tania Pollak
Hi -- I am new to R, and not much more advanced in stats, but am trying to learn my way through the program to finish my master's thesis. I am trying to run tests using glmer, and am getting the above error message. My code is: > test1=glmer(V12~V10+(1|V4),family=poisson) Error in mkRespMod(fr,