Description Usage Arguments Value Examples
Given two objects of class comoRbidity
, one for each sex, the sex
ratio estimation is performed.
1 2 |
female |
A |
male |
A |
fisherTest |
By default the fisher test is not performed. The fisherTest
default argument is set to |
fisherCutOff |
by default |
verbose |
By default |
warnings |
By default |
A dataframe with the sex ratio estimation is obtained
1 2 3 4 5 6 | load(system.file("extdata", "comorMale.RData", package="comoRbidity"))
load(system.file("extdata", "comorFemale.RData", package="comoRbidity"))
srEstimation <- sexRatio( female = comorFemale,
male = comorMale,
fisherTest = 0
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.