Nothing
context("Optim LMM")
test_that("Test LMM with Australian Credit", {
#Train a simply model
modelFit <- Optim.LMM("Y", AustralianCredit,p=0.85,seed=2018)
expect_equal(class(modelFit), "Optim")
#Print
print(modelFit, plain=TRUE)
print(modelFit, plain=FALSE)
summary(modelFit)
})
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.