calculate_depnt_var_tfmn | R Documentation |
calculate_depnt_var_tfmn() is a Calculate function that performs a numeric calculation. Specifically, this function implements an algorithm to calculate dependent variable transformation. The function returns Transformed dependent variable value (a double vector).
calculate_depnt_var_tfmn(
depnt_var_val_dbl,
tfmn_1L_chr = "NTF",
tfmn_is_outp_1L_lgl = F,
depnt_var_max_val_1L_dbl = NULL
)
depnt_var_val_dbl |
Dependent variable value (a double vector) |
tfmn_1L_chr |
Transformation (a character vector of length one), Default: 'NTF' |
tfmn_is_outp_1L_lgl |
Transformation is output (a logical vector of length one), Default: F |
depnt_var_max_val_1L_dbl |
Dependent variable maximum value (a double vector of length one), Default: NULL |
Transformed dependent variable value (a double vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.