| rconst | R Documentation |
A random number generator returning only a constant. This can be used to
set dropout time. Currently it is the default value of dropout time, with
value = Inf.
This function can also be used as a generator of endpoint() if a
constant endpoint is needed.
rconst(n, value)
n |
integer. Number of observations. |
value |
scalar. Value of constant observations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.