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);
|
Loading required package: MCMCpack
Loading required package: coda
Loading required package: MASS
##
## Markov Chain Monte Carlo Package (MCMCpack)
## Copyright (C) 2003-2020 Andrew D. Martin, Kevin M. Quinn, and Jong Hee Park
##
## Support provided by the U.S. National Science Foundation
## (Grants SES-0350646 and SES-0350613)
##
Loading required package: foreach
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.