R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "******************** pblm version 1.0-10 **********************\n",
    "Thank you for using the pblm package!\n",
    "Please, cite the following paper in your publications:\n\n",
    "Enea, M. and Lovison, G. A penalized approach for the bivariate 
     ordered logistic model with applications to social and medical data.\n",
     "Statistical Modelling, 2019;19(5):467-500.\n", 
     "doi:10.1177/1471082X18782063\n"
  )
}

Try the pblm package in your browser

Any scripts or data that you put into this service are public.

pblm documentation built on June 19, 2025, 5:08 p.m.