This is an R package to handle truncated members from the exponential family.
TruncExpFam is currently under development. To install the package, first make sure you have either the "remotes" or the "devtools" package installed in your local R installation, then issue the following command:
remotes::install_github("ocbe-uio/TruncExpFam")
Finally, load the package with library(TruncExpFam)
. A list of available functions can be printed with ls("package:TruncExpFam")
.
Further details on installing TruncExpFam can be found on the Wiki.
TruncExpFam is open-source software licensed by the GPL. All contributions are welcome! Please use the issues page to submit any bugs you find or see what other issues have been submitted.
To contribute with code, we recommend reading this Wiki page on the subject.