baytrends (version 1.1.0)

str.lcens: Display Structure

Description

Displays the basic information about an object: methods for "lcens," "mcens," and "qw" data.

Usage

# S3 method for lcens
str(object, ...)

# S3 method for mcens str(object, ...)

# S3 method for qw str(object, ...)

Arguments

object

an object of class "lcens,", "mcens," or "qw."

any additional valid arguments ot the default method for str and give.censoring, a logical value that includes the type of censoring in the output if TRUE.

Value

Nothing is returned, the side effect is to print a short summary of the object.

See Also

str

Examples

Run this code
# NOT RUN {
str(as.lcens(c(1,3), 2))

# }

Run the code above in your browser using DataCamp Workspace