Changelog
Source:NEWS.md
Version 0.3-6, June 27, 2023
CRAN release: 2023-07-08
-
hoslem.test
handles 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
vcov
method forrsf.null
subclass: now returns<0 x 0 matrix>
. - Fixed
mep
function to properly handle the lack offamily(object)
, as a result now it is not failing forrsf
/rspf
models. - New functions:
wrsi
andsindex
for weighted selection index.
Version 0.3-2, Feb 28, 2017
CRAN release: 2017-02-28
- New function:
rsf.null
for fitting ‘no selection’ RSF model.
Version 0.3-0, Nov 4, 2016
CRAN release: 2016-11-05
-
vcov.rsf
with log link dropped non-existent intercept, now fixed. -
ChangeLog
is nowNEWS.md
. -
residuals
method added that follows the scaling used for the H-L test in the summaries. -
predict
method 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
rsf
andrspf
functions that alert the user about the inclusion of continuous covariates. - Log link was matched as logit in
rspf
call, now gives and error. - Imports pbapply (not suggests).
Version 0.2-5, Nov 6, 2015
CRAN release: 2015-11-22
-
predict.rsf
produced error with Exponential RSF whense.fit = TRUE
. Coefficients were not augmented with a 0, thus a non-conformable arguments error. Reported by Martha Ellis. -
ChangeLog
reformatted as markdown file.
Version 0.2-4, May 19, 2014
CRAN release: 2014-05-20
- Cleaning up
:::
to satisfy R 3.0.2 check. -
simulateUsedAvail
keeps 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=TRUE
produced error with bootstrapped model. Bug reported by Clement Calenge.
Version 0.2-1, Oct 3, 2012
-
rsf
estimation: intercept is now fixed at 0, and not part of theoptim
result.
Version 0.2-0, Oct 1, 2012
CRAN release: 2012-10-02
- Generic and default method for
CAIC
added. - Bugfix: SE in RSF case was wrong (subsetting the Hessian before inverting) – now fixed.
-
predict
method for RSF could not deal withnewdata
due 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 ERROR
on old R (reported by Uwe Ligges).
Version 0.1-3, August 23, 2011
CRAN release: 2011-09-28
-
.onLoad
added tozzz.R
. -
predict
method subsetted the result whennewdata
was provided. Reported by Rajapandian Kanagaraj (UFZ).
Version 0.1-1, June 7, 2011
CRAN release: 2011-07-23
-
kdepairs
plotsabs(cor)
, so negative values can get large. -
hoslem.test
: only unique quantile values are used incut()
.