DescriptiveStrategy: Report: Descriptive statistics by strategy

Description Usage Arguments Value Examples

View source: R/DescriptiveStrategy_m2.R

Description

This is a function that reports a descriptive analysis of the strategy and students performance

Usage

1
2
DescriptiveStrategy(data, strategy.var, performance.item, performance.test,
  PartialCredit = FALSE)

Arguments

data

A matrix or data.frame where the 'strategy.var' and performance variables are

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

1
m2$DescriptiveStrategy(cp025q01.treated, "votat", "CP025Q01", "PV1CPRO")

derecost/LOGAN documentation built on June 19, 2020, 6:40 p.m.