Learn R Programming

xpose4 (version 4.7.3)

bootgam.print: Print summary information for a bootgam or bootscm

Description

This functions prints some summary information for a bootgam performed in Xpose, or for a bootscm performed in PsN.

Usage

bootgam.print(bootgam.obj = NULL)

Value

No value returned

Arguments

bootgam.obj

The bootgam or bootscm object.

Author

Ron Keizer

Examples

Run this code

if (FALSE) {
bootgam.print(current.bootgam)  # Print summary for the current Xpose bootgam object
bootgam.print(current.bootscm)  # Print summary for the current Xpose bootscm object
}

Run the code above in your browser using DataLab