Learn R Programming

activAnalyzer (version 2.1.2)

compute_pro_score_cppac: Provide score for each question of the C-PPAC

Description

This function provides a score (from 0 to 4) in relation to the response to a given question from the C-PPAC questionnaire.

Usage

compute_pro_score_cppac(
  x,
  question = c("q1", "q2", "q3", "q4", "q5", "q6", "q7", "q8", "q9", "q10", "q11", "q12"),
  language = c("en", "fr")
)

Value

A numeric value.

Arguments

x

A character string that is the exact response to the considered question from the C-PPAC questionnaire.

question

A character value to identify the question to be considered when providing the score.

language

A character value for setting the language of the considered questionnaire.

Examples

Run this code
compute_pro_score_cppac(
    x = "A lot (about 1 hour every day)", 
    question = "q1",
    language = "en"
    )
    

Run the code above in your browser using DataLab