bkmr 0.2.2
CRAN release: 2022-03-28
Bug fixes
Corrected code that produced warning
length > 1 in coercion to logical
Update functions that use deprecated functions from
dplyr
package
Minor changes
-
No longer export the following functions:
CalcGroupPIPs
,CalcWithinGroupPIPs
, andCalcPIPs
as these should typically be calculated using the functionExtractPIPs
ComputePostmeanHnew.approx
andComputePostmeanHnew.exact
as these should typically be calculated using the functionComputePostmeanHnew
set_verbose_opts
as 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 = FALSE
andrmethod = "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
family
by 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 = TRUE
in thekmbayes
functionposterior samples of
h[i]
can now be obtained via the post-processingSamplePred
function; alternatively, posterior summaries (mean, variance) can be obtained via the post-processingComputePostmeanHnew
function
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)