probfun | R Documentation |
Creates a probability function that allows the computation of any P or S term.
probfun(psFitobj)
psFitobj |
an object of class |
a function that can be used to calculate any P or S term.
p = readData(system.file("extdata", "p.xlsx", package = "fitPS"))
fit = fitDist(p)
P = probfun(fit)
P(0:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.