search for: naive_answ

Displaying 3 results from an estimated 3 matches for "naive_answ".

Did you mean: naive_answer
2016 Apr 14
0
help with OR confidence interval using probit link
Howdy everyone I?m trying to get Odds ratio and OR confidence intervals using a probit model, but I'm not getting. Do you think you can help me? I?m new with R L naive = summary(glm(pcr.data[,7]~boldBeta_individual+pcr.data$age,family=binomial(link=probit))) naive_answer = c(naive$coefficients[,1:3]) #naive estimates for #alpha (first 4 collumns: intercept; beta_intercept, beta_slope and age) and...
2016 Apr 15
0
Odds Ratio and OR CI
...using a probit > model, but I'm not getting. > > > > Do you think you can help me? > > > > I?m new with R L > > > > naive = > summary(glm(pcr.data[,7]~boldBeta_individual+pcr.data$age,family=binomial(link=probit))) > > naive_answer = c(naive$coefficients[,1:3]) > #naive estimates for > > > #alpha (first 4 collumns: intercept; beta_intercept, beta_slope and age) > and > > > #and SE(last 4 collumns: intercept; beta_intercept, beta_slope and age) > > > > OR.naive = exp(1.6*...
2016 Apr 14
1
R 3.2.5 is released
The 3.2.4-revised version turned out to give trouble for some of CRAN's subsystems. Accordingly, a rebadged version 3.2.5 is now released; it only differs in the version number and a few clean-up items. If you have a working install of 3.2.4-revised there should be no reason to upgrade it. You can get the source code from http://cran.r-project.org/src/base/R-3/R-3.2.5.tar.gz or wait for it