I performed an exact logistic regression in my dataset using the elrm
package
I compare this to the usual logistic regression.
I was able to run the bootstrap on the usual logistic regression, the statistical interest that I pulled out is the estimated coefficient and p-value.
However, I cannot start my elrm boot lot because I cannot get the coefficients that I need from the output.
With my data, the summary gives a printout:
Results: estimate p-value p-value_se mc_size M 0.15116 0.06594 0.00443 49000 95% Confidence Intervals for Parameters lower upper M 0.00156155 0.3647232
I want to extract the M-score and p-value so that I can pull out these statistics when I do the download. I tried a bunch of different combinations to try to pull the values ββout and they don't work.
summary(model)$coefficient summary(model)$Results summary(model)$estimate
All this just spits out the resume again.
Does anyone know if elrm can be extracted from a resume?
Any help would be greatly appreciated.
source share