Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

extract-methods

Get/set methods for NpdeData object


Description

Access slots of a NpdeData using the object["slot"] format

Usage

## S4 method for signature 'NpdeSimData'
x[i, j, drop]

## S4 method for signature 'NpdeData'
x[i, j, drop]

## S4 replacement method for signature 'NpdeData'
x[i, j] <- value

## S4 method for signature 'NpdeRes'
x[i, j, drop]

## S4 method for signature 'NpdeObject'
x[i, j, drop]

Arguments

x

object from which to extract element(s) or in which to replace element(s)

i, j

indices specifying elements to extract or replace. Indices are numeric or character vectors or empty (missing) or NULL

drop

For matrices and arrays. If TRUE the result is coerced to the lowest possible dimension (see the examples). This only works for extracting elements, not for the replacement. See drop for further details

value

typically an array-like R object of a similar class as x


npde

Normalised Prediction Distribution Errors for Nonlinear Mixed-Effect Models

v3.1
GPL (>= 2)
Authors
Emmanuelle Comets [aut, cre] (<https://orcid.org/0000-0002-9150-9886>), Karl Brendel [ctb], Thi Huyen Tram Nguyen [ctb], Romain Leroux [ctb], France Mentre [ctb]
Initial release
2021-04-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.