fix.family.cdf {mgcViz}R Documentation

Getting the CDF of a gam family

Description

Some methods implemented in mgcViz require the c.d.f. of the response distribution. This function takes a family object as input and returns the same object, but with the cdf function added to the $cdf slot. Mainly for internal use.

Usage

fix.family.cdf(fam)

Arguments

fam

an object of class family.


[Package mgcViz version 0.1.11 Index]