getObjective | R Documentation |
gpf
objective function for gpf
getObjective(grp, tree, Data, frmla, MetaData = NULL,
PartitioningVariables = "", mStableAgg, expfamily = "gaussian",
model.fcn = stats::glm, objective.fcn = pvDeviance,
min.group.size = 1, ...)
grp |
list containing two disjoint lists of species, such as thouse output from |
tree |
phylo class object |
Data |
If |
frmla |
formula for |
MetaData |
meta-data containing variables in formula and the column "Sample". If |
PartitioningVariables |
character vector containing of interest for phylofactorization partitioning. |
mStableAgg |
logical. See |
expfamily |
character string indicating manner of m-stable aggregation for |
model.fcn |
model function, such as |
objective.fcn |
Objective function taking output from |
min.group.size |
minimum size of group allowed for partitioning. Default is 1. |
... |
additional arguments for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.