dataset_dep {PROsetta}R Documentation

DEP dataset

Description

This dataset is associated with the following objects:

Details

Examples


## load datasets into a PROsetta_data object
data_dep <- loadData(
  response = response_dep,
  itemmap  = itemmap_dep,
  anchor   = anchor_dep
)

## run descriptive statistics
runDescriptive(data_dep)

## run item parameter calibration on the response data, linking to the anchor item parameters
runLinking(data_dep, method = "FIXEDPAR")

[Package PROsetta version 0.4.1 Index]