summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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