RAND_T$..init.. | R Documentation |
This function will be called after an instance is built. User input will be stored in the environment.
RAND_T$..init..(mu = 0, tau = 1, df = 10)
mu |
Numeric. Mean. Default is 0. |
tau |
Numeric. Scale parameter. Default is 1. |
df |
Integer. Degree of freedom. Default is 10. |
Return the object itself.
# Instantiate
test <- rand_t(mu = 0, tau = 1, df = 3)
test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.