bkmr 0.2.2
CRAN release: 2022-03-28
Bug fixes
Corrected code that produced warning
length > 1 in coercion to logicalUpdate functions that use deprecated functions from
dplyrpackage
Minor changes
-
No longer export the following functions:
CalcGroupPIPs,CalcWithinGroupPIPs, andCalcPIPsas these should typically be calculated using the functionExtractPIPsComputePostmeanHnew.approxandComputePostmeanHnew.exactas these should typically be calculated using the functionComputePostmeanHnewset_verbose_optsas this is only called internally
Expanded function documentation by adding example code
bkmr 0.2.1
CRAN release: 2022-03-04
Bug fixes
-
allowable values for starting parameter for
r[m]parameters updated as followsno longer truncated to a single value (when
varsel = FALSEandrmethod = "varying")can be equal to 0 (when
varsel = TRUE)
Error no longer generated if starting values for h.hat are not positive
When checking class of an object, use
inherits()instead ofclass()
bkmr 0.2.0
CRAN release: 2017-03-24
Major changes
Added ability to have binomial outcome
familyby implementing probit regression withinkmbayes()-
Removed computation of the subject-specific effects
h[i]withinkmbayes(), as this is not always desired, and greatly slows down model fittingThis could still be done by setting the option
est.h = TRUEin thekmbayesfunctionposterior samples of
h[i]can now be obtained via the post-processingSamplePredfunction; alternatively, posterior summaries (mean, variance) can be obtained via the post-processingComputePostmeanHnewfunction
Added ability to use exact estimates of the posterior mean and variance by specifying the argument
method = 'exact'within the post-processing functions (e.g.,OverallRiskSummaries(),PredictorResponseUnivar())
Bug fixes
- Fixed
PredictorResponseBivarLevels()when argumentboth_pairs = TRUE(#4)