Learn R Programming

admix (version 2.4.2)

summary.admix_model: Summary method for objects of class 'admix_model'

Description

Summarizes the information related to the known component of the two-component mixture. An admixture model has probability density function (pdf) l_i such that: l_i = p_i * f_i + (1-p_i) * g_i, with g_i the known component density. The unknown quantities are therefore p_i and f_i.

Usage

# S3 method for admix_model
summary(object, ...)

Arguments

object

An object of class 'admix_model'.

...

A list of additional parameters belonging to the default method.