transEWAS.Rd
Transform the variable types of sample data to the types specified by users.
transEWAS(input, Vars = "default", TypeTo = "factor")
An R6 class integrated with all the information obtained from the loadEWAS function.
Variable names that the user wants to convert types for, with each variable name separated by a comma. Ensure there are no spaces. e.g. "var1,var2,var3".
The type of variable that the function allows to be converted, including numeric and factor.
input, An R6 class object integrating all information.