powered by
summary_dist
Method for constructing a summary_dist object.
summary_dist(name, mean, vcov, nobs = NULL)
A summary_dist object
The name of the distribution
The mean of the distribution
The variance of the distribution
The number of observations used to construct the distribution, if applicable.
s <- summary_dist(name = "my_dist", mean = 0, vcov = 1) print(s)
Run the code above in your browser using DataLab