Learn R Programming

KinMixLite (version 2.2.1)

require.compiled: Force compilation of all BNs in a DNA mixture model

Description

Scan all Bayes nets in mixture, and compile any that are not already compiled

Usage

require.compiled(mixture)

Value

No value is returned, the function is called for its side effect

Arguments

mixture

A DNAmixture object

Author

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

Examples

Run this code
data(test2data)
data(NGMDyes)

mixD<-DNAmixture(list(epg),k=2,C=list(0.001),database=db,dyes=list(NGMDyes),
	triangulate=FALSE,compile=FALSE)
replace.tables.for.UAF(mixD,40,compile=FALSE)
require.compiled(mixD)

Run the code above in your browser using DataLab