MIMOSA2 | R Documentation |
Fit a MIMOSA model with baseline.
MIMOSA2(Ntot,ns1,nu1,ns0,nu0,tol=1e-8,maxit=100,verbose=FALSE)
Ntot |
|
ns1 |
|
nu1 |
|
ns0 |
|
nu0 |
|
tol |
|
maxit |
|
verbose |
|
list
of fitted model parameters with components z
inds
thetahat
pi_est
ORTest ROC ROCPlot Boxplot simulate_MIMOSA2 logit invlogit
s = simulate_MIMOSA2();
R = MIMOSA2(Ntot=s$Ntot, ns1 = s$ns1, nu1 = s$nu1, nu0 = s$nu0, ns0 = s$ns0,maxit=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.