powered by
Creates a data frame for case with no data
minimal_data(model)
A data.frame with one row of NAs and columns named according to nodes in a model.
data.frame
A causal_model. A model object generated by make_model.
causal_model
make_model
# \donttest{ model <- make_model('X -> K -> Y') CausalQueries:::minimal_data(model) # }
Run the code above in your browser using DataLab