model {rube} | R Documentation |
Generic S3 method to show model code.
model(x, ..., indent=" ", lineNumbers=TRUE)
x |
an object that contains model text as a component |
... |
optional arguments passed to default |
indent |
the string used for indenting ("\\t" is OK) |
lineNumbers |
a logical value indicating lineNumbers should be shown |
Shows model code as indented text.
Returns NULL invisibly.
Howard J. Seltman <hseltman@stat.cmu.edu>