summary.mmctestres-methods: Methods for class 'mmctestres' and 'mmctest', Package...

Description Usage Arguments Methods Examples

Description

Function which shows current estimates of p-values.

Usage

1
2
  ## S3 method for class 'mmctestres'
summary(object,...)

Arguments

object

object of type ‘mmctestres’ or ‘mmctest’.

...

No further arguments needed. Listed only for compatibility with generic ‘summary’ method.

Methods

summary.mmctestres(object)

works with object of type mmctestres or mmctest.

Examples

1
2
3
4
5
  fun <- function(ind,n,data) sapply(1:length(ind), function(i) sum(runif(n[i])<=data[ind[i]]));
  i <- mmctSampler(fun,num=500,data=runif(500));
  a <- mmctest(h=hBH);
  a <- run(a, i, maxsteps=list(maxnum=1000000,undecided=10));
  summary.mmctestres(a);

simctest documentation built on Nov. 4, 2019, 5:08 p.m.