Description Usage Arguments Value Examples
Function to print a fitted graper model.
1 2 |
x |
fitted graper model as obtained from |
... |
additional print arguments |
Print output.
1 2 3 4 5 6 | # create data
dat <- makeExampleData()
# fit the graper model
fit <- graper(dat$X, dat$y, dat$annot)
# print a summary of the fitted model
print(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.