pffr.check | R Documentation |
This is simply a wrapper for gam.check()
.
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",
...
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.