View source: R/download_data_pseudo_ccm_links.R
| download_data_pseudo_ccm_links | R Documentation |
Returns a pseudo CRSP-Compustat linking table with the same column
layout as download_data_wrds_ccm_links(). Every pseudo permno is
linked to its corresponding gvkey for the full sample horizon.
download_data_pseudo_ccm_links(
n_assets = 1000L,
seed = 1234L,
linktype = c("LU", "LC"),
linkprim = c("P", "C")
)
n_assets |
Integer. Number of pseudo firms in the universe.
Defaults to |
seed |
Integer. Random seed controlling the pseudo identifier
universe; defaults to |
linktype |
Accepted for API compatibility with
|
linkprim |
Accepted for API compatibility with
|
A tibble with columns permno, gvkey, linkdt, and linkenddt,
one row per pseudo firm.
Other pseudo functions:
download_data_pseudo_compustat(),
download_data_pseudo_crsp()
download_data_pseudo_ccm_links(n_assets = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.