Description Usage Arguments Value Author(s) See Also Examples
View source: R/40-hzarPostProcessing.R
These methods extract the $func
and $req
methods from
the clineMetaModel
object used initially. This includes
modifications specified by the $parameterTypes
item.
1 2 | hzar.extract.old.model.gen(fitRequest)
hzar.extract.old.model.req(fitRequest)
|
fitRequest |
A |
A method which takes the cline parameters as arguments, with the fixed parameters set to default values.
The result of that method is boolean for
hzar.extract.old.model.req
and a function of distance for
hzar.extract.old.model.gen
.
Graham Derryberry asterion@alum.mit.edu
hzar.fitRequest
hzar.dataGroup
clineMetaModel
hzar.first.fitRequest.old.ML
1 2 3 4 5 6 7 8 9 10 11 | data(manakinMolecular);
ASdata <-
hzar.doMolecularData1DPops(distance=manakinMolecular$distance,
pObs=manakinMolecular$ak2.A,
nEff=manakinMolecular$ak2.nSamples);
ASclineM <- hzar.makeCline1DFreq(data=ASdata,scaling="none", tails="none");
ASclineM$func;
ASclineM$req;
ASfitA <- hzar.first.fitRequest.old.ML(ASclineM,ASdata)
hzar.extract.old.model.gen(ASfitA)
hzar.extract.old.model.req(ASfitA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.