Learn R Programming

dlmtree (version 1.1.1)

print: print

Description

print generic function for S3method

Usage

print(x, ...)

# S3 method for tdlnm print(x, ...)

# S3 method for tdlm print(x, ...)

# S3 method for tdlmm print(x, ...)

# S3 method for hdlm print(x, ...)

# S3 method for hdlmm print(x, ...)

# S3 method for monotone print(x, ...)

# S3 method for summary.hdlm print(x, digits = 3, ...)

# S3 method for summary.hdlmm print(x, digits = 3, ...)

# S3 method for summary.monotone print(x, digits = 3, ...)

# S3 method for summary.tdlm print(x, digits = 3, ...)

# S3 method for summary.tdlmm print(x, digits = 3, ...)

# S3 method for summary.tdlnm print(x, digits = 3, ...)

Value

For a fitted model object, prints an assorted model output including model formula call and available methods. For a summary object, prints a summary output of a model fit in the R console.

Arguments

x

An object of class 'tdlm', 'tdlmm', 'tdlnm', 'hdlm', 'hdlmm', 'monotone', representing a fitted model using dlmtree(); or a summary object produced by applying summary() to one of these model objects.

...

additional parameters

digits

number of decimal places to round the numeric values to