model {rube}R Documentation

Generic S3 method to show model code

Description

Generic S3 method to show model code.

Usage

model(x, ..., indent="  ", lineNumbers=TRUE)

Arguments

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

Details

Shows model code as indented text.

Value

Returns NULL invisibly.

Author(s)

Howard J. Seltman <hseltman@stat.cmu.edu>


[Package rube version 0.3-11 Index]