Description Usage Arguments Value Author(s)
These functions call the appropriate methods depending on the
class of the object obj
to create RBF design matrices.
1 2 3 4 5 6 7 | design_matrix(obj, ...)
## Default S3 method:
design_matrix(obj, ...)
## S3 method for class 'rbf'
design_matrix(obj, obs, ...)
|
obj |
A basis function object. |
... |
Additional parameters. |
obs |
A vector of observations. |
A design matrix object
Hongen Kang geneprophet@163.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.