View source: R/fineboost_get_coef.R
fineboost_get_coef | R Documentation |
Generate coefficient estimates using the FINEBoost model
fineboost_get_coef(X, y, ff)
X |
The design matrix X (N times P) with samples/individuals along the rows and putatively correlated ordered features (SNPs) along the columns. |
y |
The response vector of length N |
ff |
An object of class fineboost, containing the fitted model with ccg and confidence sets information. |
Returns a P dimensional vector b in y = Xb + e based on the FINEBoost model fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.