print.blim {pks} | R Documentation |
Print a blim Object
Description
Prints the output of a blim
model object.
Usage
## S3 method for class 'blim'
print(x, P.Kshow = FALSE, errshow = TRUE,
digits=max(3, getOption("digits") - 2), ...)
Arguments
x |
an object of class |
P.Kshow |
logical, should the estimated distribution of knowledge states be printed? |
errshow |
logical, should the estimates of careless error and lucky guess parameters be printed? |
digits |
a non-null value for |
... |
further arguments passed to or from other methods. None are used in this method. |
Value
Returns the blim
object invisibly.
See Also
blim
.
Examples
data(DoignonFalmagne7)
blim1 <- blim(DoignonFalmagne7$K, DoignonFalmagne7$N.R)
print(blim1, showP.K = TRUE)
[Package pks version 0.6-0 Index]