fineboost_get_coef: Generate coefficient estimates using the FINEBoost model

View source: R/fineboost_get_coef.R

fineboost_get_coefR Documentation

Generate coefficient estimates using the FINEBoost model

Description

Generate coefficient estimates using the FINEBoost model

Usage

fineboost_get_coef(X, y, ff)

Arguments

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.

Value

Returns a P dimensional vector b in y = Xb + e based on the FINEBoost model fit


kkdey/fineboostR documentation built on Jan. 1, 2023, 4:48 p.m.