randTest | R Documentation |
We first assign IDs linking mother/child and events using the function randTest
.
randTest(dataMom, dataChild, maxAliq, nEvent)
dataMom |
The mother dataset. |
dataChild |
Child dataset. |
maxAliq |
Number of aliquots per mother aliquot. |
nEvent |
Number of aliquots per each of event or lab. |
The output of the function is a dataset with the ID links.
randTest(dataMom=motherQC,dataChild=emptyQC,maxAliq=4, nEvent=c(28,27,28,30))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.