cluster_message {lsasim} | R Documentation |
Print messages about clusters
Description
Prints messages about the cluster scheme before generating questionnaire responses.
Usage
cluster_message(
n_obs,
resp_labels,
cluster_labels,
n_levels,
separate_questionnaires,
type,
detail = FALSE
)
Arguments
n_obs |
list with the number of elements per level |
resp_labels |
character vector with the names of the questionnaire respondents on each level |
cluster_labels |
character vector with the names of each cluster level |
n_levels |
number of cluster levels |
separate_questionnaires |
if 'TRUE', each level will have its own questionnaire |
type |
Type of top-level message |
detail |
if 'TRUE', prints further details about each level composition |
Value
Messages.
[Package lsasim version 2.1.5 Index]