Prints an valiCATE object.

# S3 method for class 'valiCATE'
print(
  x,
  target = "BLP",
  latex = FALSE,
  which_models = names(x$GATES[[1]]),
  ...
)

Arguments

x

An valiCATE object.

target

String controlling which parameters we are interested in. Must be one of "BLP", "GATES", "RATE".

latex

Logical, whether to print LATEX code for a table. Different tables are produced according to the target argument.

which_models

Character vector controlling which results to display. Admitted values are those stored in names(object$GATES). Ignored if target == "RATE".

...

Further arguments passed to or from other methods.

Value

Prints an valiCATE object.

Details

Compilation of the LATEX code requires the following packages: booktabs, float, adjustbox, multirow.

Author

Riccardo Di Francesco