View source: R/distributions.R
sim_t | R Documentation |
Simulation framework for t random variable
sim_t(df, mean = 0, sd = 1, ncp = NULL, params = NULL, data = NULL)
df |
The degrees of freedom. |
mean |
The mean. |
sd |
The standard deviation. |
ncp |
The non-centrality parameters. |
params |
The list of parameters. |
data |
An optional data frame. |
Other simulation frameworks:
sim_bernoulli()
,
sim_beta()
,
sim_binomial()
,
sim_cauchy()
,
sim_chisq()
,
sim_exponential()
,
sim_form()
,
sim_f()
,
sim_gamma()
,
sim_geometric()
,
sim_hypergeometric()
,
sim_multinominal()
,
sim_negative_binomial()
,
sim_normal()
,
sim_poisson()
,
sim_uniform()
,
sim_weibull()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.