From 0478b9c425d668d6ef0aa0e860f8e4eac8ee78a0 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Fri, 10 Jul 2026 16:31:33 -0700 Subject: get going and create test for simulate_data --- man/simulate_data.Rd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/simulate_data.Rd b/man/simulate_data.Rd index b362518..09ae881 100644 --- a/man/simulate_data.Rd +++ b/man/simulate_data.Rd @@ -10,8 +10,7 @@ simulate_data( rho = 0.8, contamination = 0, block_fraction = 0.5, - t_df = Inf, - exact_contamination = FALSE + t_df = Inf ) } \arguments{ @@ -37,7 +36,7 @@ with the intention of evaluating the performance of covariance or correlation matrix estimators. } \examples{ -X_obj <- generate_data(n = 10, p = 10) +X_obj <- simulate_data(n = 10, p = 10) X <- X_obj$X S_true <- X_obj$S -- cgit v1.2.3