powered by
Creates a probability function that allows the computation of any P or S term.
probfun(psFitobj)
a function that can be used to calculate any P or S term.
an object of class psFit--see fitDist and fitZIDist.
psFit
fitDist
fitZIDist
p = readData(system.file("extdata", "p.xlsx", package = "fitPS")) fit = fitDist(p) P = probfun(fit) P(0:5)
Run the code above in your browser using DataLab