search for: student_model

Displaying 1 result from an estimated 1 matches for "student_model".

Did you mean: student_models
2009 Apr 15
1
Looping through file names and loading...
Dear R-Community: I am assisting a community college instructor in an introductory statistics class. He has asked me to do this: Read in a file, of filenames, line by line: Student_models.txt : (contains 1500+ filenames) ________________________ Experiment_name_student_name_date_time_Model_number_etc_etc Another_file_name_with_similar_info_as_above And_another And_another_one And_about_1500_more .......... .......... ________________________ function(filename)# I pass in filenam...