lsa.convert.data2 {RALSA} | R Documentation |
Convert Large-Scale Assessments' Datasets to .RData Format
Description
lsa.convert.data2
is a deprecated version of of the lsa.convert.data
function using a different approach. It is an old version of the lsa.convert.data
function and will be removed from the package in June of 2025. Use only if you experience issues with lsa.convert.data
.
Usage
lsa.convert.data2(
inp.folder,
PISApre15 = FALSE,
ISO,
missing.to.NA = FALSE,
out.folder
)
Arguments
inp.folder |
The folder containing the IEA-like SPSS data files or ASCII text files and
|
PISApre15 |
When converting PISA files, set to |
ISO |
Vector containing character ISO codes of the countries' data files to
convert (e.g. |
missing.to.NA |
Should the user-defined missing values be recoded to |
out.folder |
Path to the folder where the converted files will be stored. If omitted,
same as the |
Details
See the details of lsa.convert.data
.
Value
See the "Value" section of the lsa.convert.data
.
Note
See the "Notes" section of lsa.convert.data
.
References
Foy, P. (Ed.). (2018). PIRLS 2016 User Guide for the International Database. TIMSS & PIRLS International Study Center.
See Also
lsa.convert.data2
, lsa.merge.data
, lsa.vars.dict
, lsa.recode.vars
Examples
# See the examples of \code{lsa.convert.data}.