[,seq_ttest_arguments-method {sprtt}R Documentation

Method to retrieve the contents of a slot of an object of the seq_ttest_arguments class.

Description

This method is only used internally to process the input arguments of the seq_ttest function. As a normal user, you can ignore this specific documentation.

Usage

## S4 method for signature 'seq_ttest_arguments'
x[i, j, drop]

Arguments

x

the seq_ttest_arguments object.

i

indices indicating elements to extract.

j

not used.

drop

not used.

seq_ttest_arguments

the corresponding class to this method.

Value

Returns the contents of the specified slot of an seq_ttest_arguments object. For more information, see the arguments of the seq_ttest function.


[Package sprtt version 0.2.0 Index]