1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\name{HLSMcovplots}
\alias{HLSMcovplots}
\title{
Diagnostic boxplots for HLSM objects
}
\description{
Plots the diagnostic boxplots for random or fixed effects model by automatically calculating the thinning and burnin value before plotting the boxplot of the betas.
}
\usage{
HLSMcovplots(model,burnin=0,thin=1)
}

\arguments{
  \item{model}{object of class 'HLSM' obtained as an output from \code{HLSMrandomEF()} or\code{HLSMfixedE()}.
  }
  
  \item{burnin}{numeric value to burn the chain for plotting the results from the 'HLSM'object. 
  }

  \item{thin}{a numeric thinning value.
  }
}

\value{
Returns a boxplot of the Betas for fixed effects and random effects objects.
}

\author{
Aditya Bhat 
}