powered by
Create a factor_analysis instance
factor_analysis(code_string, input_data, test_results)
A factor_analysis instance
A line of code as a string, or "N/A" if not given
A data frame, a named list, or a URL as a string
A data frame or a list of data frames
fa_data <- iris[-5] res <- data.frame(result_1 = 1, result_2 = 2) inst_fa <- factor_analysis( "stats::princomp(fa_data)", iris, res )
Run the code above in your browser using DataLab