Learn R Programming

⚠️There's a newer version (1.0-6) of this package.Take me there.

papeR

papeR provides a toolbox for writing knitr, Sweave or other LaTeX- or markdown-based papers and reports and to prettify the output of various estimated models.

Installation:

  • Current version (from CRAN):
install.packages("papeR")
  • Latest development version from GitHub:
library("devtools")
install_github("hofnerb/papeR")
  • To be able to use the install_github() command, one needs to install devtools first:
install.packages("devtools")

Using papeR

Tutorials on how to use papeR can be found on CRAN:

or within R via

## introduction to papeR (in combination with Markdown)
vignette("papeR_introduction", package = "papeR")
## introduction to papeR with LaTeX
vignette("papeR_with_latex", package = "papeR")

Copy Link

Version

Install

install.packages('papeR')

Monthly Downloads

353

Version

1.0-4

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Benjamin Hofner

Last Published

January 3rd, 2019

Functions in papeR (1.0-4)

summarize_numeric

Produce Summary Tables for Data Sets
toLatex

Cleaning R Code for printing in LaTeX environments
confint.mer

Confidence intervals for mixed models
xtable.summary

Create And Print Tables With Markup
papeR-package

A Toolbox for Writing Pretty Papers and Reports
prettify

Make Pretty Summary and Anova Tables
Anova.lme

Anova Function for lme Models
summarize

Produce Summary Tables for Data Sets
summarize_factor

Produce Summary Tables for Data Sets
get_option

Extract printing options from table.cont and table.fac objects
latex.table.cont

Produce (LaTeX) Summaries for Continuous Variables
labels

Extract labels from and set labels for data frames
latex.table.fac

Produce (LaTeX) Summaries for Factor Variables