qqtab: Produce row for a dataframe, LaTeX or Rmarkdown table code...

View source: R/plotting.R

qqtabR Documentation

Produce row for a dataframe, LaTeX or Rmarkdown table code for quantiles of results.

Usage

qqtab(xx, dig = 2, true = NA, quants = c(0.25, 0.75), type = "Rmd")

Arguments

xx

vector of values to give quantiles for

dig

number of decimal places to give

true

the true value of the quantity being estimated, will depend on method

quants

quantiles to use, with defaults of 0.25 and 0.75 (25\ 75\

\item

typedata.frame produces a row to put into a dataframe, latex gives output to copy into a .tex file, Rmd gives Rmarkdown output (see vignette MEE_reproduce_2).

row of a data.frame, line of LaTeX output for table to copy into a .tex file, or line of Rmarkdown to copy into an Rmarkdown document Quantile table function, to construct row for a dataframe or a line of quantiles to copy into either LaTeX or render directly in an Rmarkdown document. Does quants[1], 50\ and the \ Andrew Edwards


andrew-edwards/sizeSpectra documentation built on June 28, 2023, 7:09 p.m.