├── .gitignore ├── .travis.yml ├── CauseAndCorrelation.Rproj ├── DESCRIPTION ├── NAMESPACE ├── R ├── Causal.Inference.R ├── DAG.To.MAG.R ├── EPA.R ├── Exploratory.path.analysis.R ├── MAG.to.DAG.R ├── MCX2.R ├── Pcor.prob.R ├── basiSet.mag.R ├── dsep.test.R ├── factorization_district.R ├── gen.data.R ├── gen.perms.R ├── orient.graph.R ├── orient.phaseII.1.R ├── shipley.test2.R └── vanishing.tetrads.R ├── README.md └── man ├── Causal.Inference.Rd ├── DAG.to.MAG.Rd ├── EPA.Rd ├── Exploratory.path.analysis.Rd ├── MAG.to.DAG.Rd ├── MCX2.Rd ├── Pcor.prob.Rd ├── basiSet.mag.Rd ├── dsep.test.Rd ├── gen.data.Rd ├── gen.perms.Rd ├── orient.graph.Rd ├── orient.phaseII.1.Rd ├── shipley.test2.Rd └── vanishing.tetrads.Rd /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/.travis.yml -------------------------------------------------------------------------------- /CauseAndCorrelation.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/CauseAndCorrelation.Rproj -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/NAMESPACE -------------------------------------------------------------------------------- /R/Causal.Inference.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/Causal.Inference.R -------------------------------------------------------------------------------- /R/DAG.To.MAG.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/DAG.To.MAG.R -------------------------------------------------------------------------------- /R/EPA.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/EPA.R -------------------------------------------------------------------------------- /R/Exploratory.path.analysis.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/Exploratory.path.analysis.R -------------------------------------------------------------------------------- /R/MAG.to.DAG.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/MAG.to.DAG.R -------------------------------------------------------------------------------- /R/MCX2.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/MCX2.R -------------------------------------------------------------------------------- /R/Pcor.prob.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/Pcor.prob.R -------------------------------------------------------------------------------- /R/basiSet.mag.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/basiSet.mag.R -------------------------------------------------------------------------------- /R/dsep.test.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/dsep.test.R -------------------------------------------------------------------------------- /R/factorization_district.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/factorization_district.R -------------------------------------------------------------------------------- /R/gen.data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/gen.data.R -------------------------------------------------------------------------------- /R/gen.perms.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/gen.perms.R -------------------------------------------------------------------------------- /R/orient.graph.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/orient.graph.R -------------------------------------------------------------------------------- /R/orient.phaseII.1.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/orient.phaseII.1.R -------------------------------------------------------------------------------- /R/shipley.test2.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/shipley.test2.R -------------------------------------------------------------------------------- /R/vanishing.tetrads.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/R/vanishing.tetrads.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/README.md -------------------------------------------------------------------------------- /man/Causal.Inference.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/Causal.Inference.Rd -------------------------------------------------------------------------------- /man/DAG.to.MAG.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/DAG.to.MAG.Rd -------------------------------------------------------------------------------- /man/EPA.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/EPA.Rd -------------------------------------------------------------------------------- /man/Exploratory.path.analysis.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/Exploratory.path.analysis.Rd -------------------------------------------------------------------------------- /man/MAG.to.DAG.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/MAG.to.DAG.Rd -------------------------------------------------------------------------------- /man/MCX2.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/MCX2.Rd -------------------------------------------------------------------------------- /man/Pcor.prob.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/Pcor.prob.Rd -------------------------------------------------------------------------------- /man/basiSet.mag.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/basiSet.mag.Rd -------------------------------------------------------------------------------- /man/dsep.test.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/dsep.test.Rd -------------------------------------------------------------------------------- /man/gen.data.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/gen.data.Rd -------------------------------------------------------------------------------- /man/gen.perms.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/gen.perms.Rd -------------------------------------------------------------------------------- /man/orient.graph.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/orient.graph.Rd -------------------------------------------------------------------------------- /man/orient.phaseII.1.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/orient.phaseII.1.Rd -------------------------------------------------------------------------------- /man/shipley.test2.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/shipley.test2.Rd -------------------------------------------------------------------------------- /man/vanishing.tetrads.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillShipley/CauseAndCorrelation/HEAD/man/vanishing.tetrads.Rd --------------------------------------------------------------------------------