summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-10 16:31:33 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-10 16:31:33 -0700
commit0478b9c425d668d6ef0aa0e860f8e4eac8ee78a0 (patch)
treeac94fee58104a11e2158cfaaf61238a9cd0f2c78 /man
parent60cfc1ca0d2445b019f79ed92ed760377702e349 (diff)
get going and create test for simulate_data
Diffstat (limited to 'man')
-rw-r--r--man/simulate_data.Rd5
1 files changed, 2 insertions, 3 deletions
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