inst/userguide/figures/CS4--Cs21_varimax.R

###################################################
### code chunk number 29: Cs21_varimax
###################################################
# get the inverse of the rotation matrix
Z.est <- coef(the.fit, type = "matrix")$Z
H.inv <- 1
if (ncol(Z.est) > 1) 
  H.inv <- varimax(coef(the.fit, type = "matrix")$Z)$rotmat
nwfsc-timeseries/MARSS documentation built on June 3, 2023, 1:32 p.m.