plrtest.mdyplFit | R Documentation |
"mdyplFit"
objectsComputes the Diaconis-Ylvisaker prior penalized likelihood ratio test statistic or its adjusted version using high-dimensionality correction under proportional asymptotics. Associated p-values are also computed using a chi squared distribution.
## S3 method for class 'mdyplFit'
plrtest(object1, object2, hd_correction = FALSE, ...)
object1 |
a |
object2 |
a |
hd_correction |
if |
... |
further arguments to be passed to methods. Currently not used. |
Both object1
and object2
should have been fitted using the
mdyplFit()
method for glm()
, and the same shrinkage parameter
alpha
; see mdyplFit()
and mdyplControl()
for setting alpha
.
If hd_correction = TRUE
then the deviance and the associated
p-value are adjusted using a high-dimensionality correction under
proportional asymptotics as in Sterzinger & Kosmidis (2024); see
summary.mdyplFit()
.
Ioannis Kosmidis [aut, cre]
ioannis.kosmidis@warwick.ac.uk
Sterzinger P, Kosmidis I (2024). Diaconis-Ylvisaker prior
penalized likelihood for p/n \to \kappa \in (0,1)
logistic
regression. arXiv:2311.07419v2, https://arxiv.org/abs/2311.07419.
mdyplFit()
, summary.mdyplFit()
, mdypl_control()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.