slmobj <- slmfit(formula = counts ~ pred1 + pred2,
data = exampledataset,
xcoordcol = 'xcoords', ycoordcol = 'ycoords')
test_that("fixed effect coefficients are estimated", {
expect_error(coef(slmobj), NA)
expect_length(coef(slmobj), 3)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.