- fit
- a fit derived by e.g. - lrm,- cph,- psm,- ols. The options- x=TRUEand- y=TRUEmust have been specified.
 
  
- method
- may be - "crossvalidation",- "boot"(the default),- ".632", or- "randomization".
    See- predab.resamplefor details.  Can abbreviate, e.g.- "cross", "b", ".6".
 
  
- B
- number of repetitions.  For - method="crossvalidation", is the
    number of groups of omitted observations.  For- print.validate,- latex.validate, and- html.validate,- Bis an upper
	limit on the number 
	of resamples for which information is printed about which variables
	were selected in each model re-fit.  Specify zero to suppress
	printing.  Default is to print all re-samples.
 
  
- bw
- TRUEto do fast step-down using the- fastbwfunction,
    for both the overall model and for each repetition.- fastbwkeeps parameters together that represent the same factor.
 
  
- rule
- Applies if - bw=TRUE.- "aic"to use Akaike's information criterion as a
    stopping rule (i.e., a factor is deleted if the \(\chi^2\) falls below
    twice its degrees of freedom), or- "p"to use \(P\)-values.
 
  
- type
- "residual"or- "individual"- stopping rule is for individual factors or
    for the residual \(\chi^2\) for all variables deleted
 
  
- sls
- significance level for a factor to be kept in a model, or for judging the
    residual \(\chi^2\). 
  
- aics
- cutoff on AIC when - rule="aic".
 
  
- force
- see - fastbw
 
  
- estimates
- see - print.fastbw
 
  
- pr
- TRUEto print results of each repetition
 
  
- ...
- parameters for each specific validate function, and parameters to
    pass to - predab.resample(note especially the- group,- cluster, amd- subsetparameters).  For- latex,
	optional arguments to- latex.default.  Ignored for- html.validate.
 - For - psm, you can pass the- maxiterparameter here (passed to- survreg.control, default is 15 iterations) as well as a- tolparameter 
    for judging matrix singularity in- solvet(default is 1e-12)
    and a- rel.toleranceparameter that is passed to- survreg.control(default is 1e-5).
 - For - print.validate... is ignored.
 
  
- x,object
- an object produced by one of the - validatefunctions
 
  
- digits
- number of decimal places to print 
- file
- file to write LaTeX output.  Default is standard output. 
- append
- set to - TRUEto append LaTeX output to an existing
  file
 
- title, caption, table.env, extracolsize
- see
  - latex.default.  If- table.envis- FALSEand- captionis given, the character string
  contained in- captionwill be placed before the table,
  centered.
 
- size
- size of LaTeX output.  Default is - 'normalsize'.  Must
  be a defined LaTeX size when prepended by double slash.