printEfficiency | R Documentation |
Prints the ALS inter-array efficiency for inclusion in printRmd.
printEfficiency(
CJS = NULL,
efficiency = NULL,
intra.CJS,
type = c("migration", "residency")
)
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) |
A rmd string to be included in the report.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.