Skip to contents

This page is under development. Stay tuned.

We include in surveygraph the routine make_synthetic_data() that produces simple model survey data.

We’ll start by loading surveygraph:

Now we initialise a data frame.

df <- data.frame(item1 = c(1, 2, 3), item2 = c(4, 5, 7))