Description Usage Arguments Value
View source: R/ne_CV_noRE_stan.R
Bayesian negative exponential function with Stan, including cross validation, without random effects
1 2 3 4 5 6 7 8 9 10 11 12 13 | ne_CV_noRE_stan(
mT,
mT_test,
m0,
m0_test,
time,
time_test,
sp,
J,
X,
X_test,
...
)
|
mT |
Mass remaining of training data |
mT_test |
Mass remaining of test data |
m0 |
Initial mass of training data |
m0_test |
Initial mass of test data |
time |
Vector of time values for training data |
time_test |
Vector of time values for test data |
sp |
Numeric group identifier |
J |
Number of groups |
X |
Model matrix for training data |
X_test |
model matrix for test data |
... |
Arguments passed to |
An object of class stanfit
returned by rstan::sampling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.