« Return to Thread: Random number generation

Re: Random number generation

by Esmail Bonakdarian-4 :: Rate this Message:

Reply to Author | View in Thread

Stephan Kolassa wrote:
>
> Have you tried successively removing/commenting parts of the script
> before the sample() command until the problem goes away? That way you
> should be able to pinpoint the offending script command.

Hi,

This brings up a question I have .. is there a way to do *block* comments
with scripts? A la /* ... */ like it's done in Java or C/C++? Ie comment
more than just one line at a time.

 From what I have read this is not possible in R (at least not easily), but
I am eager for someone to contradict me :-)

Thanks,
Esmail

______________________________________________
R-help@... 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.

 « Return to Thread: Random number generation