r-causal icon indicating copy to clipboard operation
r-causal copied to clipboard

dataset loads/reads "twice" into gfci.discrete

Open kingfish777 opened this issue 6 years ago • 2 comments

When I load a dataset into rcausal/gfci.discrete, it seems to load twice, effectively taking twice as long ===>

`> rcausal::gfci.discrete(dat) node_names: ade value: [1] 0 1

node_names: medication value: [1] 0 1

node_names: diabetes_mellitusCOMMA_nonHYPHENinsulinHYPHENdependent value: [1] 0 1

node_names: ligation value: [1] 0 1

node_names: insulin_sensitivity value: [1] 0 1

node_names: ade value: [1] 0 1

node_names: medication value: [1] 0 1

node_names: diabetes_mellitusCOMMA_nonHYPHENinsulinHYPHENdependent value: [1] 0 1

node_names: ligation value: [1] 0 1

node_names: insulin_sensitivity value: [1] 0 1 `

Going to try PC and FGeS after this. --Kingfish777

kingfish777 avatar Oct 10 '18 16:10 kingfish777