- fit
 
a fit derived by e.g. lrm, cph, psm,
		ols. The options x=TRUE and y=TRUE 
    must have been specified.
  
- method
 
may be "crossvalidation", "boot" (the default),
		".632", or "randomization".
    See predab.resample for 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, B is 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
 
TRUE to do fast step-down using the fastbw function,
    for both the overall model and for each repetition. fastbw
    keeps 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
 
TRUE to print results of each repetition
  
- ...
 
parameters for each specific validate function, and parameters to
    pass to predab.resample (note especially the group,
    cluster, amd subset parameters).  For latex,
	optional arguments to latex.default.  Ignored for
	html.validate.
    
For psm, you can pass the maxiter parameter here (passed to 
    survreg.control, default is 15 iterations) as well as a tol parameter 
    for judging matrix singularity in solvet (default is 1e-12)
    and a rel.tolerance parameter that is passed to
    survreg.control (default is 1e-5).
For print.validate ... is ignored.
  
- x,object
 
an object produced by one of the validate functions
  
- digits
 
number of decimal places to print
- file
 
file to write LaTeX output.  Default is standard output.
- append
 
set to TRUE to append LaTeX output to an existing
  file
- title, caption, table.env, extracolsize
 
see
  latex.default.  If table.env is
  FALSE and caption is given, the character string
  contained in caption will 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.