## 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")
Run the code above in your browser using DataLab