Learn R Programming

simctest (version 2.5)

getNumber-methods: Methods for Function `cont' in class `mmctestres', Package `simctest'

Description

Function to request number of hypotheses.

Usage

getNumber(obj)

Arguments

obj

object of type "mmctSampler" derived from class "mmctSamplerGeneric".

Methods

getNumber(obj)

works with object of type "mmctSampler" derived from class "mmctSamplerGeneric".

Examples

Run this code
# NOT RUN {
  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));
  number <- getNumber(i);
# }

Run the code above in your browser using DataLab