params_frmtr: formating helper function, not intended to be called by end...

Usage Arguments

Usage

1
2
3
4
5
6
params_frmtr(rtn, param = NULL, digits = getOption("qwraps.digits", 3),
  pdigits = getOption("qwraps.pdigits", 4),
  show.ci = getOption("qwraps.show.ci", TRUE),
  show.pval = getOption("qwraps.show.pval", TRUE),
  alpha = getOption("qwraps.alpha", 0.05), fun = NULL,
  show.equal.sign = FALSE, unit = "", big.mark = "", small.mark = "")

Arguments

rtn

object from params.xxx

param

if NULL (default) then a full matrix of of all coeffients will be returned. A character represtation of the parameters of interest can be returned if specified.

digits

number of digits after the decimal point, included trailing zeros, to print numbers to: see frmt

pdigits

number of digits to format p-values: see frmtp

show.ci

logical, return confidence intervals

show.pval

logical, return the p-values

alpha

significant level, reporting 100(1-alpha)

\item

funfunciton for transforming results. Particularly useful is fun = exp when working with logisitic regression models, for example.

\item

show.equal.signpassed to frmtp

\item

unitcan be added to the strings returned such that the string could be xx mg (95 xx (95

\item

big.markpassed to frmt

\item

small.markpassed to frmt a list with three elements helper function, not intended to be called by end users, for the params function. ? ## See \code\linkparams \codeparams_frmtr is not intended to be called ## by the end user Peter DeWitt params frmt


dewittpe/qwraps documentation built on May 15, 2019, 5:07 a.m.