nomord_probe: nomord_probe

Description Usage Arguments Value Examples

View source: R/nomord_probe.R

Description

Returns the probability p

Usage

1
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

1
nomord_probe(c("B","A","A","C","C","B","A","A"), 'U')

nomordR documentation built on May 20, 2021, 9:07 a.m.