Learn R Programming

nose (version 1.0)

nose.rr: nose.rr

Description

A function to classify the nature of sparseness in 2 x 2 categorical data sets using the summary measure Relative Risk (RR)

Usage

nose.rr(nos, cc)

Arguments

nos
data in matrix form
cc
continuity correction factor

Value

nature of sparseness

See Also

nose.or, nose.rf

Examples

Run this code
## Not run: 
# s=read.table(file.choose())
# nose.rr(s,0.5)
# ## End(Not run)

Run the code above in your browser using DataLab