myTable: Frequency table

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

mytable is used to produce a table of frequencies, proportion and cumulative proportions for a count variable

Usage

1

Arguments

x

the only argument is the name of the count variable

Details

myTable is used as either a diagnostic to view the distribution of a count variable, or as a frequency distribution display in its own right. myTable is given in Table 9.40 in Hilbe (2011).

Value

x

count value

Freq

Frequency of count

Prop

Proportion

CumProp

Cumulative proportion

Author(s)

Joseph M. Hilbe, Arizona State University, and Jet Propulsion Laboratory, California Institute of Technology

References

Hilbe, J.M. (2011), Negative Binomial Regression, second edition, Cambridge University Press. Hilbe, J.M. (2009), Logistic Regression Models, Chapman Hall/CRC

See Also

modelfit

Examples

1
2

COUNT documentation built on May 2, 2019, 2:37 a.m.

Related to myTable in COUNT...