powered by
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 Cort project_on_dims(object, dims)
# S4 method for Cort project_on_dims(object, dims)
: the tree
the set of dimensions
other cort object
project_on_dims,Cort-method: Method for the class Cort
project_on_dims,Cort-method
# NOT RUN { cop <- Cort(LifeCycleSavings[,1:3]) projection = project_on_dims(cop,c(1,2)) # }
Run the code above in your browser using DataLab