View source: R/basic_functions.R
do_need_to_reduce | R Documentation |
Determine if it is required to reduce the size of the grid time points for each functional covariate.
do_need_to_reduce(param)
param |
a list containing p_threshold the maximum number of time points and p the actual number of time points for each functional covariate. |
a boolean value.
data(param1)
param1$p <- sapply(data1$grids,length)
do_need_to_reduce(param1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.