Learn R Programming

phyreg (version 0.7)

Seeing the parameter values: Prints the current parameter values for phyreg

Description

This is useful because phyreg has a mechanism for remembering your parameter values, so you don't have to specify them unless you're changing them, on each successive call. But this means you might forget, or want to check up after some puzzling output, just exactly what did I ask phyreg?

Usage

printparms()

Arguments

Details

Prints the current, remembered, parameters. It is in a bald print format, as this makes maintenance of the command trivial. It may also be useful to know that NULL and "NULL" as values for a parameter are treated by the program as the same.

Calling printparms() before your first call of phyreg should produce a warning message and no output, as only on the R session's first (successful) call of phyreg is a set of parameters remembered.

See Also

phyreg tells you what the parameters mean, and has an example.