This page is under development. Stay tuned.
We include in surveygraph the routine make_synthetic_data() that produces simple model survey data.
make_synthetic_data()
We’ll start by loading surveygraph:
library(surveygraph)
Now we initialise a data frame.
df <- data.frame(item1 = c(1, 2, 3), item2 = c(4, 5, 7))