dtest <- test_relations(param = c("KA", "K", "V"),
cov = c("LIN1", "LIN2", "LIN3", "RND1", "RND2", "RND3"),
state = c("linear", "power"),
continuous = TRUE) %>%
test_relations(param = c("KA", "K", "V"),
cov = "BN1",
state = "linear",
continuous = FALSE)
dtest
Run the code above in your browser using DataLab