test_that("ice pipeline returns results", {
Tt=3
N=1e3
Beta=generate_parameters(Tt)
df <- generate_data(N=N, Tt=Tt, Beta=Beta)
ice_result = ice_pipeline(df, inside_formula_t = '~L{t}', inside_formula_tmin1 = '~L{t-1}',
outside_formula = '~L{k}', Tt=Tt)
expect_false( any(is.na(ice_result)) )
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.