| paired-class {PairedData} | R Documentation |
Class "paired"
Description
An object of class paired is a dataframe with two columns sharing the same class (usually numeric).
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"): ...
Author(s)
Stephane Champely
Examples
data(IceSkating)
p<-with(IceSkating,paired(Extension,Flexion))
show(p)
plot(p)
summary(p)
effect.size(p)
[Package PairedData version 1.1.1 Index]