View source: R/C3_ready4use_distributions.R
ready4use_distributions | R Documentation |
Create a new valid instance of the ready4 submodule class for list object that summarises the parameters of each distribution
ready4use_distributions(x = make_pt_ready4use_distributions())
make_pt_ready4use_distributions(
distribution_chr = character(0),
dstr_param_1_dbl = numeric(0),
dstr_param_2_dbl = numeric(0),
dstr_param_3_dbl = numeric(0),
dstr_param_4_dbl = numeric(0),
transformation_chr = character(0)
)
is_ready4use_distributions(x)
x |
An object of any type |
distribution_chr |
Distribution (a character vector), Default: character(0) |
dstr_param_1_dbl |
Distribution parameter 1 (a double vector), Default: numeric(0) |
dstr_param_2_dbl |
Distribution parameter 2 (a double vector), Default: numeric(0) |
dstr_param_3_dbl |
Distribution parameter 3 (a double vector), Default: numeric(0) |
dstr_param_4_dbl |
Distribution parameter 4 (a double vector), Default: numeric(0) |
transformation_chr |
Transformation (a character vector), Default: character(0) |
List object that summarises the parameters of each distribution
A validated instance of the ready4 submodule class for list object that summarises the parameters of each distribution
A prototype for ready4 submodule class for list object that summarises the parameters of each distribution
A logical value, TRUE if a valid instance of the ready4 submodule class for list object that summarises the parameters of each distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.