ocbe-uio / TruncExpFam

R package to generate data related to the Truncated Exponential Family
https://ocbe-uio.github.io/TruncExpFam/
GNU General Public License v3.0
0 stars 1 forks source link

Check that all parameters from stats::r* appear in the respective rtrunc methods #29

Closed rho62 closed 3 years ago

rho62 commented 3 years ago

~mu -> mean~ (tracked by issue #22) ~mulog -> meanlog~ (tracked by issue #22) ~sigma -> sd~ (tracked by issue #22) ~sigmalog -> sdlog~ (tracked by issue #22)

Also check that all parameters are included in all functions in rtrunc.R

wleoncio commented 3 years ago

Argument renaming is tracked by issue #22. I think it's worth keeping this one open for the second part, though.

wleoncio commented 3 years ago

Affected functions that need proper handling of parameter passing so it matches stat:

Once these are handled, we can close the issue (and reopen if something else is detected).