View source: R/02_QitemFunctions.R
ScoreReport | R Documentation |
Calculates comprehensive descriptive statistics for a test, including measures of central tendency, variability, distribution shape, and reliability.
ScoreReport(U, na = NULL, Z = NULL, w = NULL)
U |
Either an object of class "exametrika" or raw data. When raw data is given,
it is converted to the exametrika class with the |
na |
Values to be treated as missing values |
Z |
Missing indicator matrix of type matrix or data.frame. Values of 1 indicate observed responses, while 0 indicates missing data. |
w |
Item weight vector specifying the relative importance of each item |
This function is intended for non-binary (ordinal or rated) response data. It calculates descriptive statistics for the overall test performance. If binary data is provided, an error message will be displayed.
An object of class "exametrika" and "TestStatistics" containing:
Number of items included in the test
Number of examinees (rows) in the dataset
Average score across all examinees
Median score
Standard deviation of test scores
Variance of test scores
Skewness of the score distribution (measure of asymmetry)
Kurtosis of the score distribution (measure of tail extremity)
Minimum score obtained
Maximum score obtained
Difference between maximum and minimum scores
Cronbach's alpha coefficient, a measure of internal consistency reliability
# Generate score report for sample ordinal data
ScoreReport(J15S3810)
# Example with rated data
ScoreReport(J35S5000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.