Version 0.3-6, June 27, 2023
CRAN release: 2023-07-08
-
hoslem.testhandles binning issues better when data is skewed and produces meaningful warnings and error when G < 2 (#18).
Version 0.3-5, July 22, 2019
CRAN release: 2019-07-22
- Fixing URL encoding in DOI (found by new HTML tidy on the CRAN master).
Version 0.3-3, January 7, 2019
- Fixed
vcovmethod forrsf.nullsubclass: now returns<0 x 0 matrix>. - Fixed
mepfunction to properly handle the lack offamily(object), as a result now it is not failing forrsf/rspfmodels. - New functions:
wrsiandsindexfor weighted selection index.
Version 0.3-2, Feb 28, 2017
CRAN release: 2017-02-28
- New function:
rsf.nullfor fitting ‘no selection’ RSF model.
Version 0.3-0, Nov 4, 2016
CRAN release: 2016-11-05
-
vcov.rsfwith log link dropped non-existent intercept, now fixed. -
ChangeLogis nowNEWS.md. -
residualsmethod added that follows the scaling used for the H-L test in the summaries. -
predictmethod failed due to missing intercepts, now fixed. - Continuous integration and testing added to development suite.
- Documentation is revised.
Version 0.2-6, Feb 15, 2016
CRAN release: 2016-02-16
- Fixed critical error messages in
rsfandrspffunctions that alert the user about the inclusion of continuous covariates. - Log link was matched as logit in
rspfcall, now gives and error. - Imports pbapply (not suggests).
Version 0.2-5, Nov 6, 2015
CRAN release: 2015-11-22
-
predict.rsfproduced error with Exponential RSF whense.fit = TRUE. Coefficients were not augmented with a 0, thus a non-conformable arguments error. Reported by Martha Ellis. -
ChangeLogreformatted as markdown file.
Version 0.2-4, May 19, 2014
CRAN release: 2014-05-20
- Cleaning up
:::to satisfy R 3.0.2 check. -
simulateUsedAvailkeeps column name when 1 variable supplied.
Version 0.2-3, June 18, 2013
CRAN release: 2013-07-11
- Summary threw an error when H-L test failed. Now this is a warning. Reported by Tyler Muhly (AITF).
-
predict.rsf: response is not required when newdata is provided. Bug reported and patch provided by Clement Calenge (3/7/2013).
Version 0.2-2, Mar 5, 2013
CRAN release: 2013-04-06
-
predict.rsf:se.fit=TRUEproduced error with bootstrapped model. Bug reported by Clement Calenge.
Version 0.2-1, Oct 3, 2012
-
rsfestimation: intercept is now fixed at 0, and not part of theoptimresult.
Version 0.2-0, Oct 1, 2012
CRAN release: 2012-10-02
- Generic and default method for
CAICadded. - Bugfix: SE in RSF case was wrong (subsetting the Hessian before inverting) – now fixed.
-
predictmethod for RSF could not deal withnewdatadue to missing intercept – now fixed.
Version 0.1-4, Oct 18, 2011
CRAN release: 2011-10-19
- R (>= 2.13.0) dependency added to avoid
R CMD check ERRORon old R (reported by Uwe Ligges).
Version 0.1-3, August 23, 2011
CRAN release: 2011-09-28
-
.onLoadadded tozzz.R. -
predictmethod subsetted the result whennewdatawas provided. Reported by Rajapandian Kanagaraj (UFZ).
Version 0.1-1, June 7, 2011
CRAN release: 2011-07-23
-
kdepairsplotsabs(cor), so negative values can get large. -
hoslem.test: only unique quantile values are used incut().