ffpcplot | R Documentation |
Convenience function for graphical summaries of ffpc
-terms from a
pffr
fit.
ffpcplot(
object,
type = c("fpc+surf", "surf", "fpc"),
pages = 1,
se.mult = 2,
ticktype = "detailed",
theta = 30,
phi = 30,
plot = TRUE,
auto.layout = TRUE
)
object |
a fitted |
type |
one of "fpc+surf", "surf" or "fpc": "surf" shows a perspective plot of the coefficient surface implied by the estimated effect functions of the FPC scores, "fpc" shows three plots: 1) a scree-type plot of the estimated eigenvalues of the functional covariate, 2) the estimated eigenfunctions, and 3) the estimated coefficient functions associated with the FPC scores. Defaults to showing both. |
pages |
the number of pages over which to spread the output. Defaults to 1. (Irrelevant if |
se.mult |
display estimated coefficient functions associated with the FPC scores with plus/minus this number time the estimated standard error. Defaults to 2. |
ticktype |
see |
theta |
see |
phi |
see |
plot |
produce plots or only return plotting data? Defaults to |
auto.layout |
should the the function set a suitable layout automatically? Defaults to TRUE |
primarily produces plots, invisibly returns a list containing the data used for the plots.
Fabian Scheipl
## Not run:
#see ?ffpc
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.