Description Usage Arguments Details Value Note Author(s) References Examples
uses imputation seed numbers and names of data to create names of imputed data, helper function
1 | ConvertData3(N1, N2, List1)
|
N1 |
name of file |
N2 |
name of data file |
List1 |
list of imputation seeds |
regular user doesn't need this function but it useful for creating new imputation folder names
returns list of new folders for imputed analysis
helper function
William Terry
no reference
1 2 3 4 5 6 7 8 | NumImpute=3
startSeedImputations=1000
NumImpList=seq(startSeedImputations,(startSeedImputations+NumImpute-1),1)
DataFileName="NewData"
NameFile="New"
NameFile=paste0(NameFile,"_")
DataFileName=paste0(DataFileName,"_")
AllData=ConvertData3(NameFile,DataFileName,NumImpList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.