Learn R Programming

exametrika (version 1.1.0)

StudentAnalysis: StudentAnalysis

Description

The StudentAnalysis function returns descriptive statistics for each individual student. Specifically, it provides the number of responses, the number of correct answers, the passage rate, the standardized score, the percentile, and the stanine.

Usage

StudentAnalysis(U, na = NULL, Z = NULL, w = NULL)

Value

Returns a data frame containing the following columns for each student:

  • ID: Student identifier

  • NR: Number of responses

  • NRS: Number-right score (total correct answers)

  • PR: Passage rate (proportion correct)

  • SS: Standardized score (z-score)

  • Percentile: Student's percentile rank

  • Stanine: Student's stanine score (1-9)

Arguments

U

U is a data matrix of the type matrix or data.frame.

na

na argument specifies the numbers or characters to be treated as missing values.

  • ID: Student identifier

  • NR: Number of responses

  • NRS: Number-right score (total correct answers)

  • PR: Passage rate (proportion correct)

  • SS: Standardized score (z-score)

  • Percentile: Student's percentile rank

  • Stanine: Student's stanine score (1-9)

Z

Z is a missing indicator matrix of the type matrix or data.frame

w

w is item weight vector

Examples

Run this code
# using sample dataset
StudentAnalysis(J15S500)

Run the code above in your browser using DataLab