Extracts the gam formula from an object of the class gamBiCop. This function is a wrapper to formula.gam from the mgcv package.

# S4 method for class '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.