| renew-ScorzAqol6Adol | R Documentation |
renew method applied to ScorzAqol6Adol
renew method applied to ScorzEuroQol5
renew method applied to ScorzProfile
## S4 method for signature 'ScorzAqol6Adol'
renew(x, label_ds_1L_lgl = T, type_1L_chr = "score")
## S4 method for signature 'ScorzEuroQol5'
renew(x, label_ds_1L_lgl = T, type_1L_chr = "score")
## S4 method for signature 'ScorzProfile'
renew(
x,
drop_msng_1L_lgl = F,
item_type_1L_chr = "numeric",
scoring_fn = identity,
scorz_args_ls = NULL,
label_ds_1L_lgl = T,
type_1L_chr = "score"
)
x |
An object of class ScorzProfile |
label_ds_1L_lgl |
Label dataset (a logical vector of length one), Default: T |
type_1L_chr |
Type (a character vector of length one), Default: 'score' |
drop_msng_1L_lgl |
Drop missing (a logical vector of length one), Default: F |
item_type_1L_chr |
Item type (a character vector of length one), Default: 'numeric' |
scoring_fn |
Scoring (a function), Default: identity |
scorz_args_ls |
Scorz arguments (a list), Default: NULL |
x (An object of class ScorzAqol6Adol)
x (An object of class ScorzEuroQol5)
x (An object of class ScorzProfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.