summary.complr | R Documentation |
complr
objectCreate a Summary of a complr
object
## S3 method for class 'complr'
summary(object, weight = c("equal", "proportional"), ...)
object |
An object of class |
weight |
A character value specifying the weight to use in calculation of the reference composition.
If |
... |
generic argument, not in use. |
cilr <- complr(data = mcompd, sbp = sbp,
parts = c("TST", "WAKE", "MVPA", "LPA", "SB"),
idvar = "ID")
summary(cilr)
cilr <- complr(data = mcompd, sbp = sbp,
parts = c("TST", "WAKE", "MVPA", "LPA", "SB"))
summary(cilr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.