[R] arg min ???

David Winsemius dwinsemius at comcast.net
Wed Nov 25 15:26:25 CET 2009


On Nov 25, 2009, at 9:15 AM, Peterko wrote:

>
> Is there function what aproximate vector of parameters some function  
> to
> minimum ?
>
> tet={tet1,tet2} .... i have they starting value
>
> and i want to find the tet what minimalizing some function of tet ?

?which.min

Perhaps:

  which.min( fn(tet) )

>
> thanks
> -- 
> View this message in context: http://old.nabble.com/arg-min-----tp26513358p26513358.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> 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.

David Winsemius, MD
Heritage Laboratories
West Hartford, CT




More information about the R-help mailing list