picsError-class {PICS}R Documentation

picsError class

Description

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

Usage

## 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.


[Package PICS version 2.37.0 Index]