| summary_dist | R Documentation |
summary_dist object.Method for constructing a summary_dist object.
summary_dist(name, mean, vcov, nobs = NULL)
name |
The name of the distribution |
mean |
The mean of the distribution |
vcov |
The variance of the distribution |
nobs |
The number of observations used to construct the distribution, if applicable. |
A summary_dist object
s <- summary_dist(name = "my_dist", mean = 0, vcov = 1)
print(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.