Replaced randga() with rgamma() (closes #9)

This commit is contained in:
Waldir Leoncio 2025-01-15 11:07:44 +01:00
parent 371ec35a06
commit 57dcff2209
5 changed files with 3 additions and 91 deletions

View file

@ -36,6 +36,7 @@ importFrom(matlab2r,times)
importFrom(matlab2r,uiputfile)
importFrom(matlab2r,zeros)
importFrom(methods,is)
importFrom(stats,rgamma)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,read.delim)