tli_xtab {tablesgg} | R Documentation |
Table of Test Scores and Demographics for 20 Students
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
tli_xtab
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:
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
Texas Education Agency, <URL: http://www.tea.state.tx.us>
Examples
str(tli_xtab)
[Package tablesgg version 0.9-1 Index]