printEfficiency {actel} | R Documentation |
Print efficiency fragment
Description
Prints the ALS inter-array efficiency for inclusion in printRmd.
Usage
printEfficiency(
CJS = NULL,
efficiency = NULL,
intra.CJS,
type = c("migration", "residency")
)
Arguments
CJS |
the overall CJS result from a migration analysis. Used to assess if efficiency should be printed. |
efficiency |
the overall efficiency result from a residency analysis. Used to assess if efficiency should be printed. |
intra.CJS |
The output of the getEstimate calculations. |
type |
The type of analysis being run (migration or residency) |
Value
A rmd string to be included in the report.
[Package actel version 1.3.0 Index]