hdxstat-class: Classes for hdxstats package

nls The nls classR Documentation

Classes for hdxstats package

Description

Classes for hdxstats package

Usage

## S4 method for signature 'HdxStatModel'
show(object)

## S4 method for signature 'HdxStatModels'
show(object)

## S4 method for signature 'HdxStatRes'
show(object)

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

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

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

## S4 method for signature 'nlsList,ANY,ANY'
x[[i, j = "missing", drop = "missing"]]

## S4 method for signature 'nlsList,ANY,ANY,ANY'
x[i, j = "missing", drop = "missing"]

Arguments

object

An instance of class nlsmodel

x

Object to be subset.

i

An integer(). Should be of length 1 for [[.

j

Missing.

drop

Missing.

Slots

nlsmodels

A list() containing nls models results in nls instances. Each element must be a valid nls instance.

nullmodel

A nls object describing the fitted null model

alternative

An nlsList object described the fitted alternative models

vis

A ggplot object visualising the fitted objects

method

A character string indicating the model fitted

formula

An instance of formula class

statmodels

A list of models. Each instance must a valid HdxStatModel.

results

A DataFrame contains summarised results from an hdx experiment.

method

The statistical method applied method applied.


ococrook/hdxstats documentation built on Sept. 15, 2022, 12:24 p.m.