TaxaNormGenerics | R Documentation |
TaxaNorm package generics; see class man pages for associated methods
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
x |
TaxaNorm S4 object |
... |
Included for extendability; not currently used |
value |
Replacement value |
TaxaNorm generic functions return the specified slot of the TaxaNorm object given to the function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.