Learn R Programming

mrds (version 2.3.0)

coef.ds: Extract coefficients

Description

Extract coefficients and provide a summary of parameters and estimates from the output of ddf model objects.

Usage

# S3 method for ds
coef(object,...)
       # S3 method for io
coef(object,...)
       # S3 method for io.fi
coef(object,...)
       # S3 method for trial
coef(object,...)
       # S3 method for trial.fi
coef(object,...)
       # S3 method for rem
coef(object,...)
       # S3 method for rem.fi
coef(object,...)

Value

For coef.ds List of data frames for coefficients (scale and exponent (if hazard))

scale

dataframe of scale coefficient estimates and standard errors

exponent

dataframe with exponent estimate and standard error if hazard detection function

For all others Data frame containing each coefficient and standard error

Arguments

object

ddf model object of class ds, io, io.fi, trial, trial.fi, rem, or rem.fi.

...

unspecified arguments that are unused at present

Author

Jeff Laake