Hi all, I have a very quick question on how to use the summation sign in R for the function. HereĀ“s a basic example: the function is sum(i=1 to 5)log(1-xi^2) Id be grateful if someone knows how to do this without writing it out 5 times - I am looking sth along the lines of the following:
computeR <- function(x) { return (-sum(log(1-x^2)) }^ thank you vm in advance! -- View this message in context: http://r.789695.n4.nabble.com/summation-sign-tp4647621.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.