TaxaNormGenerics {TaxaNorm} | R Documentation |
TaxaNorm package generics
Description
TaxaNorm package generics; see class man pages for associated methods
Usage
input_data(x, ...)
input_data(x, ...) <- value
rawdata(x, ...)
rawdata(x, ...) <- value
normdata(x, ...)
normdata(x, ...) <- value
ecdf(x, ...)
ecdf(x, ...) <- value
model_pars(x, ...)
model_pars(x, ...) <- value
converge(x, ...)
converge(x, ...) <- value
llk(x, ...)
llk(x, ...) <- value
final_df(x, ...)
final_df(x, ...) <- value
coefficients(x, ...)
coefficients(x, ...) <- value
mu(x, ...)
mu(x, ...) <- value
theta(x, ...)
theta(x, ...) <- value
pi(x, ...)
pi(x, ...) <- value
Arguments
x |
TaxaNorm S4 object |
... |
Included for extendability; not currently used |
value |
Replacement value |
Value
TaxaNorm generic functions return the specified slot of the TaxaNorm object given to the function
[Package TaxaNorm version 2.4 Index]