Learn R Programming

pks (version 0.6-1)

print.blim: Print a blim Object

Description

Prints the output of a blim model object.

Usage

# S3 method for blim
print(x, P.Kshow = FALSE, errshow = TRUE,
      digits=max(3, getOption("digits") - 2), ...)

Value

Returns the blim object invisibly.

Arguments

x

an object of class blim, typically the result of a call to blim.

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 digits specifies the minimum number of significant digits to be printed in values.

...

further arguments passed to or from other methods. None are used in this method.

See Also

blim.

Examples

Run this code
data(DoignonFalmagne7)
 
blim1 <- blim(DoignonFalmagne7$K, DoignonFalmagne7$N.R)
print(blim1, showP.K = TRUE)

Run the code above in your browser using DataLab