File: CITATION

package info (click to toggle)
r-cran-maxlik 1.5-2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,676 kB
  • sloc: sh: 39; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 834 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
citHeader("To cite package 'maxLik' in publications use:")
     
citEntry(
   entry       = "Article",
   title       = "maxLik: A package for maximum likelihood estimation in {R}",
   author      = personList( as.person( "Arne Henningsen" ),
                             as.person( "Ott Toomet" ) ),
   journal     = "Computational Statistics",
   year        = "2011",
   volume      = "26",
   number      = "3",
   pages       = "443-458",
   doi         = "10.1007/s00180-010-0217-1",
   url         = "http://dx.doi.org/10.1007/s00180-010-0217-1",
   textVersion = paste( "Arne Henningsen and Ott Toomet (2011).",
                        "maxLik: A package for maximum likelihood estimation in R.",
                        "Computational Statistics 26(3), 443-458.",
                        "DOI 10.1007/s00180-010-0217-1." )
)