Description Usage Arguments Value Examples
Returns dataframe with flags indicating survey completion
1 | getDiditXWave(pWavVec, pSchVec)
|
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 survey-completed waves for SID to be included. |
A (#eligible SIDs x length(pWavVec)+1) dataframe. Col 1 is SID, Cols 2 on (each named 'wK', where K is the kth ordered wave in pWavVec) are flags with the integer 1 if individual SID 'completed' a survey for that wave (completion is determined in the function 'allNQQNotNA')
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.