model.default {rube}R Documentation

Default S3 method to show model code

Description

Default S3 method to show model code.

Usage

## Default S3 method:
model(x, ..., indent="  ", lineNumbers=TRUE)

Arguments

x

the text from of code for a rube model

...

optional arguments passed to default

indent

the string used for indenting ("\\t" is OK)

lineNumbers

a logical value indicating lineNumbers should be shown

Details

Default S3 method to show model code.

Value

Returns NULL invisibly.

Author(s)

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


[Package rube version 0.3-11 Index]