inf {phyreg} | R Documentation |
Provides information about the stored output of a call to phyreg()
Description
After an instruction m<-phyreg(...)
, you can type inf(m,...)
to provide information about m
. You can see output again, or that you didn't ask for from the initial call of phyreg()
. And you can find out whether optional storage took place of the different possible outputs, if not, how to ask for it, and if so, how to access it.
Usage
inf(inpr, ..., oppf = 5, opdf = 1, oprho = 0, dfwarning = 1)
Arguments
inpr |
An object of class |
... |
To see the list of the possible parameters, call |
oppf |
If non-zero, the p-value and F-statistic are printed out at each call of |
opdf |
If non-zero, a breakdown of degrees of freedom is printed out at each call of |
oprho |
If nonzero, details of rho will be printed with |
dfwarning |
If |
Details
The ...
are used rather irregularly to allow values to be specified as character constants. These are the 13 final arguments of phyreg()
, which specify material to be printed or to be stored. The printed material will be reprinted by inf()
, saving the need to repeat the analysis. For saved material, including the character constant will instruct inf()
to tell you whether that material was stored and both how to access it if it was stored and , if not, how to store it next time you use (phyreg)
. You may include as many as these character constants as you like in one call of inf()
. The "printing" constants are "parmx"
, "parmxz"
, "opfunccall"
, "means"
, and "addDF"
, while the "saving" constants are "linputs"
, "sinputs"
, "lmshortx"
, "lmshortxz"
, "lmlongx"
, "lmlongxz"
, "hinput"
and "paper"
. To find what information is stored or printed by each character constant, see the help file for phyreg
and look for the argument with the same name.
Author(s)
Alan Grafen