ztable: Create a Table of Values (LaTeX)

View source: R/ztable.R

ztableR Documentation

Create a Table of Values (LaTeX)

Description

A function to produce tables of data compatible with LaTeX.

Usage

ztable(agObject, d, crit, m, sdist = F, f = NULL, LaTeX = T)

Arguments

agObject

aggregate_pf; An object containing the aggregated performance metrics (result of aggregate_pf())

d

numeric; A single value to indicate the dataset of interest

crit

character; A single element describing the performance metric of interest

m

character; A single element describing the interpolation method of interest

sdist

logical; TRUE returns a table of the sampling distribution (Q2.5, median, Q97.5) of the chosen metric at every combination of (p,g). FALSE returns a table of values corresponding to f(p,g), where each data point is the chosen sample statistic at each (p,g).

f

character; If sdist = F, the sample statistic of interest defining f(p,g). Possible choices are listed in ?aggregate_pf.

LaTeX

logical; TRUE returns a table in LaTeX format. FALSE returns a table in raw matrix format.


castels/interpTools documentation built on June 7, 2024, 4:20 p.m.