Nothing
#' @title CRSP Stocks Cap Groups Counts
#'
#' @description Biennial counts of bigcap, smallcap, microcap stocks among
#' liquid CRSP database stocks from 1964 to 2018 using weekly returns. Bigcap
#' stocks consist of midcap, largecap, and megacap stocks. For each contiguous
#' two-year interval, liquid stocks are those with no missing returns and at
#' most 4 returns with value 0.
#'
#' @docType data
#'
#' @usage data(CRSPLiquidMktCapGrpsCnts)
#'
#' @format A multivariate xts object
#'
#' @source The microcap, smallcap and bigcap groups were defined using the
#' using the 20th and 50th percentiles of the NYSE capitalization data as
#' breakpoints to separate these three market cap groups.
#'
#' @examples
#' data(CRSPLiquidMktCapGrpsCnts)
#' names(CRSPLiquidMktCapGrpsCnts)
#' dim(CRSPLiquidMktCapGrpsCnts)
"CRSPLiquidMktCapGrpsCnts"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.