tli_xtab: Table of Test Scores and Demographics for 20 Students

Description Usage Format Source Examples

Description

This is a table of the first 20 observations from the data frame tli from package xtable. The observations include demographic data and math scores, from the Texas Assessment of Academic Skills, for 20 students.

Usage

1

Format

An xtable object as produced by version 1.8-4 of the xtable package (https://CRAN.R-project.org/package=xtable). The table was produced with the following code:

1
2
3
4
5
data("tli", package="xtable")
  tli_xtab <- xtable::xtable(tli[1:20, ])
  xtable::display(tli_xtab)[c(2,6)] <- "f"
  xtable::digits(tli_xtab) <- matrix(0:4, nrow = 20, ncol = ncol(tli)+1)
  

Source

Examples

1

tablesgg documentation built on June 3, 2021, 1:06 a.m.