Re: [R] Tinn-R: new website under https protocol / fortune nomination

2019-01-19 Thread Michael Friendly
Body parts might be debated, but this seems like a fortune nomination. -M On 1/18/2019 7:55 PM, Jose Claudio Faria wrote: If you have software to deal with statistics, you have arms; if you have good software, you have arms and legs; if you have software like R, you have arms, legs and wings...

Re: [R] Printing a list of simultaneous equations

2019-01-19 Thread Michael Friendly
John- Don't try to forge a new wheel, when you can get one ready made and it might fit your wagon. Check out the `matlib` package on CRAN and devel on github: https://github.com/friendly/matlib install.packages("matlib") library(matlib) A <- matrix(c(1,2,3, -1, 2, 1), 3, 2) b <- c(2,1,3) show