This function outputs the standard error of the scarlar estimates and the confidence band of the functional coefficient.
1 2 | kmean_infer(data_list, group, num_pca = 5, tau_1 = c(0.005, 0.05, 0.1),
tau_2 = 0.1, boot_size = 5000)
|
data_list |
A list of data. Several elements must be present in the list. The reponse |
group |
The estimated group membership from the function |
num_pca |
The number of principal components. |
tau_1 |
The confidence level is |
tau_2 |
The proportion of the index of the functional coefficient that might be not covered by the band. |
boot_size |
The size of bootstrap sampling. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.