Thanks so much Joshua Wiley you are right your function better than mine :)
--
View this message in context:
http://r.789695.n4.nabble.com/selection-of-outputs-from-the-function-tp3163361p3163853.html
Sent from the R help mailing list archive at Nabble.com.
_
Hi,
Another option is to vectorize your function and have the theta()
function return the data frame. On my system, this approach was
roughly 10x faster than using your original function + for loop and
gave identical results. I also made a few other minor changes to your
code to make it easier f
Thank so much David !
--
View this message in context:
http://r.789695.n4.nabble.com/selection-of-outputs-from-the-function-tp3163361p3163421.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing list
https://st
On Dec 24, 2010, at 12:58 PM, David Winsemius wrote:
On Dec 24, 2010, at 11:56 AM, ufuk beyaztas wrote:
Hi Dear All,
This is a function which contains Covariance Ratio and Likelihood
Distance
values (CVRi, LDi). i want to compute the all row's values, that is
run this
function for nrow
On Dec 24, 2010, at 11:56 AM, ufuk beyaztas wrote:
Hi Dear All,
This is a function which contains Covariance Ratio and Likelihood
Distance
values (CVRi, LDi). i want to compute the all row's values, that is
run this
function for nrow(X) times. The X and Y matrices are;
X<-
matrix(c(1125
Hi Dear All,
This is a function which contains Covariance Ratio and Likelihood Distance
values (CVRi, LDi). i want to compute the all row's values, that is run this
function for nrow(X) times. The X and Y matrices are;
X<-matrix(c(1125,920,835,1000,1150,990,840,650,640,583,570,570,510,555,460,275
6 matches
Mail list logo