summary {base} R Documentation

Object Summaries

Description


summary is a generic function used to produce result summaries of
the results of various model fitting functions. The function
invokes particular methods which depend on the class of the first
argument.

Usage

summary(object, ...);

Arguments

object

an object for which a summary is desired.

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package base version 2.33.856.6961 Index]