Learn R Programming

MHQoL (version 0.14.0)

mhqol_valueset: Provides the valueset of the MHQoL based on the country specified

Description

This function provides the valueset of the MHQoL based on the country specified.

Usage

mhqol_valueset(country)

Value

A dataframe containing the valueset of the MHQoL based on the country specified.

Arguments

country

A character value indicating the country for which the valueset should be provided. For now only the Netherlands is available.

Examples

Run this code
# Example usage of the mhqol_valueset function

# Get the valueset for the Netherlands
mhqol_valueset(country = "Netherlands")

Run the code above in your browser using DataLab