bootsum: Bootstrap summary

Description Usage Arguments Value Author(s) Examples

Description

Summarize results from nonparametric bootstrap and produce histograms for each parameters.

Usage

1
2
3
4
5
6
7
8
9
bootsum(model = NULL, 
        outpdf = TRUE, 
        bootfl = "out0002.csv", 
        qtype = 7, 
        min = TRUE, 
        showmean = FALSE, 
        showmedian = TRUE, 
        showcinorm = FALSE, 
        showci = TRUE)

Arguments

model

Name of folder containing model

outpdf

A logical value. If TRUE (default), graphical output will be saved as PDF file.

bootfl

A character string that provides the file name of the bootmodel output. Default is "out0002.csv".

qtype

An integer value that provides type argument for quantiles calculation (see quantilestats). Default is 7.

min

A logical value. If TRUE (default), minimization summary will be included on graphical output.

showmean

A logical value. If FALSE (default), mean line will not be displayed on graphical output.

showmedian

A logical value. If TRUE (default), median line will be displayed on graphical output.

showcinorm

A logical value. If FALSE (default), 95 percent confidence intervals based on normal assumption will not be displayed on graphical output.

showci

A logical value. If TRUE (default), 95 percent confidence intervals based on 2.5th and 97.5th percentile will be displayed on graphical output.

Value

Distribution plots and summary files are returned.

Author(s)

Chay Ngee Lim

Examples

1
2
3
4
5
## Setting working directory to Model 1 
#setwd("C:/Program Files (x86)/Pharsight/Phoenix/application/Examples/NLME Command Line/Model 1")

## Create summary of bootstrap runs
#bootsum(model="Model 1")

Example output



Phxnlme documentation built on May 1, 2019, 7:31 p.m.