March 2019
Beginner to intermediate
448 pages
13h 14m
English
In this recipe, we will use independence tests to complement our expert model defined in the previous recipe:
library(bnlearn)library(ggplot2)data = read.csv("./employee_data.csv")[-1]dag = model2network("[Area][travel_time|Area][performance|travel_time:diet_quality] [Recently_had_child][Sleep_quality|Recently_had_child:Area][diet_quality|Sleep_quality]")
Read now
Unlock full access