estimate_Tlc_Mtnz | R Documentation |
This function estimate the lowest Tlc and the Mtnz
estimate_Tlc_Mtnz(
M,
Ta,
Mtnz,
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 |
A value of Mtnz. |
fitting_options |
a list of fitting option to pass to jags. |
t <- estimate_Tlc_Mtnz(M = test_data2$VO2ms, Ta = test_data2$Ta, Mtnz = NULL,
fitting_options = list(parallel = FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.