- x
A data frame containing summary statistics.
- plot
logical; if TRUE a plot of densities for both sexes is returned,
Default: FALSE
- Trait
Number of the column containing names of measured parameters,
Default: 1
- B
number of bootstrap samples for generating confidence intervals. Higher
number means greater accuracy but slower execution. If NULL bootstrap confidence
intervals are not produced, Default:NULL
- verbose
logical; if TRUE number of bootstraps is displayed,
Default: FALSE
- CI
confidence interval coverage takes value from 0 to 1, Default: 0.95.
- p.f
proportion of sample that is female (if p.f>0 then
p.m=1-p.f, where p.m is the proportion of males and bootstrap won't
be available) , Default: 0
- index_type
type of coefficient (if "MI" it fits the mixture index.
If = "NI" it fits the overlap coefficient for two normal distributions,
which is equal to 1 – D_index, Default: 'MI'
- rand
logical; if TRUE, uses random seed. If FALSE, then set.seed(42)
for repeatability, Default: TRUE
- digits
Number of significant digits, Default: 4