
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Instructions for analyzing the 'tox' data frame using s-plus. The tasks include computing summary statistics and standard deviation for the 'p' column (percentage killed), and identifying the first line where percentage killed exceeds 50%. The document also suggests writing the commands in a file and turning in the s-plus output.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!
Part 1
Homework 2
Work with the tox data.frame already created. Compute summary statistics (using the function summary) for the p column (percentage killed) only. Compute the standard deviation of percentage killed. Print out the first line in the tox data where percentage killed is above 50% (i.e., line 4) without specifying the line by number (do not do tox[4,]), but using the percentage column instead (the p column) and logical operators. (That is, even though the toxicity data would look different, your commands would still print out the first line where the percentage killed exceeded 50% for the first time.) Hint: it is good to write your S-Plus commands into a file (any Mac editor installed is fine) and then copy and paste the commands to the S-Plus prompt and evaluate and copy and paste the result into a file. Turn in the S-Plus output (showing the commands used also).
May 4, 2000 Gardar Johannesson Page 1