Description Usage Arguments Details Value See Also
read.rep returns the sum of all the values present in its arguments.
1 | read.rep(fn)
|
fn |
list of ADMB files after convergence |
This is a generic function: methods can be defined for it directly or via the
read.fit group generic. For this to work properly, the
arguments ... should be unnamed, and dispatch is on the first
argument.
list of ADMB fits
prod for products, cumsum for cumulative
sums, and colSums/rowSums marginal sums over
high-dimensional arrays.
Other aggregate functions: read.admb,
read.fit, read.psv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.