Hi
When I run the gaussian.R to get the gaussian simulation data, the function "write_dataset" is missing. the error in Rstudio is follows: Error in write_dataset("gaussian_batch_1.csv", t(A1), rep(1, ncol(t(A1))), :
could not find function "write_dataset", can you solve it? Thanks
Hi,
Sorry about that. We have included the "write_dataset" function in "R/func_data.R". We have also changed the filename from "R/func_read_data.R" to "R/func_data.R" for less confusion.
Hi When I run the gaussian.R to get the gaussian simulation data, the function "write_dataset" is missing. the error in Rstudio is follows: Error in write_dataset("gaussian_batch_1.csv", t(A1), rep(1, ncol(t(A1))), : could not find function "write_dataset", can you solve it? Thanks