Report pages for a discharge rating curve or tournament
Report pages for a discharge rating curve or tournament
Get a list of the pages of a report on a discharge rating curve model or tournament
get_report_pages(x, type =1,...)## S3 method for class 'plm0'get_report_pages(x, type =1,...)## S3 method for class 'plm'get_report_pages(x, type =1,...)## S3 method for class 'gplm0'get_report_pages(x, type =1,...)## S3 method for class 'gplm'get_report_pages(x, type =1,...)## S3 method for class 'tournament'get_report_pages(x, type =1,...)
Arguments
x: an object of class "tournament", "plm0", "plm", "gplm0" or "gplm".
type: an integer denoting what type of report is to be produced. Defaults to type 1. Possible types are
1 -produces a report displaying the results of the model (winning model if a tournament provided). The first page contains a panel of four plots and a summary of the posterior distributions of the parameters. On the second page a tabular prediction of discharge on an equally spaced grid of stages is displayed. This prediction table can span multiple pages.
2 -produces a ten page report and is only permissible for objects of class "tournament". The first four pages contain a panel of four plots and a summary of the posterior distributions of the parameters for each of the four models in the tournament, the fifth page shows model comparison plots and tables, the sixth page convergence diagnostics plots, and the final four pages shows the histograms of the parameters in each of the four models.
...: further arguments passed to other methods (currently unused).
Returns
A list of objects of type "grob" that correspond to the pages in a rating curve report.
Methods (by class)
get_report_pages(plm0): Get report pages for plm0 model object
get_report_pages(plm): Get report pages for plm model object
get_report_pages(gplm0): Get report pages for gplm0 model object
get_report_pages(gplm): Get report pages for gplm model object
get_report_pages(tournament): Get report pages for discharge rating curve tournament model object