returnRow: These are internal functions for returning the correct rows...

Description Usage Arguments Methods (by class)

View source: R/ReturnRow.R

Description

These are internal functions for returning the correct rows (based on class) for table 1

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
returnRow(x, ...)

## S3 method for class 'factor'
returnRow(x, y, p)

## S3 method for class 'numeric'
returnRow(x, y, p)

## S3 method for class 'character'
returnRow(x, y, p)

## S3 method for class 'MedIQR'
returnRow(x, y, p)

## S3 method for class 'integer'
returnRow(x, y, p)

## S3 method for class 'logical'
returnRow(x, y, p)

Arguments

x

the row variable

...

arguments passed to S3 methods

y

the column variable

p

incl_pvalue from Table1

Methods (by class)


ledbettc/CIDAtools documentation built on Jan. 24, 2020, 3:56 p.m.