estimate_assignation | R Documentation |
This function estimate the assignation into torpor or euthermia. It is used internally prior to estimate the parameters
estimate_assignation(
M,
Ta,
Mtnz = NULL,
Tlc = NULL,
fitting_options = list(ni = 50000, nt = 10, nb = 30000, nc = 3, parallel = TRUE)
)
M |
A vector of methabolic measure. |
Ta |
A vector of ambient temperature. |
Mtnz |
Mtnz value if not estimated |
Tlc |
Tlc value if not estimated |
fitting_options |
a list of fitting option to pass to jags. |
## Not run:
t2_no_input <- estimate_assignation(Ta = test_data2$Ta, M = test_data2$VO2)
to_input <- estimate_assignation(Ta = test_data2$Ta, M = test_data2$VO2, Mtnz = 1.49, Tlc = 28.8)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.