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

citEntry(entry="Manual",
    title = "Globaltest: testing association of a group of genes
        with a clinical variable",
    author = personList(as.person("J. J. Goeman"),
        as.person("J. Oosting")),
    year = sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date),
    note = paste("R package version", meta$Version),
    textVersion =
      paste("Jelle J. Goeman and Jan Oosting (",
        sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date),
        ") Globaltest ",
        "R package, version ", meta$Version, ".", sep = "")
)

citEntry(entry="Article",
    title = "Testing against a high-dimensional alternative",
    author = personList(as.person("J. J. Goeman"),
        as.person("S. A. van de Geer"),
        as.person("J. C. van Houwelingen")),
    journal = "Journal of the Royal Statistical Society, Series B",
    number = 68,
    pages = "477-493",
    year = 2006,
    textVersion =
      paste("Jelle J. Goeman, Sara A. van de Geer, Hans C. van Houwelingen (2006)",
		"Testing against a high-dimensional alternative,",
        	"Journal of the Royal Statistical Society, Series B, 68, 477-493.")
)

citEntry(entry="Article",
    title = "A global test for groups of genes: testing
        association with a clinical outcome",
    author = personList(as.person("J. J. Goeman"),
        as.person("S. A. van de Geer"),
        as.person("F. de Kort"),
        as.person("J. C. van Houwelingen")),
    journal = "Bioinformatics",
    number = 20,
    pages = "93-99",
    year = 2004,
    textVersion =
      paste("Jelle J. Goeman, Sara A. van de Geer,",
        "Floor de Kort, Hans C. van Houwelingen (2004)",
        "A global test for groups of genes:",
        "testing association with a clinical outcome.",
        "Bioinformatics 20, 93-99.")
)


