summary.binomRDtest: Detailed print out for binomRDtest

Description Usage Arguments Value Examples

Description

Produces a more detailed print out of objects of class "binomRDtest", including summary statistics, the used contrast matrix and the p-values.

Usage

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

Arguments

object

an object of class "binomRDtest" as created by function binomRDtest

...

further arguments to be passed to summary, currently only digits for rounding is supported

Value

A print out.

Examples

1
2
3
4
5
6
7
8
9
ntrials <- c(40,20,20,20)
xsuccesses <- c(1,2,2,4)
names(xsuccesses) <- LETTERS[1:4]
test<-binomRDtest(x=xsuccesses, n=ntrials, method="ADD1",
 type="Changepoint", alternative="greater")

test

summary(test)

MCPAN documentation built on May 1, 2019, 8:04 p.m.