CalmrDesign-methods {calmr}R Documentation

CalmrDesign methods

Description

S4 methods for CalmrDesign class.

Usage

## S4 method for signature 'CalmrDesign'
show(object)

## S4 method for signature 'CalmrDesign'
mapping(object)

## S4 method for signature 'CalmrDesign'
trials(object)

Arguments

object

A CalmrDesign object

Value

show() returns NULL (invisibly).

mapping() returns a list with trial mappings.

trials() returns NULL (invisibly).


[Package calmr version 0.6.1 Index]