print.mc: print method for objects of class 'mc'

print.mcR Documentation

print method for objects of class 'mc'

Description

print method for objects of class 'mc'

Usage

    ## S3 method for class 'mc'
print(x, ...)

Arguments

x

an object of class 'mc'

...

further arguments to be passed to or from other methods. They are ignored in this function

See Also

kruskalmc, friedmanmc

Examples

resp<-c(0.44,0.44,0.54,0.32,0.21,0.28,0.7,0.77,0.48,0.64,0.71,0.75,0.8,0.76,0.34,0.80,0.73,0.8)
categ<-as.factor(rep(c("A","B","C"),times=1,each=6))
kruskalmc(resp, categ)

pgirmess documentation built on May 29, 2024, 4:26 a.m.

Related to print.mc in pgirmess...