Barth B. Riley
2011-Jan-14 13:44 UTC
[R] Getting the minimum/maximum value of each row of a matrix
Hello Is there a straightforward way of getting a vector containing the minimum (or maximum) value of each row of a matrix? Thanks Barth PRIVILEGED AND CONFIDENTIAL INFORMATION This transmittal and any attachments may contain PRIVILEGED AND CONFIDENTIAL information and is intended only for the use of the addressee. If you are not the designated recipient, or an employee or agent authorized to deliver such transmittals to the designated recipient, you are hereby notified that any dissemination, copying or publication of this transmittal is strictly prohibited. If you have received this transmittal in error, please notify us immediately by replying to the sender and delete this copy from your system. You may also call us at (309) 827-6026 for assistance.
Henrique Dallazuanna
2011-Jan-14 13:45 UTC
[R] Getting the minimum/maximum value of each row of a matrix
apply(your_matrix, 1, range) or apply(your_matrix, 1, min) apply(your_matrix, 1, max) On Fri, Jan 14, 2011 at 11:44 AM, Barth B. Riley <bbriley@chestnut.org>wrote:> Hello > > Is there a straightforward way of getting a vector containing the minimum > (or maximum) value of each row of a matrix? > > Thanks > > Barth > > PRIVILEGED AND CONFIDENTIAL INFORMATION > This transmittal and any attachments may contain PRIVILEGED AND > CONFIDENTIAL information and is intended only for the use of the > addressee. If you are not the designated recipient, or an employee > or agent authorized to deliver such transmittals to the designated > recipient, you are hereby notified that any dissemination, > copying or publication of this transmittal is strictly prohibited. If > you have received this transmittal in error, please notify us > immediately by replying to the sender and delete this copy from your > system. You may also call us at (309) 827-6026 for assistance. > > ______________________________________________ > R-help@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. >-- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O [[alternative HTML version deleted]]