Learn R Programming

gamCopula (version 0.0-7)

formula.gamBiCop: 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 gamBiCop
formula(x, ...)

Arguments

x

An object of the class gamBiCop.

...

un-used in this class

See Also

formula.gam function from the mgcv package.