SanityCheck | R Documentation |
Check if user inputs are reasonable
SanityCheck(date_vec, vi_vec, weights_vec, model, cred_int_level, init_values)
date_vec |
The date vector, be sure to convert the vector to "Date" format or use "yyyy-mm-dd" format string. |
vi_vec |
The vegetation index vector. |
weights_vec |
A numeric vector of same length as vi_vec specifying the weights for the supplied observations. Must be between 0 and 1, inclusive. |
model |
The model string. |
cred_int_level |
A scalar value from 0 to 1 (exclusive) that specifies
the level for equal-tailed credible intervals of the estimated phenometrics.
The default level is 0.9, generating |
init_values |
Initial values for MCMC sampling. By default, it is
assgined |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.