printEfficiency: Print efficiency fragment

View source: R/print.R

printEfficiencyR 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.


hugomflavio/actel documentation built on April 18, 2024, 4:23 a.m.