Description Usage Arguments Details
Extract attributes of an object of class hmatrix.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## S3 method for class 'hmatrix'
getTime(object)
## S3 method for class 'hmatrix'
getId(object)
## S3 method for class 'hmatrix'
getX(object)
## S3 method for class 'hmatrix'
getArgvals(object)
## S3 method for class 'hmatrix'
getTimeLab(object)
## S3 method for class 'hmatrix'
getIdLab(object)
## S3 method for class 'hmatrix'
getXLab(object)
## S3 method for class 'hmatrix'
getArgvalsLab(object)
|
object |
object of class hmatrix |
Extract the time variable getTime, the idgetId,
the functional covariate getX, its argument values getArgvals.
Or the names of the different variables getTimeLab,
getIdLab, getXLab, getArgvalsLab for an object of class hmatrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.