What does these operators do: %*% Thanks -- Shane [[alternative HTML version deleted]]
On 11-Apr-2013 10:25:17 Shane Carey wrote:> What does these operators do: %*% > > Thanks > -- > ShaneEnter the command ?"%*%" and you will see: Matrix Multiplication Description: Multiplies two matrices, if they are conformable. If one argument is a vector, it will be promoted to either a row or column matrix to make the two arguments conformable. If both are vectors it will return the inner product (as a matrix). Usage: x %*% y [etc.] Ted. ------------------------------------------------- E-Mail: (Ted Harding) <Ted.Harding at wlandres.net> Date: 11-Apr-2013 Time: 11:41:22 This message was sent by XFMail
On 11-04-2013, at 12:25, Shane Carey <careyshan at gmail.com> wrote:> What does these operators do: %*% >Please read a manual. And at least try some searching in R: ?"%*%" Introduction to R (http://cran.r-project.org/doc/manuals/r-release/R-intro.html) section 5.7.1 Berend> Thanks > > -- > Shane > > [[alternative HTML version deleted]] >And please turn off html mail in your mail application.> ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
On Apr 11, 2013, at 12:25 , Shane Carey wrote:> What does these operators do: %*% >Try help("%*%") -- Peter Dalgaard, Professor Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com