Displaying 3 results from an estimated 3 matches for "beta_intercept".
2016 Apr 14
0
help with OR confidence interval using probit link
...lm(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*coef(naive))
(till here works, the problem is with the confidence interval)
I tried to get t...
2016 Apr 15
0
Odds Ratio and OR CI
...ew 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*coef(naive))
>
>
>
> (till here works, the problem is with the confidence interval)
>
>
>
> I tried to get t...
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