powered by
Prints the output of a blim model object.
blim
# S3 method for blim print(x, P.Kshow = FALSE, errshow = TRUE, digits=max(3, getOption("digits") - 2), ...)
Returns the blim object invisibly.
an object of class blim, typically the result of a call to blim.
logical, should the estimated distribution of knowledge states be printed?
logical, should the estimates of careless error and lucky guess parameters be printed?
a non-null value for digits specifies the minimum number of significant digits to be printed in values.
digits
further arguments passed to or from other methods. None are used in this method.
blim.
data(DoignonFalmagne7) blim1 <- blim(DoignonFalmagne7$K, DoignonFalmagne7$N.R) print(blim1, showP.K = TRUE)
Run the code above in your browser using DataLab