prepdata_bayes | R Documentation |
This function accepts pre-validated data (though more problems may be discovered here). It prepares the data needed to run a Bayesian MCMC method to estimate GPP, ER, and K600.
prepdata_bayes(data, data_daily, ply_date = NA, specs)
data |
data.frame (not a tbl_df) of input data at the temporal
resolution of raw observations (unit-value). Columns must have the same
names, units, and format as the default. The solar.time column must also
have a timezone code ('tzone' attribute) of 'UTC'. See the
'Formatting |
data_daily |
data.frame containing inputs with a daily timestep. See the
'Formatting |
ply_date |
the modal date of this ply of data and data_daily, and the date by which this ply should be referred topresent. |
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 |
list of data for input to runstan_bayes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.