Description Usage Arguments Details Value Author(s) See Also Examples
It takes the results produced by AnalyzeSimonDsgn
and
AnalyzeSimonDsgnAdaptN
and produces a dataframe containing bias,
mean square error and variance of the estimators. It also calculates the power
and the expected sample size (EN) where applicable.
1 | AnalyzePerformanceSimon(designs = "all", basedir = NA)
|
designs |
Taking values |
basedir |
The root directory in which simulations were performed. The current
working directory is assumed by default. It must contain all the files and folders
created by |
Computations are done for different combinations of values of
stop
, (0,1), and success
, (0,1). See AnalyzeSimonDsgn
or
AnalyzeSimonDsgnAdaptN
. For instance, computations done on all
simulated trials are marked with "both"
in the columns stop
and
success
, while the ones done only on trials that continued to the final
stage have stop = "no"
and success = "both"
.
Dataframe containing bias, mean square error and variance of the estimators, power, expected sample size, and design information.
Arsenio Nhacolo
AnalyzeSimonDsgn
, AnalyzeSimonDsgnAdaptN
,
pdata
and AnalyzePerformanceSimon2
.
1 2 3 4 | ## Not run:
AnalyzePerformanceSimon()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.