cost_coupled_twosteps {biogrowth} | R Documentation |
Cost for the coupled model fitted in two-steps
Description
Cost for the coupled model fitted in two-steps
Usage
cost_coupled_twosteps(p, this_data, weight = NULL, known)
Arguments
p |
numeric vector (or list) of model parameters. Must have entries |
this_data |
tibble (or data.frame) of data. It must have one column named |
weight |
type of weights to apply. Either |
known |
vector of known model parameters |
Value
vector of weighted residuals
[Package biogrowth version 1.0.6 Index]