Dear R users,
I have a basic question. In an "if statement", when several expressions have
to be evaluated, they must be put inside curly braces, right ?
For example :
if (x>2) {
y=3
z=2
}
Thank you very much,
Dwayne
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.