| dataset_asq {PROsetta} | R Documentation |
ASQ dataset
Description
This dataset is associated with the following objects:
Details
-
response_asqadata.framecontaining raw response data of 751 participants and 41 variables.-
prosettaidparticipant IDs. -
EDANX01 -- MASQ11response to items.
-
-
itemmap_asqadata.framecontaining the item map, describing the items in each instrument.-
item_orderitem numeric IDs. This column refers to the columnitem_orderin anchor item attributes. -
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_asqadata.framecontaining anchor item parameters for 29 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_asqaPROsetta_dataobject containing the datasets above. SeeloadDatafor creatingPROsetta_dataobjects.
Examples
## load datasets into a PROsetta_data object
data_asq <- loadData(
response = response_asq,
itemmap = itemmap_asq,
anchor = anchor_asq
)
## run descriptive statistics
runDescriptive(data_asq)
## run item parameter calibration on the response data, linking to the anchor item parameters
runLinking(data_asq, method = "FIXEDPAR")