rand_spec | R Documentation |
Create a random parameter specification
rand_spec(dist = "n", mean, sd, correlations = NULL)
dist |
Character. Distribution type: "n" for normal, "ln" for log-normal, or "cn" for censored normal |
mean |
Numeric. Mean parameter value(s) |
sd |
Numeric. Standard deviation parameter value(s) |
correlations |
List of correlation specifications created by cor_spec() |
A random parameter specification list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.