View source: R/table-likelihood.R
make.likelihood.table | R Documentation |
Make an xtable of likelihood values - Herring specific
make.likelihood.table(
models,
which = 1,
digits = 3,
xcaption = "default",
xlabel = "default",
font.size = 11,
space.size = 12,
placement = "H"
)
models |
an iscam model object |
which |
1 will put hg, prs, and cc in the table, 2 will put sog and wcvi in the table |
digits |
number of decimal places for the values |
xcaption |
caption to appear in the calling document |
xlabel |
the label used to reference the table in latex |
font.size |
size of the font for the table |
space.size |
size of the vertical spaces for the table |
placement |
latex code for placement of the table in document |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.