Displaying 1 result from an estimated 1 matches for "resid_t".
Did you mean:
reside
2002 Feb 12
1
getting quotes out of matrix?
...s = c(-5,.1,.2,.3,.4, 5),
symbols = c("A","B","C","D","E"))
table <- cbind( fit3sls[[2]]$residuals, signif )
colnames(table) <- c("resid","group")
# prints fine
print.matrix(table, quote = FALSE, right = TRUE )
# resid_table <- matrix(table,quote=FALSE )
# just to look at the data
#boxplot( resid ~ group, data = resid_table )
Thanks,
Jeff.
Jeff D. Hamann
Hamann, Donald & Associates, Inc.
PO Box 1421
Corvallis, Oregon USA 97339-1421
Bus. 541-753-7333
Cell. 541-740-5988
jeff_hamann at hamanndonald.com
ww...