family.summary.cond {cond}R Documentation

Use family() on a “summary.cond” object

Description

This is a method for the function family() for objects inheriting from class summary.cond. See family for the general behaviour of this function.

Usage

## S3 method for class 'summary.cond':
family(object, ...)

Arguments

object any object from which a family object can be extracted.
... absorbs any additional argument.

See Also

family


[Package cond version 1.1-2 Index]