powered by
This generic function prints estimated parameters from an eirm object returned from the eirm function.
eirm
# S3 method for eirm print(x, difficulty = FALSE, ...)
An object returned from the eirm function.
Whether difficulty should be used instead of easiness (default: FALSE)
Other print-related arguments.
Estimated parameters from an eirm object.
# NOT RUN { data("VerbAgg") mod0 <- eirm(formula = "r2 ~ -1 + situ + btype + (1|id)", data = VerbAgg) print(mod0) # or, just mod0 print(mod0, difficulty = TRUE) # }
Run the code above in your browser using DataLab