getStats.Mixture {IdMappingAnalysis}R Documentation

Get mixture component model summary info

Description

Get mixture component model summary info.

Usage

## S3 method for class 'Mixture'
getStats(this, ...)

Arguments

...

Not used

Value

A data.frame with columns containing mean, sd, weight and range of prevalence (range.low,range.high), one column for each model component

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Mixture.

Examples

 examples$mixture$getStats();
 

[Package IdMappingAnalysis version 1.30.0 Index]