mle_1ply | R Documentation |
Called from metab_mle().
mle_1ply(
data_ply,
data_daily_ply,
ply_date,
ply_validity,
timestep_days,
...,
specs = specs("m_np_oi_tr_km.nlm")
)
data_ply |
a data.frame containing all relevant, validated modeling data for a single ply of data. (1 ply ~= 1 date, although the day length has been specified by day_start and day_end and may not be exactly 24 hours) |
data_daily_ply |
NULL or a data.frame containing inputs with a daily timestep. |
ply_date |
the modal date of this ply of data and data_daily, and the date by which this ply should be referred topresent. |
ply_validity |
the output of |
timestep_days |
numeric length of the mean timestep for this day, if
requested by setting |
... |
other args that were passed untouched from the function calling mm_model_by_ply, through mm_model_by_ply, and finally to this function. |
specs |
a list of model specifications and parameters for a model.
Although this may be specified manually (it's just a list), it is easier
and safer to use |
data.frame of estimates and nlm
model
diagnostics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.