calculate.marginal.cdfs | R Documentation |
Calculate a marginal cumulative distribution function for each variable in a distribution
calculate.marginal.cdfs(dist, q, lower.tail = T, log.p = F, n.sim = 1000)
dist |
An object of class Distribution or a subclass |
n.sim |
If the values are to be calculated by random sample generation, how many random samples to generate |
Note to developers: this function should not be overridden. Override do.calculate.marginal.cdfs
instead
If q is a vector, a vector of probabilities with one value for each variable in the distribution. If q is a matrix, a matrix of probabilites, with one for each row in x and one column for each variable in the distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.