[R] Vectorizing loop

Liaw, Andy andy_liaw at merck.com
Mon Oct 10 15:00:45 CEST 2005


Not unless we know what runifpoint() and Kest() are.  AFAIK these are not
part of base R.  If you use functions from add-on packages, please state
them so as not to leave others guessing.  (This is in the Posting Guide,
which you were asked to read.)

Andy

> From: Rainer M. Krug
> 
> Hi
> 
> I have the following loop and would like to vectorize it. Any 
> ideas if 
> it is possible?
> 
> Thanks,
> 
> Rainer
> 
> Tha Loop:
> 
> for (i in 2:Result$NoSims)
> {
> 	ppp <- runifpoint(Result$NoPlants)
> 	K <- Kest(ppp)
> 	Result$LSim[i,] <- sqrt(K$iso / pi) - K$r
> 	CM <- (Result$LSim[i,] * Result$LSim[i,]) / abs(K$r[2] - K$r[1])
> 	Result$SigCM[i] <- sum(CM, na.rm=TRUE)
> 	print(i)
> 	flush.console()
> }
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> NEW TELEPHONE NUMBER
> Tel:		+27 - (0)72 808 2975 (w)
> 
> Rainer M. Krug, Dipl. Phys. (Germany), MSc Conservation
> Biology (UCT)
> 
> Department of Conservation Ecology
> University of Stellenbosch
> Matieland 7602
> South Africa
> 
> Tel:		+27 - (0)72 808 2975 (w)
> Fax:		+27 - (0)21 808 3304
> Cell:		+27 - (0)83 9479 042
> 
> email:	RKrug at sun.ac.za
>        	Rainer at krugs.de
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! 
> http://www.R-project.org/posting-guide.html
> 
>




More information about the R-help mailing list