Learn R Programming

bliss (version 1.1.1)

do_need_to_reduce: do_need_to_reduce

Description

Determine if it is required to reduce the size of the grid time points for each functional covariate.

Usage

do_need_to_reduce(param)

Value

a boolean value.

Arguments

param

a list containing p_threshold the maximum number of time points and p the actual number of time points for each functional covariate.

Examples

Run this code
data(param1)
param1$p <- sapply(data1$grids,length)

do_need_to_reduce(param1)

Run the code above in your browser using DataLab