invariability(
vd_i = "statvar_db", td_i = "time", response = "v", mode = "cv",
metric_tf = c(11, 50), d_data = aquacomm_resps, type = "functional"
)
invariability(
vd_i = aquacomm_resps$statvar_db, td_i = aquacomm_resps$time,
response = "v", mode = "cv", metric_tf = c(11, 50), type = "functional"
)
invariability(
vd_i = "statvar_db", td_i = "time", response = "lrr", mode = "lm_res",
metric_tf = c(11, 50), d_data = aquacomm_resps, vb_i = "statvar_bl",
tb_i = "time", b_data = aquacomm_resps, type = "functional"
)
invariability(
vd_i = aquacomm_resps$statvar_db, td_i = aquacomm_resps$time,
response = "lrr", type = "functional",
metric_tf = c(11, 50), mode = "lm_res", vb_i = aquacomm_resps$statvar_bl,
tb_i = aquacomm_resps$time
)
invariability(
type = "compositional", metric_tf = c(0.14, 56), comm_d = comm_dist,
comm_b = comm_base, comm_t = "time"
)
Run the code above in your browser using DataLab