summary.assessment {mycaas} | R Documentation |
Summary (Method)
Description
Function used to produce result summaries of an assessment object.
Usage
## S3 method for class 'assessment'
summary(object, ...)
Arguments
object |
Assessment object to display |
... |
Additional arguments affecting the summary produced. |
Value
The function return a summary of the information in the a assessment object
Examples
# Example of random items presentation
token<- assessment(N_items = 5 ,adaptive = FALSE, ki=15)
summary(token)
[Package mycaas version 0.0.1 Index]