getResponse {PROsetta} | R Documentation |
Extract scale-wise response
Description
getResponse
is a helper function for extracting scale-wise response from a PROsetta_data
object.
Usage
getResponse(d, scale_id = "all", person_id = FALSE)
Arguments
d |
a |
scale_id |
scale IDs to extract response. If |
person_id |
if |
Value
getResponse
returns a data.frame
containing scale-wise response.
Examples
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)
[Package PROsetta version 0.4.1 Index]