| plot.fps_effect_estimation | R Documentation |
Plot diagnostics for fps_effect_estimation objects
## S3 method for class 'fps_effect_estimation'
plot(
x,
type = "effect",
point = NULL,
which_domain = "treatment",
alpha = NULL,
max_efn = 4,
...
)
x |
An object of class |
type |
Character. One of:
|
point |
Numeric scalar or vector. Time point(s) at which to slice the
effect surface (for |
which_domain |
Character. Either |
alpha |
Numeric. Significance level; defaults to |
max_efn |
Integer. Maximum eigenfunctions shown in FPCA panels. |
... |
Ignored. |
A ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.