print.family
Use print() on a family Object

Description

This is an S3 method for the function print for objects inheriting from class family.

Usage

print.family(x, ...)
Note
This is a method for the function print() for objects inheriting from class family. See print or print.default for the general behavior of this function.
A family object is a list of functions and expressions. All that is printed is an identification label. To see the functions themselves, access the individual components, or use print.default() or unclass()
Examples
binomial(link=probit) 
binomial(link=probit)$deriv 
Package stats version 6.0.0-69
Package Index