powered by
s_date_FPR creates design matrices for FPR regressions;
s_date_FPR
s_date_FPR(Rdate, Y, basis = "ps", dof = 10, ...)
Design matrix for FPR regression, with cases' rows on top of controls'.
a vector of dates of R format
Binary case/control status; 1 for case; 0 for controls
"ps" for penalized-splines based on B-spline basis functions
Degree-of-freedom for the bases.For "ps" basis, the number of columns is dof if intercept=TRUE; dof-1 if FALSE.
dof
intercept=TRUE
dof-1
FALSE
Other arguments as in splines::bs()
splines::bs()
nplcm()
data(data_nplcm_reg_nest) s_date_FPR(data_nplcm_reg_nest$X$DATE,data_nplcm_reg_nest$Y,basis='ps',dof=7)
Run the code above in your browser using DataLab