mschauer / CausalInference.jl

Causal inference, graphical models and structure learning in Julia
https://mschauer.github.io/CausalInference.jl/latest/
Other
189 stars 24 forks source link

changes to documentation code #6

Closed currymj closed 5 years ago

currymj commented 5 years ago

This is a small thing, but it may avoid some confusion as people try to get the example code working.

On 1.0.1 (and maybe earlier), one needs using DelimitedFiles in order to use readdlm.

currymj commented 5 years ago

Likewise one needs using LinearAlgebra and using Statistics; and the call to cor now needs a keyword dims for its second argument.

mschauer commented 5 years ago

Thanks, fixed it.