hoslem.test
handles binning issues better when data is skewed and produces meaningful warnings and error when G < 2 (#18).
- Fixing URL encoding in DOI (found by new HTML tidy on the CRAN master).
- Fixed family detection in
mep
.
- 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.
- New function:
rsf.null
for fitting 'no selection' RSF model.
- New function:
mep
for marginal effect plots.
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.
- 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).
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.
- Cleaning up
:::
to satisfy R 3.0.2 check. simulateUsedAvail
keeps column name when 1 variable supplied.
- 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).
predict.rsf
:se.fit=TRUE
produced error with bootstrapped model. Bug reported by Clement Calenge.
rsf
estimation: intercept is now fixed at 0, and not part of theoptim
result.
- 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.
- new argument
m
inrsf()
,rspf()
for allowing local availability (matched use-available design). goats
data set added from Lele and Keim 2006.- Rd for
goats
contains an example analysis, too. /inst/COPYING
removed.
- R (>= 2.13.0) dependency added
to avoid
R CMD check ERROR
on old R (reported by Uwe Ligges).
.onLoad
added tozzz.R
.predict
method subsetted the result whennewdata
was provided. Reported by Rajapandian Kanagaraj (UFZ).
packageStartupMessage
used inzzz.R
.onAttach
.
kdepairs
plotsabs(cor)
, so negative values can get large.hoslem.test
: only unique quantile values are used incut()
.
- Initial bunch of functions released on R-Forge and CRAN.