Home forums Other Discussions Citing afex

Viewing 1 reply thread
  • Author
    Posts
    • #60
      Tanya Jonker
      Participant

      Hello afex community!

      What is the best citation for afex? I’d like to give credit in my papers!

    • #61
      henrik
      Keymaster

      The suggested citation at the time of writing is:
      Henrik Singmann, Ben Bolker, Jake Westfall and Frederik Aust (2016). afex: Analysis of Factorial Experiments. R package version 0.16-1. https://CRAN.R-project.org/package=afex

      However, this changes with any update of afex and the easiest way to find out the current suggestion is to call:
      citation("afex")

      This produces:

      
      To cite package ‘afex’ in publications use:
      
        Henrik Singmann, Ben Bolker, Jake Westfall and Frederik Aust (2016). afex: Analysis of Factorial
        Experiments. R package version 0.16-1. https://CRAN.R-project.org/package=afex
      
      A BibTeX entry for LaTeX users is
      
        @Manual{,
          title = {afex: Analysis of Factorial Experiments},
          author = {Henrik Singmann and Ben Bolker and Jake Westfall and Frederik Aust},
          year = {2016},
          note = {R package version 0.16-1},
          url = {https://CRAN.R-project.org/package=afex},
        }
      

      Btw, citation("package") works for any package and also without any package to learn how to cite R.

      • This reply was modified 7 years, 3 months ago by henrik.
      • This reply was modified 7 years, 3 months ago by henrik.
Viewing 1 reply thread
  • You must be logged in to reply to this topic.