printResults.ParametersAtBounds: Function to print a table of parameters at bounds for several...

View source: R/printResults.ParametersAtBounds.R

printResults.ParametersAtBoundsR Documentation

Function to print a table of parameters at bounds for several models

Description

This function prints a table of parameters at bounds for several models.

Usage

printResults.ParametersAtBounds(
  objs = NULL,
  mdfr = NULL,
  delta = 1e-04,
  format = c("latex", "docx"),
  landscape = FALSE,
  fontsize = "11pt",
  verbose = FALSE
)

Arguments

objs
  • list of resLst objects

mdfr
  • dataframe from call to extractMDFR.Results.ParametersAtBounds (as alternative to objs)

delta
  • fraction of range which defines "at the bounds"

format
  • 'latex' or 'docx'

landscape
  • flag indicating whether page orientation is landscape or portrait

fontsize
  • font size (can be 'small')

verbose
  • flag (T/F) to print diagnostic information

Details

Uses extractMDFR.Results.ParametersAtBounds to get a dataframe of parameters at one of their bounds, based upon the value for delta. If format="latex", the package tables is used to create and print a table in latex format.

Value

ggplot2 object


wStockhausen/rCompTCMs documentation built on Sept. 12, 2023, 3:13 p.m.