Learn R Programming

adegraphics (version 1.0-4)

T.cont-class: Class T.cont

Description

A class for the representation of a contingency table object with statistical information (mean and regression lines).

Arguments

Objects from the Class

T.cont objects can be created by calls of the form new("T.cont", ...). The regular usage in this package is to use the table.value function with a table object.

item

  • trellis.par
  • adeg.par
  • lattice.call
  • g.args
  • meanY: a logical to represent rows' means by points.
  • ablineX: a logical to represent columns' regression lines.
  • ablineY: a logical to represent columns' regression lines.
  • stats
  • s.misc
  • Call

code

call

itemize

  • meanX: a logical to represent columns' means by points.

Extends

Class T.value, directly. Class ADEg.T, by class T.value, distance 2. Class ADEg, by class T.value, distance 3. Class ADEgORtrellis, by class T.value, distance 4. Class ADEgORADEgSORtrellis, by class T.value, distance 4.

See Also

ADEg ADEg.T T.value table.value

Examples

Run this code
showClass("T.cont")

Run the code above in your browser using DataLab