I'm sorry, I must have overlooked the "... as given by .Random.seed".
Thanks for helping.
Marius
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
On 22/01/2013 23:22, Marius Hofert wrote:
Dear expeRts,
./src/library/base/man/Random.Rd says that L'Ecuyer requires a seed of length 6.
./src/library/parallel/man/RngStream.Rd also mentions this, but only in the text
part; In the "Arguments"-part, it says that "seed" has to be of length 7
Als
Dear expeRts,
./src/library/base/man/Random.Rd says that L'Ecuyer requires a seed of length 6.
./src/library/parallel/man/RngStream.Rd also mentions this, but only in the text
part; In the "Arguments"-part, it says that "seed" has to be of length 7
Also:
,
| > RNGkind("L'Ecuyer-CMRG")
| > l
On 22/01/13 12:47, Francisco Javier Molina Lopez wrote:
How could I get the code of the inner function ( written in C, I guess ) of
R_tabulate?
This function is used by R function tabulate.
Hmm, not so in current R 2.15.2, which uses R_Tabulate.
You will find it in the appropriate R sources.
How could I get the code of the inner function ( written in C, I guess ) of
R_tabulate?
This function is used by R function tabulate.
Thank you.
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mai
Dear R-devel members,
While writing a new correlation structure similar to 'corCompSymm' and
intended to be used with 'gnls', I got puzzled with the 'Initialize' method.
Using 'Initialize' before 'gnls' may be regarded as a mean to set an
initial value for the corStruct parameter. However 'gn