pffr.check {refund} | R Documentation |
Some diagnostics for a fitted pffr model
Description
This is simply a wrapper for gam.check()
.
Usage
pffr.check(
b,
old.style = FALSE,
type = c("deviance", "pearson", "response"),
k.sample = 5000,
k.rep = 200,
rep = 0,
level = 0.9,
rl.col = 2,
rep.col = "gray80",
...
)
Arguments
b |
a fitted |
old.style |
If you want old fashioned plots, exactly as in Wood, 2006, set to |
type |
type of residuals, see |
k.sample |
Above this k testing uses a random sub-sample of data. |
k.rep |
how many re-shuffles to do to get p-value for k testing. |
rep |
passed to |
level |
passed to |
rl.col |
passed to |
rep.col |
passed to |
... |
extra graphics parameters to pass to plotting functions. |
[Package refund version 0.1-35 Index]