[f2e496]: / man / isNullLag-methods.Rd

Download this file

23 lines (20 with data), 455 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/lag.R
\docType{methods}
\name{isNullLag}
\alias{isNullLag}
\alias{isNullLag,LagEffect-method}
\title{Function to check whether Lag is a null lag}
\usage{
isNullLag(Lag)
\S4method{isNullLag}{LagEffect}(Lag)
}
\arguments{
\item{Lag}{A LagEffect object}
}
\value{
TRUE if null lag, FALSE otherwise
}
\description{
This checks whether the Lag.T slot is 0
}