Description Usage Arguments Value Author(s) See Also Examples
View source: R/43-nullModels.R
Generates a hzar.dataGroup
object representing a fit of
the null model to a hzar.obsData
object.
1 | hzar.dataGroup.null(obsData)
|
obsData |
The |
A hzar.dataGroup
object.
Graham Derryberry asterion@alum.mit.edu
hzar.dataGroup
hzar.obsData
hzar.make.LLfunc.null
1 2 3 4 5 6 7 | data(manakinMolecular);
mknAdaA <-
hzar.doMolecularData1DPops(manakinMolecular$distance,
manakinMolecular$ada.A,
manakinMolecular$ada.nSamples);
mkn.AdaA.null <- hzar.dataGroup.null(mknAdaA)
hzar.plot.cline(mkn.AdaA.null);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.