validate_poppkmod | R Documentation |
Perform validation checks on a 'poppkmod' object created by 'init_poppkmod'.
validate_poppkmod(x)
x |
Object with class "poppkmod" created by init_poppkmod |
'poppkmod' object or error
data <- data.frame(ID = 1:5, AGE = seq(20,60,by=10), TBW = seq(60,80,by=5), HGT = seq(150,190,by=10), MALE = c(TRUE,TRUE,FALSE,FALSE,FALSE)) validate_poppkmod(init_poppkmod(data, drug = "ppf", model = "eleveld"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.