| dataset_dep {PROsetta} | R Documentation |
DEP dataset
Description
This dataset is associated with the following objects:
Details
-
response_depadata.framecontaining raw response data of 747 participants and 49 variables.-
prosettaidparticipant IDs. -
EDDEP04 -- CESD20response to items.
-
-
itemmap_depadata.framecontaining the item map, describing the items in each instrument.-
item_orderitem numeric IDs. This column refers to the columnitem_orderin anchor item parameters. -
instrumentthe instrument ID that each item belongs to. -
item_iditem ID strings. This column refers to column names in raw response data, excluding the participant ID column. -
item_namenew item ID strings to be used in the combined scale. -
ncatthe number of response categories.
-
-
anchor_depadata.framecontaining anchor item parameters for 28 items.-
item_orderitem numeric IDs. -
item_iditem ID strings. This column refers to column names in raw response data, excluding the participant ID column. -
athe discrimination (slope) parameter for the graded response model. -
cb1 - cb4the boundaries between each category-pair for the graded response model.
-
-
data_depaPROsetta_dataobject containing the datasets above. SeeloadDatafor creatingPROsetta_dataobjects.
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")