search for: agesq

Displaying 8 results from an estimated 8 matches for "agesq".

Did you mean: ages
2003 May 07
1
[R ] Query : problems with the arithmetic operator "^" wi th function "lme" and "lmList"
Dear Martin, Have you try to create a new variable for age squared, say agesq? If you fit the model using this new variable you should get the coefficients. So your new model is something like height~age+agesq I hope this helps, Saghir > -----Original Message----- > From: MARTIN Ludovic [SMTP:martinl@mathinfo.ens.univ-reims.fr] > Sent: Wednesday, 07 May, 2003...
2011 Mar 13
1
troubles with logistic regression
...for my project in class and got stuck on trying to run logistic regression. here is my code: data <- read.csv(file="C:/Users/fieder.data.2000.csv") # creating subset of men fieder.male<-subset(data,data[,8]==1) unmarried.male<-subset(data,data[,8]==1&data[,6]==1) # glm fit agesq.male<-(unmarried.male[,5])^2 male.sqrtincome<-sqrt(unmarried.male[,9]) fieder.male.mar.glm<-glm(as.factor(unmarried.male[,6])~ factor(fieder.male[,7])+fieder.male[,5]+agesq.male+ male.sqrtincome,binomial(link="logit") ) par(mfrow=c(1,1)) plot(c(0,300),c(0,1),pch=" "...
2018 Jan 16
5
Merging RData files
I ran two separate hours-long projects. Results of each were saved to two separate .RData files. Content of each includes, among others, the following: ?????????????????? me??? se????? t???? p sig pc21.age??????? 0.640 0.219? 2.918 0.004 *** pc21.agesq????? 0.000 0.000??? NaN?? NaN pc21.inc??????? 0.903 0.103? 8.752 0.000 *** pc21.incsq????? 0.000 0.000??? NaN?? NaN pc21.sei10????? 0.451 0.145? 3.122 0.002 *** pc21.sblkprot? -4.334 3.387? 1.280 0.201 ... Question: How can I combine/consolidate the two .RData files into one? Thank you. [[a...
2018 Jan 16
0
Merging RData files
...u.tw> wrote: > I ran two separate hours-long projects. Results of each were saved to > two separate .RData files. > Content of each includes, among others, the following: > > me se t p sig > pc21.age 0.640 0.219 2.918 0.004 *** > pc21.agesq 0.000 0.000 NaN NaN > pc21.inc 0.903 0.103 8.752 0.000 *** > pc21.incsq 0.000 0.000 NaN NaN > pc21.sei10 0.451 0.145 3.122 0.002 *** > pc21.sblkprot -4.334 3.387 1.280 0.201 > ... > > Question: How can I combine/consolidate the two .RData fil...
2018 Jan 16
2
Merging RData files
...;> I ran two separate hours-long projects. Results of each were saved to two >> separate .RData files. >> Content of each includes, among others, the following: >> >> me se t p sig pc21.age 0.640 0.219 2.918 0.004 *** >> pc21.agesq 0.000 0.000 NaN NaN pc21.inc 0.903 0.103 8.752 0.000 >> *** pc21.incsq 0.000 0.000 NaN NaN >> pc21.sei10 0.451 0.145 3.122 0.002 *** pc21.sblkprot -4.334 3.387 1.280 >> 0.201 ... >> >> Question: How can I combine/consolidate the two...
2018 Jan 16
0
Merging RData files
...ging RData files > > I ran two separate hours-long projects. Results of each were saved to two > separate .RData files. > Content of each includes, among others, the following: > > me se t p sig pc21.age 0.640 0.219 2.918 0.004 *** > pc21.agesq 0.000 0.000 NaN NaN pc21.inc 0.903 0.103 8.752 0.000 > *** pc21.incsq 0.000 0.000 NaN NaN > pc21.sei10 0.451 0.145 3.122 0.002 *** pc21.sblkprot -4.334 3.387 1.280 > 0.201 ... > > Question: How can I combine/consolidate the two .RData files into on...
2018 Jan 16
0
Merging RData files
...ate hours-long projects. Results of each were saved to two >>> separate .RData files. >>> Content of each includes, among others, the following: >>> >>> me se t p sig pc21.age 0.640 0.219 2.918 0.004 *** >>> pc21.agesq 0.000 0.000 NaN NaN pc21.inc 0.903 0.103 8.752 0.000 >>> *** pc21.incsq 0.000 0.000 NaN NaN >>> pc21.sei10 0.451 0.145 3.122 0.002 *** pc21.sblkprot -4.334 3.387 1.280 >>> 0.201 ... >>> >>> Question: How can I combine/...
2018 Jan 16
1
Merging RData files
...;>>> to two >>>> separate .RData files. >>>> Content of each includes, among others, the following: >>>> >>>> ????????????????????? me??? se????? t???? p sig pc21.age??????? >>>> 0.640 0.219? 2.918 0.004 *** >>>> pc21.agesq????? 0.000 0.000??? NaN?? NaN pc21.inc 0.903 0.103? >>>> 8.752 0.000 >>>> *** pc21.incsq????? 0.000 0.000??? NaN?? NaN >>>> pc21.sei10????? 0.451 0.145? 3.122 0.002 *** pc21.sblkprot -4.334 >>>> 3.387? 1.280 >>>> 0.201 ... >>>&g...