powered by
Generic function for calculating means
analyse.calculate.means( fixreport_df, aggregation_column_list, output_column_expression, final_output_column_expression, spss, dvColumnName, prefixLabel = "", debug = FALSE )
Fixation report
List of columns to group by
Output column expression
Final output column expression
Should the function output for SPSS?
Column name of the dependent variable
Prefix label
Should debug information be provided?
A data.table ready for SPSS analyses, which is also saved to disk as a text file.
# NOT RUN { # THIS IS A UTILITY FUNCTION THAT YOU WOULD NOT NORMALLY USE YOURSELF # }
Run the code above in your browser using DataLab