Description Usage Arguments Value Examples
Function to obtain estimated coefficients from a fitted graper model.
1 2 |
object |
fitted graper model as obtained from |
include_intercept |
whether to include the estimated intercept value in the output |
... |
other arguments |
1-Column matrix of estimated coefficients.
1 2 3 4 5 6 | # create data
dat <- makeExampleData()
# fit the graper model to the data
fit <- graper(dat$X, dat$y, dat$annot)
# extract the model coefficients
coef(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.