Description Usage Arguments Details
View source: R/fdaAuxFunctions.R
Compute the weights of each observation for parameter estimation.
1 | GET_weights(weighted, weights = NULL, yy, id, uniq)
|
weighted |
Whether to use observation weights ( |
weights |
Externally provided weights. |
yy |
Response vector. |
id |
Randomisation IDs. |
uniq |
Unique levels in the response vector. |
Compute weights invesely proportional to the number of observations in each level of the response variable, if a vector of weights is not provided. It applies to both Regression and Classification tasks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.