Generic summary function for IQRnlmeProject objects

Generic summary function for IQRnlmeProject objects

# S3 method for IQRnlmeProject
summary(
  object,
  ...,
  FLAGreport = FALSE,
  filename = NULL,
  SIGDIG = 3,
  ETA_THRESHOLD_REL = 0,
  stratifyShrinkageBy = NULL
)

Arguments

object

IQRnlmeProject object

...

Additional unused arguments

FLAGreport

If TRUE then the table text is annotated by formatting suitable for IQReport. If FALSE, then just text for display.

filename

If filename is provided (possibly with path) then the text is exported to a file

SIGDIG

Significant digit setting for the whole table. Except for the objective function, which is always rounded to the next integer value

ETA_THRESHOLD_REL

ETA values with abs(ETA) < ETA_THRESHOLD_REL * mean(abs(ETA)) will not be considered for the computation of shrinkage.

stratifyShrinkageBy

character of length 1 pointing to the dataset column of a categorical covariate. Separate shrinkage columns will be returned for each level of the covariate. If NULL (default), only one shrinkage column is returned.

Value

If no filename is provided, the table contents are returned as IQRoutputTable object

See also

Other IQRnlmeProject: IQRnlmeEst(), IQRnlmeProject(), addCovariateToModelSpec_IQRest(), addPar_modelSpec(), as_IQRnlmeProjectMulti(), as_IQRnlmeProject(), bootstrap_IQRnlmeProject(), compareModels_IQRnlmeProjectMulti(), convertETAINDIVPRED_IQRnlmeProject(), covariateEffect_IQRnlmeProject(), data_IQRest(), dosing_IQRest(), duplicate_IQRnlmeProject(), eigenvalues_IQRnlmeProject(), exportVirtualSubjects_IQRnlmeProject(), getData_IQRnlmeProject(), getETAs_IQRnlmeProject(), getEst_IQRnlmeProject(), getHeader_IQRnlmeProject(), getIndivParameters_IQRnlmeProject(), getIndivPredictions_IQRnlmeProject(), getModel_IQRnlmeProject(), getObsPred_IQRnlmeProject(), getPopParameters_IQRnlmeProject(), getResults_IQRnlmeProjectMulti(), getResults_IQRnlmeProject(), hasrun_IQRnlmeProjectMulti(), hasrun_IQRnlmeProject(), informationContent_IQRnlmeProject(), is_IQRnlmeEst(), is_IQRnlmeProjectMulti(), is_IQRnlmeProject(), is_MONOLIX_IQRnlmeProject(), is_NLMIXR_IQRnlmeProject(), is_NONMEM_IQRnlmeProject(), modelSpec_IQRest(), outlier_IQRnlmeProject(), plot.IQRnlmeProjectMulti(), plot.IQRnlmeProject(), plotBLQVPC_IQRdataVPC(), plotConvergence_IQRnlmeProject(), plotETACOV_IQRnlmeProject(), plotETA_IQRnlmeProject(), plotGOF_IQRnlmeProject(), plotINDIVSIM_IQRnlmeProject(), plotINDIV_IQRnlmeProject(), plotVPC_IQRdataVPC(), pred_IQRnlmeProject(), print.IQRnlmeEst(), print.IQRnlmeProjectMulti(), print.IQRnlmeProject(), print_modelSpec(), run_IQRnlmeProjectMulti(), run_IQRnlmeProject(), sample_IQRnlmeProject(), scm_IQRnlmeProject(), summary.IQRnlmeProjectMulti(), summaryComments_IQRnlmeProjectMulti(), summaryCorrelations_IQRnlmeProjectMulti(), summaryCovariates_IQRnlmeProjectMulti(), summaryParameters_IQRnlmeProjectMulti(), vpc_IQRnlmeProject()