Description Usage Arguments Value Author(s) See Also
View source: R/40-hzarPostProcessing.R
Make a hzar.dataGroup object with given parameters.  This
method only needs the mcmc chain to encapsulate and the log likelhood
function generated by hzar.make.clineLLfunc.old.ML or
hzar.make.clineLLfunc.old.bayes.
Use hzar.dataGroup.add and
hzar.fit2DataGroup instead of this method as they
operate directly on a hzar.fitRequest object.
| 1 2 3 4 5 6 7 8 9 | hzar.make.dataGroup(data.mcmc,
                    llFunc,
                    ML.cline = NULL,
                    doPar = FALSE,
                    data.LL = hzar.eval.clineLL(llFunc = llFunc,
                                                data = data.mcmc,
                                                doPar = doPar),
                    data.param = as.data.frame(data.mcmc),
                    obsData = hzar.extract.obsData(llFunc))
 | 
| data.mcmc | The mcmc chain to encapsulate. | 
| llFunc | The log likelihood function of the model. | 
| ML.cline | The  | 
| doPar | Argument passed to  | 
| data.LL | The log likelihood of each row of data.mcmc. | 
| data.param | 
 | 
| obsData | The  | 
Object of class hzar.dataGroup
| llFunc | 
 | 
| data.mcmc | 
 | 
| data.param | 
 | 
| data.LL | The log likelihood of each row of  | 
| ML.cline | See  | 
| obsData | The  | 
Graham Derryberry asterion@alum.mit.edu
hzar.eval.clineLL
hzar.extract.obsData
hzar.dataGroup.add
hzar.fit2DataGroup
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.