delete.DQnodes {KinMixLite} | R Documentation |
Delete D and Q dummy nodes from all Bayes nets in mixture
Description
Delete D and Q dummy nodes and associated edges from all Bayes nets in mixture, to save space; these nodes would only be needed for specific follow-up analyses
Usage
delete.DQnodes(mixture,which="DQ")
Arguments
mixture |
A compiled DNAmixture object |
which |
character string |
Details
The function removes the D and/or Q nodes from the DNAmixture object, depending on whether which
includes "D", "Q" or both
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)
delete.DQnodes(mixD)
replace.tables.for.UAF(mixD,40)
size(mixD)
[Package KinMixLite version 2.1.0 Index]