RfastOfficial / Rfast

A collection of Rfast functions for data analysis. Note 1: The vast majority of the functions accept matrices only, not data.frames. Note 2: Do not have matrices or vectors with have missing data (i.e NAs). We do no check about them and C++ internally transforms them into zeros (0), so you may get wrong results. Note 3: In general, make sure you give the correct input, in order to get the correct output. We do no checks and this is one of the many reasons we are fast.
139 stars 19 forks source link

gammareg, gammaregs, and multinom.reg #95

Open waynelapierre opened 5 months ago

waynelapierre commented 5 months ago

Why are these three functions exported by both Rfast and Rfast2?

statlink commented 5 months ago

In the package files. You can find versions in R and in C++. Which version do you want?