Learn R Programming

KinMixLite (version 2.2.1)

size: Calculate and display total size of BN tables for a DNA mixture

Description

Calculate and display total size of BN tables for a DNA mixture

Usage

size(mixture)

Value

Returns total size, typically to be printed by bespoke method

Arguments

mixture

A compiled DNAmixture object

Author

Peter Green (P.J.Green@bristol.ac.uk)

Examples

Run this code
data(test2data)
data(NGMDyes)

## Fit 2-person mixture - baseline model

mixD<-DNAmixture(list(epg),k=2,C=list(0.001),database=db)
size(mixD)

Run the code above in your browser using DataLab