get_coef | R Documentation |
Get (estimated) linear regression coefficients and standard deviations (if std_dev=TRUE was set in fit
)
get_coef(gp_model)
gp_model |
A |
Fabio Sigrist
data(GPBoost_data, package = "gpboost")
X1 <- cbind(rep(1,dim(X)[1]),X) # Add intercept column
gp_model <- fitGPModel(group_data = group_data[,1], y = y, X = X1, likelihood="gaussian")
get_coef(gp_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.