picsError-class: picsError class

Description Usage Arguments Functions Slots

Description

This class is used in cases when the algorithm does not converge.

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
## S4 method for signature 'picsError'
show(object)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Arguments

object, x

A picsError object.

Functions

Slots

errorCode

The error code for debugging.


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