Displays the basic information about an object: methods for "lcens," "mcens," and "qw" data.
# S3 method for lcens
str(object, ...)# S3 method for mcens
str(object, ...)
# S3 method for qw
str(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.
Nothing is returned, the side effect is to print a short summary of the object.
# NOT RUN {
str(as.lcens(c(1,3), 2))
# }
Run the code above in your browser using DataLab