DescriptiveStrategy: Report: Descriptive statistics by strategy

View source: R/DescriptiveStrategy_m2.R

DescriptiveStrategyR 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 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

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


LOGAN documentation built on Oct. 25, 2022, 9:08 a.m.