Nothing
test_that('Test output object', {
expect_s3_class(
mars(formula = effect ~ 1 + (1|district/study),
data = school, studyID = 'district',
variance = 'var', varcov_type = 'multilevel',
structure = 'multilevel',
estimation_method = "MLE"),
"mars")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.