Description Usage Arguments Value See Also Examples
Simulate data according to given parameters.
NOTE: This man page is for the simulate
S4 generic function
defined in the methsim package. See
?statistics::simulate
for the default method
(defined in the statistics package). Other packages can define
specific S4 methods for objects not supported by the default method.
1 |
object |
an object representing the simulation parameters. |
nsim |
number of responses to simulate. Defaults to 1. |
seed |
an object specifying if and how the random number generator
should be initialized ('seeded'). Either |
... |
additional optional arguments. |
See ?stats::simulate
for the value returned by
the default method.
Specific methods defined in other packages should behave as consistently as possible with the default method.
stats::simulate
for the default simulate
method.
showMethods
for displaying a summary of the
methods defined for a given generic function.
selectMethod
for getting the definition of
a specific method.
simulate,SimulateMethylomeParam-method
for an example
of a specific simulate
method (defined for
SimulateMethylomeParam
objects).
BiocGenerics for a summary of all the generics defined in the BiocGenerics package.
1 2 3 4 | ## Not run:
# TODO
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.