powered by
Likehood-Based Statistics for Other Links for orm Fits
Olinks(object, links = c("logistic", "probit", "loglog", "cloglog"), dec = 3)
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.
R2
orm
an object created by orm with x=TRUE, y=TRUE
x=TRUE, y=TRUE
a vector of links to consider other than the one used to get object
object
number of digits to the right of the decimal place to round statistics to
Frank Harrell
if (FALSE) { f <- orm(y ~ x1 + x2, family='loglog', x=TRUE, y=TRUE) Olinks(f) }
Run the code above in your browser using DataLab