getPEF.own | R Documentation |
gamlss::getPEF
added how = "mean"
and level
to gamlss::getPEF
added output
to chose between function or predicted values
getPEF.own(
obj = NULL,
term = NULL,
data = NULL,
n.points = 100,
parameter = c("mu", "sigma", "nu", "tau", "all"),
level = NULL,
type = c("response", "link"),
how = c("mean", "median", "last"),
fixed.at = list(),
plot = FALSE,
output = c("function", "vals")
)
obj |
see |
term |
see |
data |
see |
n.points |
see |
parameter |
see |
level |
see |
type |
see |
how |
see |
fixed.at |
see |
plot |
see |
output |
chose between outputting the function or predicted values |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.