require.compiled {KinMixLite}R Documentation

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)

Arguments

mixture

A DNAmixture object

Value

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

Author(s)

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

Examples

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)

[Package KinMixLite version 2.1.0 Index]