size {KinMixLite}R Documentation

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)

Arguments

mixture

A compiled DNAmixture object

Value

Returns total size, typically to be printed by bespoke method

Author(s)

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

Examples

data(test2data)
data(NGMDyes)

## Fit 2-person mixture - baseline model

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

[Package KinMixLite version 2.1.0 Index]