Extract coefficients and provide a summary of parameters and estimates
from the output of ddf
model objects.
# 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,...)
For coef.ds
List of data frames for coefficients (scale and exponent
(if hazard))
dataframe of scale coefficient estimates and standard errors
dataframe with exponent estimate and standard error if hazard detection function
For all others Data frame containing each coefficient and standard error
ddf model object of class ds
, io
, io.fi
,
trial
, trial.fi
, rem
, or rem.fi
.
unspecified arguments that are unused at present
Jeff Laake