citHeader("To cite the penalized package in publications use:")

citEntry(entry="Manual",
    title = "Penalized: L1 (lasso and fused lasso) and L2 (ridge) penalized estimation in GLMs and in the Cox model",
    author = personList(as.person("J. J. Goeman")),
    year = substring(packageDescription("penalized")$Date,1,4),
    note = paste("R package version", packageDescription("penalized")$version),
    textVersion =
      paste("Jelle J. Goeman (",
        substring(packageDescription("penalized")$Date,1,4),
        ") Penalized ",
        "R package, version ", packageDescription("penalized")$Version,
        ".", sep = "")
)

citEntry(entry="Article",
    title = "L1 penalized estimation in the Cox proportional hazards model",
    author = personList(as.person("J. J. Goeman")),
    journal = "Biometrical Journal",
    number = 52,
    pages = 70-84, 
    year = 2010,
    textVersion =
      paste("Jelle J. Goeman (2010)",
		"L1 penalized estimation in the Cox proportional hazards model,",
        	"Biometrical Journal, 52 (1) 70-84.")
)



