citHeader("To cite glsm in publications please use:")

## R (>= 3.5.0) passes package metadata to citation().

if(!exists("meta") || is.null(meta)) meta <- packageDescription("glsm")
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype= "Manual",
         title = "{glsm}: Estimation of the Log-Likelihood in the Saturated Model When the Response Variable Takes One of R > 1 Values",
         author = c(
                    person("Humberto J.", "Llinás"),
                    person("Jorge L.", "Villalba"),
                    person("Jorge A.", "Borja"),
                    person("Jorge J.", "Tilano")
                   ),
         year = year,
         note = note,
         key = "glsm-package",
         textVersion =
            paste("Humberto J. Llinás, Jorge L. Villalba, Jorge A. Borja, Jorge J. Tilano",
            sprintf("(%s).", year),
            "glsm: Estimation of the log likelihood of the saturated model the response variable Y takes one of R>1 values. R package version",
             meta$Version)
)










