Description Usage Arguments Value
View source: R/basis_setup_sparse.R
set up spline basis for sparse data
1 | basis_setup_sparse(sfpca_data, nknots, orth = TRUE, delta = 1/10000)
|
sfpca_data |
longitudinal data generated from prepare_data() function (list) |
nknots: |
user-defined number of knots |
orth: |
default setting for orth should be TRUE (after discussed with Wes on 02/13/2019) |
delta: |
set to be 1/10000 to avoid rounding error(need eddit) |
A list containing the spline basis of sparse data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.