picsList-class: List of PICS objects

Description Usage Arguments Functions

Description

List of PICS objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
## S4 method for signature 'picsList'
show(object)

## S4 method for signature 'picsList'
minRange(x)

## S4 method for signature 'picsList'
maxRange(x)

## S4 method for signature 'picsList'
score(x)

## S4 method for signature 'picsList'
scoreReverse(x)

## S4 method for signature 'picsList'
scoreForward(x)

## S4 method for signature 'picsList'
chromosome(x)

## S4 method for signature 'picsList'
se(x)

## S4 method for signature 'picsList'
seF(x)

## S4 method for signature 'picsList'
seR(x)

## S4 method for signature 'picsList'
sigmaSqF(x)

## S4 method for signature 'picsList'
sigmaSqR(x)

## S4 method for signature 'picsList'
delta(x)

## S4 method for signature 'picsList'
mu(x)

## S4 method for signature 'picsList'
w(x)

## S4 method for signature 'picsList'
K(x)

## S4 method for signature 'picsList'
code(x)

## S4 method for signature 'picsList'
length(x)

## S4 method for signature 'picsList'
summary(object)

## S4 method for signature 'picsList,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]

## S4 method for signature 'picsList,ANY,ANY'
x[[i, j, ..., exact = TRUE]]

Arguments

object, x

A pics object.

i, j, ..., drop, exact

Arguments passed to subset functions

Functions


SRenan/PICS documentation built on Jan. 19, 2020, 5:59 a.m.