Learn R Programming

nomordR (version 0.1)

nomord_probe: nomord_probe

Description

Returns the probability p

Usage

nomord_probe(seq, statname)

Arguments

seq

A vector of categorical variables

statname

The used statistic function ("U" or "T")

Value

A nomord class S4 object with the following slots: input, statname, statvalue, althyp, p

Examples

Run this code
# NOT RUN {
nomord_probe(c("B","A","A","C","C","B","A","A"), 'U')

# }

Run the code above in your browser using DataLab