| plot.TFPfit | R Documentation | 
TFPfit objectPlots the TFP trend and the CUBS equation and gives diagnostic plots based on
standardized residuals for objects of class TFPfit.
## S3 method for class 'TFPfit'
plot(
  x,
  alpha = 0.05,
  bounds = TRUE,
  path = NULL,
  combine = TRUE,
  prefix = NULL,
  posterior = FALSE,
  device = "png",
  width = 10,
  height = 3,
  ...
)
x | 
 An object of class   | 
alpha | 
 The significance level for the TFP trend (  | 
bounds | 
 A logical indicating whether significance intervals should be plotted around
tfp growth. The default is   | 
path | 
 An optional file path. If specified, the plots will be saved using the format
in   | 
combine | 
 A logical indicating whether the diagnostic plots should be combined or not,
the default is   | 
prefix | 
 An optional character string to be added to the names of the plots in case
  | 
posterior | 
 A logical indicating whether posterior diagnostics should be plotted. The
default is   | 
device | 
 Device passed on to   | 
width | 
 The plot width in case of printing.  | 
height | 
 The plot height in case of printing.  | 
... | 
 Ignored.  | 
No return value, plots are printed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.