Learn R Programming

PairedData (version 1.1.1)

paired-class: Class "paired"

Description

An object of class paired is a dataframe with two columns sharing the same class (usually numeric).

Arguments

Objects from the Class

Objects can be created by calls of the form new("paired", ...).

Slots

.Data:

Object of class "list" ~~

names:

Object of class "character" ~~

row.names:

Object of class "data.frameRowLabels" ~~

.S3Class:

Object of class "character" ~~

Extends

Class "'>data.frame", directly. Class "'>list", by class "data.frame", distance 2. Class "'>oldClass", by class "data.frame", distance 2. Class "'>vector", by class "data.frame", distance 3.

Methods

effect.size

signature(object = "paired"): ...

summary

signature(object = "paired"): ...

plot

signature(object = "paired"): ...

Examples

Run this code
# NOT RUN {
data(IceSkating)
p<-with(IceSkating,paired(Extension,Flexion))
show(p)
plot(p)
summary(p)
effect.size(p)
# }

Run the code above in your browser using DataLab