Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 29 found.
[1] < 1 2 3 > [3]  Sort:

createSimulationTable.ezsim (Package: ezsim) : createSimulationTable

Create a simulation table from simulation result
● Data Source: CranContrib
● Keywords: internal
● Alias: createSimulationTable.ezsim
● 0 images

setBanker (Package: ezsim) : Generic function

Generic function
● Data Source: CranContrib
● Keywords: internal
● Alias: setBanker
● 0 images

setSelection.parameterDef (Package: ezsim) : Set a parameterDef Object.

setSelection sets the banker parameters of a parameterDef object. setSelection are "call by reference", so assignment is not needed to update the parameterDef object. In other words, they will overwrite the value of its argument(parameterDef object). parameterDef is a short hand of "parameter definition". It defines parameters used by the dgp which is the most important part of a simulation. For each simulation,There is a particular set of parameter. parameterDef allow us to define several parameters for different simulation at once. There are two types of parameter in parameterDef, scalar parameters and other parameters. Scalar parameters must be a scalar. Any vectors or matrix is regarded as a sequence of scalar parameters. For example, n=seq(10,50,10), first simulation takes n=10, second simulation takes n=20 and so on. Other parameters can be anything and it is banker over the scalar parameters. For example, we would like to know how would the sample size affect the variance of the sample mean of normally distributed variable. We can set n=seq(10,50,10), mean=1 and sd=2. (see example)#'
● Data Source: CranContrib
● Keywords: parameterDef
● Alias: setSelection.parameterDef
● 0 images

merge.ezsim (Package: ezsim) : Merge two ezsim objects

Merge two ezsim objects. Either m or parameter_def of two ezsim objects must be the same. If parameter_def are the same, the merging is regarded as increasing the number of simulation m. If the parameter_def are different and m are the same, the merging is regarded as extending the parameter_def. Notice that, use_seed will not be merged!
● Data Source: CranContrib
● Keywords:
● Alias: merge.ezsim
● 0 images

subset.ezsim (Package: ezsim) : Return of the Simulation

Return a subset of the simulation result of an ezsim object.
● Data Source: CranContrib
● Keywords:
● Alias: subset.ezsim
● 0 images

summary.ezsim (Package: ezsim) : Summarize an ezsim Object

A quick summary to the simulation. Summary statistics included mean, true value (tv), bias, bias percentage (mean/tv-1), sd, rmse (root mean square error), min, q25 (first quarter), median, q75 (third quarter), max, p value of jb-test. See ezsim and plot.summary.ezsim for details and examples.
● Data Source: CranContrib
● Keywords: post-simulation
● Alias: summary.ezsim
● 0 images

test (Package: ezsim) : Generic function

Generic function
● Data Source: CranContrib
● Keywords: internal
● Alias: test
● 0 images

print.ezsim (Package: ezsim) : Print an ezsim Object.

Print an ezsim Object. See ezsim for details.
● Data Source: CranContrib
● Keywords:
● Alias: print.ezsim
● 0 images

generate (Package: ezsim) : Generic function

Generic function
● Data Source: CranContrib
● Keywords: internal
● Alias: generate
● 0 images

getSelectionName (Package: ezsim) : Generic function

Generic function
● Data Source: CranContrib
● Keywords: internal
● Alias: getSelectionName
● 0 images