https://github.com/cran/HLSM
Raw File
Tip revision: afc6a064bff28609a373b20d7fb0cca9197ea0f1 authored by Aditya Bhat on 30 April 2019, 20:00:34 UTC
version 0.8.1
Tip revision: afc6a06
boxplots.Rd
\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 
}

back to top