It is well explained here
http://www.burns-stat.com/pages/Tutor/R_inferno.pdf page 67.

On Sat, Jan 21, 2012 at 9:56 PM, Ery Arias-Castro <earia...@ucsd.edu> wrote:

> Hello,
>
> This example seems strange to me:
>
> > if (2 > 3) print('Yes'); else print('No')
> Error: unexpected 'else' in " else"
>
> > {if (2 > 3) print('Yes'); else print('No')}
> Error: unexpected 'else' in "{if (2 > 3) print('Yes'); else"
>
> > {
> +       if (2 > 3) print('no')
> +       else print('yes')
> + }
> [1] "yes"
>
>
> Any enlightening comments?
>
> Ery
>
> ______________________________________________
> 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.
>

        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to