diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-10 16:22:46 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-10 16:22:46 -0700 |
| commit | 60cfc1ca0d2445b019f79ed92ed760377702e349 (patch) | |
| tree | 5dbfcd32fa566827ebaeef891b09054eab7b67c1 /NAMESPACE | |
Start R package for the RSC simulation and analysis
Diffstat (limited to 'NAMESPACE')
| -rw-r--r-- | NAMESPACE | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE new file mode 100644 index 0000000..5045b57 --- /dev/null +++ b/NAMESPACE @@ -0,0 +1,4 @@ +# Generated by roxygen2: do not edit by hand + +export(simulate_data) +importFrom(MASS,mvrnorm) |
