inf: Provides information about the stored output of a call to...

Description Usage Arguments Details Author(s) See Also

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

1
inf(inpr, ..., oppf = 5, opdf = 1, oprho = 0, dfwarning = 1)

Arguments

inpr

An object of class phyreglm i.e. that has been produced from an assignment of the form m<-phyreg(...).

...

To see the list of the possible parameters, call inf() itself with no parameters. They are arguments of phyreg that influence printing and storage of information. Four are shown below and can vary the way information is presented compared to the original call. See Details for information on the others.

oppf

If non-zero, the p-value and F-statistic are printed out at each call of phyreg, with ndigits=oppf. If zero, they are not printed out. (inf) will print these out for you if you include "oppf".

opdf

If non-zero, a breakdown of degrees of freedom is printed out at each call of phyreg. (inf) will print this out for you if you include "opdf".

oprho

If nonzero, details of rho will be printed with ndigits=oprho. If rho was fitted, the value of rho and the log-likelihood will be given, and how the search ended (lower boundary, or an internal maximum). (inf) will print this out for you if you include "oprho".

dfwarning

If TRUE or 1, the loss of degrees of freedom for phylogenetic reasons is detailed. (inf) will print this out for you if you include "dfwarning".

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

See Also

phyreg


phyreg documentation built on May 2, 2019, 7:03 a.m.