search for: f180

Displaying 2 results from an estimated 2 matches for "f180".

Did you mean: 180
2010 Dec 30
1
Different results in glm() probit model using vector vs. two-column matrix response
...)) y<-c(y_U, y_M) trt<-c(rep(1, 40), rep(0, 40)) # print x & y's for both SF y ldose log10x # analysis with 10 records and 80 records f1 <- glm(SF ~ group + ldose, family=binomial(link="probit")) f3 <- glm(SF ~ ldose, family=binomial(link="probit")) f180 <- glm(y ~ trt + log10x, family=binomial(link="probit")) f380 <- glm(y ~ log10x, family=binomial(link="probit")) summary(f1) summary(f180) f1$weights f180$weights # check weights divided by 8 to see if match -- match several decimal places, # but not exactly f1$we...
2003 Apr 24
1
write.table problem
...0.159 0.205 -0.200 -0.103 -0.226 f138 0.248 0.210 0.151 0.123 -0.282 f161 -0.152 -0.242 -0.114 f163 -0.212 -0.183 0.133 0.196 f176 0.248 0.210 0.151 0.123 -0.282 f180 0.162 0.191 0.225 0.206 -0.104 0.324 f182 0.229 -0.229 -0.178 f185 0.226 0.125 -0.109 f190 0.227 -0.233 -0.201 -0.103 f193 -0.158 0.214...