Skip to content

Releases: sestelo/npregfast

v1.5.2

04 Oct 09:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.2

npregfast 1.5.0

30 Oct 17:13
Compare
Choose a tag to compare
  • new implementation in R of the allotest. Now it is possible
    to choose between two statistic test: "res" (based on residuals on the
    null model) or "lrt" (based on the likelihood ratio test using rss0 and rss1).

  • the localtest function has a new argument: ci.level.

  • fixed some bugs in the formula argument of frfast, globaltest, localtest and allotest functions.

npregfast 1.4.0

18 Nov 17:00
Compare
Choose a tag to compare
  • the plotting functions have been changed. Users can choose between the plot.frfast function, used for base graphics, and the autoplot.frfast function, which is appropriate for ggplot2-type plot and returns objects of the ggplot class.
  • we have merged the plottdiff function of the previous version of the package with plot.frfast and with autoplot.frfast by means of the new argument diffwith. This new argument lets users visualize the differences between two factor’s levels.

npregfast 1.3.0

25 May 09:53
Compare
Choose a tag to compare

The argument smooth has been incorporated to the functions. Users can select now the type of smoother: kernel (by default) or splines.

npregfast 1.2.1

25 Feb 11:35
Compare
Choose a tag to compare
  • corrected bug at globaltest function (random numbers problem)

npregfast 1.2.0

11 Feb 11:25
Compare
Choose a tag to compare
  • the random numbers generation (for the bootstrap) has been changed reducing the computational time.
  • the plots are now obtained by means of the ggplot2.

npregfast 1.0.1

17 Nov 13:00
Compare
Choose a tag to compare
  • the srand function of the fortran code has been deleted. Now it call the R one.

npregfast 1.0

15 Nov 11:29
Compare
Choose a tag to compare
v1.0

under development again