Likehood-Based Statistics for Other Links for orm Fits
Olinks(
object,
links = c("logistic", "probit", "loglog", "cloglog"),
dec = 3,
gradtol = 0.001
)data frame. The R2 column is from the last adjusted \(R^2\) computed by orm,
which adjustes for the effective sample size and the number of betas.
if (FALSE) { # \dontrun{
f <- orm(y ~ x1 + x2, family='loglog', x=TRUE, y=TRUE)
Olinks(f)
} # }