Description Usage Arguments Details Value Examples
This function is a bit slow, probably because it uses calls to 'getEligXWave' and 'getDiditXWave'...but it still runs in a couple of minutes even for fairly large Analysis Sets, and this design has the advantage of not requiring the output from these functions to be created ahead of time and passed in.
1 | getSIDSet(pWavVec, pSchVec, pElig = 1, pDid = 1)
|
pWavVec |
An ordered numeric vector of wave SIDs to be included in the analysis. Waves 2, 6, and 10 are summer waves; no Short Survey or Long Survey data were collected. Hence these waves should not ever be specified. |
pSchVec |
A numeric vectorof School IDs to be included in the analysis. |
pElig |
the minimum number of eligible waves for SID to be included |
pDid |
the minimum number of completed waves for SID to be included |
Used by other functions in this package (e.g. getNetworkSet). Could be used stand-alone, e.g. if you want to draw an Analysis Set without having to create a list of networks with 'getNetworkSet'.
An Analysis Set-length numerical vector of SIDs.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.