str.lcens | R Documentation |
Displays the basic information about an object: methods for "lcens," "mcens," and "qw" data.
## S3 method for class 'lcens' str(object, ...) ## S3 method for class 'mcens' str(object, ...) ## S3 method for class 'qw' str(object, ...)
object |
an object of class "lcens,", "mcens," or "qw." |
... |
any additional valid arguments ot the default method for |
Nothing is returned, the side effect is to print a short summary of the object.
str
str(as.lcens(c(1,3), 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.