estimate_Tlc_Mtnz: Estimate Tlc

View source: R/tor_fit.R

estimate_Tlc_MtnzR Documentation

Estimate Tlc

Description

This function estimate the lowest Tlc and the Mtnz

Usage

estimate_Tlc_Mtnz(
  M,
  Ta,
  Mtnz,
  fitting_options = list(ni = 50000, nt = 10, nb = 30000, nc = 3, parallel = TRUE)
)

Arguments

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.

Examples

t <- estimate_Tlc_Mtnz(M = test_data2$VO2ms, Ta = test_data2$Ta, Mtnz = NULL,
                      fitting_options = list(parallel = FALSE))

vullioud/torpor documentation built on Nov. 27, 2024, 2:28 a.m.