You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: