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.
The evaluation_sim
function is used to evaluate the
performance of group effect estimation algorithms under simulated
conditions. This vignette demonstrates how to use the
evaluation_sim
function with example data provided in the
package.
Ensure the MUGS
package is loaded before running the
example:
Load the example data required for the evaluation_sim
function:
Run the evaluation_sim
function to evaluate the
performance based on the provided data:
Explore the structure and key components of the output:
# View the structure of the output
str(evaluation_results)
# Display first few rows of the results
cat("\nEvaluation Results (first 5 rows):\n")
print(head(evaluation_results, 5))
pairs.rel.EV
and U.2
are properly formatted and loaded before running
the function.This vignette demonstrated the use of the evaluation_sim
function for evaluating group effect estimation. Customize the input
data and analyze the output to assess the performance of your
algorithms.
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.