Skip to content

cedricbatailler/apastylr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apastylr

Build Status CRAN_Status_Badge

Many psychology journals request articles to adopt an APA-norm result reporting. apastylr eases the R to articles step by creating a list of linear model coefficients which is is APA formatted.

Installation

apastylr has not been submitted on CRAN yet because of the few functions it adds (namely, one) and because of its status (namely, experimental). The latest version can be found on GitHub and can be installed using devtools:

library(devtools)
devtools::install_github("cedricbatailler/apastylr")

Example

apastylr() can be used the following way to produce APA formatted results:

library(apastylr)

model <- lm(Score ~ 1)
apastylr(model)

#>          Term                    APA
#> 1 (Intercept) t(34) = 1.13, p = .265

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages