Displaying 1 result from an estimated 1 matches for "canr".
Did you mean:
can
2013 Jan 29
3
how to suppress the intercept in an lm()-like formula method?
...nor of order 1 is not positive definite
#this works as is
cc <- cancor.formula(cbind(SAT, PPVT, Raven) ~ -1 + n + s + ns + na +
ss, data=Rohwer)
cc
## Canonical correlation analysis of:
## 5 X variables: n, s, ns, na, ss
## with 3 Y variables: SAT, PPVT, Raven
##
## CanR CanRSQ Eigen percent cum
## 1 0.6703 0.44934 0.81599 77.30 77.30
## 2 0.3837 0.14719 0.17260 16.35 93.65
## 3 0.2506 0.06282 0.06704 6.35 100.00
##
## Test of H0: The canonical correlations in the
## current row and all that follow are zero
##
...
}
--
Michael Friendly Emai...