getResponse {PROsetta} | R Documentation |
getResponse
is a helper function to extract scale-wise response from a PROsetta_data
object.
getResponse(d, scale_id = "all", person_id = FALSE)
d |
a |
scale_id |
scale IDs to extract response. If |
person_id |
if |
getResponse
returns a data.frame
containing scale-wise response.
getResponse(data_asq)
getResponse(data_asq, 1)
getResponse(data_asq, 2)
getResponse(data_asq, c(1, 2))
getResponse(data_asq, c(2, 1))
getResponse(data_asq, c(1, 2), person_id = TRUE)