is.template.Rd
Check templates
is.template(tmpl, class = c("any", "stspmod", "armamod", "rmfdmod"))
object to be tested
test for a specific class
TRUE/FALSE
is.template(1) #> [1] FALSE is.template(tmpl_llm(), 'armamod') #> [1] FALSE is.template(tmpl_llm(), 'stspmod') #> [1] TRUE