formula.gamBiCop {gamCopula} | R Documentation |
Model Formula of the gamBiCop Object
Description
Extracts the gam
formula from an object of the class
gamBiCop
.
This function is a wrapper to formula.gam
from the mgcv
package.
Usage
## S4 method for signature 'gamBiCop'
formula(x, ...)
Arguments
x |
An object of the class
|
... |
un-used in this class |
See Also
formula.gam
function
from the mgcv
package.
[Package gamCopula version 0.0-7 Index]