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

R Wrapper for Tetrad Library

Results 31 r-causal issues
Sort by recently updated
recently updated
newest added

This is a small note for known issue: Checked Java's internal object after setting prior knowledge in r-causal. Looks omitted 1 of 2 Forbidden Directed Edge: Between column1 And column12...

I am trying to run CCD but it throws me an error below. ```r library(stringr) library(rJava) library(rcausal) data("audiology") ccd Error in ccd(df = audiology, continuous = FALSE, depth = -1,...

This is the small note to record a known issue: If you use large datasets or sets many required edges, you may get empty graph without any errors. This sympton...

please add option to add covariance or correlation matrix into rcausal Thanks!

Thanks for the software. It has been really helpful to us. I believe there is a memory leak in r-causal's tetradrunner when resampling is selected. Code to reproduce is as...

Hi, Can you post an example for Bayes_Est.R like you have done for tetradrunner? Please! Thanks for the package 👍

Hi @chirayukong, Is there a function to display the list of available algorithms for r-causal ? Also, does the current version of r-causal, correspond to the most recent Tetrad version...

graph$getAttribute('BIC') is null What to conclude from it?

I recently updated my R to R version 4.0.4. I have all dependencies installed and updated. Here is what I ran: install_github("bd2kccd/r-causal") Here is the error: Error: .onLoad failed in...