setPatients-RCurve-method: Method for setting N's in an RCurve

setPatients,RCurve-methodR Documentation

Method for setting N's in an RCurve

Description

This sets the RCurve patient numbers per arm directly and updates N and Ratio accordingly

Usage

## S4 method for signature 'RCurve'
setPatients(theObject, Nactive, Ncontrol)

Arguments

theObject

The name of the RCurve Object

Nactive

Number of patients to set in active arm

Ncontrol

Number of patients to set in control arm

Examples

setPatients(LinearR(12,100,100),200,150)

gestate documentation built on April 26, 2023, 5:10 p.m.