Description Usage Arguments Details Value Note Author(s) See Also
flimboot
can be used to bootstrap an object of class "flim"
. The function resamples the original data, and reconstructs each sample with flim
.
1 2 3 |
fo |
object of class |
R |
number of bootstrap samples. |
counter |
logical. If |
x |
object of class |
... |
not used. |
The resampling is performed on the individuals with replacement, so that if an individual is sampled to the bootstrap data, the whole set of longitudinal responses for this individual is included.
flimboot
returns an object of class "flimboot"
.
The function plot.flimboot
can be used for plotting reconstructed mean responses of the original "flim"
object together with bootstrap confidence bands. Additionally one may calculate the standard errors for the mean response with flimSD
.
An object of class "flimboot"
contains the following components
org |
the original |
samples |
a list with the bootstrapped |
To access the reconstructed bootstrap datasets if needed, type e.g flimbootobject$samples[[1]]$df
for the first sample, flimbootobject$samples[[2]]$df
for the second etc.
Rune Hoff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.