The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Marginal distributions provided by a TRE should contain the following files:
Depending on the data from the TRE some of the files may not be present.
The marginal distributions can be imported using the import_marginal_distributions()
function. By default the marginal distributions will be imported from the current working directory:
library(RESIDE)
import_marginal_distributions() marginals <-
The folder of the marginals can be changes using the folder_path
parameter of the import_marginal_distributions()
function:
library(RESIDE)
import_marginal_distributions(
marginals <-folder_path = "/Users/ryan/marginals"
)
import_marginal_distributions()
parameters:
binary_variables_file
categorical_variables_file
continuous_variables_file
continuous_quantiles_file
summary_file
However this is generally not advised.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.