project_on_dims {cort} | R Documentation |
Currently only implemented for Cort models. Compute, as a Cort object, the projection on a smaller set of dimensions of a Cort object.
project_on_dims(object, dims)
## S4 method for signature 'Cort'
project_on_dims(object, dims)
object |
: the tree |
dims |
the set of dimensions |
other cort object
project_on_dims,Cort-method
: Method for the class Cort
cop <- Cort(LifeCycleSavings[,1:3])
projection = project_on_dims(cop,c(1,2))