DescriptiveStrategy {LOGAN} | R Documentation |
Report: Descriptive statistics by strategy
Description
This is a function that reports a descriptive analysis of the strategy and students performance
Usage
DescriptiveStrategy(
data,
strategy.var,
performance.item,
performance.test,
PartialCredit = FALSE
)
Arguments
data |
A |
strategy.var |
A character string with the name of the strategy variable |
performance.item |
A character string with the name of the item performance variable |
performance.test |
A character string with the name of the test performance variable |
PartialCredit |
Logical. It can be used when the item is partial credit score. |
Value
This function returns a report with a descriptive analysis of the strategy and students performance
Examples
m2$DescriptiveStrategy(cp025q01.treated, "votat", "CP025Q01", "PV1CPRO")
[Package LOGAN version 1.0.1 Index]