R/globalVariables.R

###############################################################################
# Function: globalVariables (exported)
# Programmers: Tom Kincaid
# Date: January 22, 2021
#' Define Global Variables
#'
#' @noRd
if (getRversion() >= "2.15.1") {
  utils::globalVariables(c(
    "siteID", "weight", "xcoord", "ycoord", "stratumID",
    "clusterID", "weight1", "xcoord1", "ycoord1", "sweight", "sweight1",
    "fpcsize", "Ncluster", "stage1size", "Category", "Statistic", "rowvar",
    "colvar", "regest", "df.residual", "pt", "qt"
  ))
}

Try the spsurvey package in your browser

Any scripts or data that you put into this service are public.

spsurvey documentation built on May 31, 2023, 6:25 p.m.