diff options
author | Naeem Model <me@nmode.ca> | 2023-06-22 05:11:43 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2023-06-22 05:11:43 +0000 |
commit | c6f74becc7ecc0e908bf920b1abb28131b5edd3c (patch) | |
tree | 45b9a67f8292a6e34d83b97a5497a852da5c2739 /NAMESPACE | |
parent | ee7fdf4e1460f01ecac50d69798904c4e37f5b93 (diff) |
Include required functions from 'stats' package
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,3 +4,7 @@ export(ID) export(IDEA) export(WP) export(seqB) +importFrom(stats,pexp) +importFrom(stats,pgamma) +importFrom(stats,qexp) +importFrom(stats,qgamma) |