Learn R Programming

rysgran (version 1.0)

class.mean.pt: Verbal Classification for Mean in Portuguese Language

Description

This internal function generates the verbal classification for the mean parameter calculated by gran.stats function according to methods Folk & Ward, Otto, Trask, McCammon (a) and McCammon (b), in Portuguese language

Usage

class.mean.pt(mean)

Arguments

mean
a numeric object with length 1 which is classified

Value

  • A character string with the verbal classification

See Also

gran.stats

Examples

Run this code
#Folk & Ward with verbal classification
library(rysgran)
data(camargo2001)
tab<-camargo2001
gran.stats(tab , method="folk" , verbal=TRUE , lang="pt-BR")

Run the code above in your browser using DataLab