Posted: September 1st, 2023
R Language Assignment And Discussion essay
Assignment:
Now that you have R installed on your computer, you will begin to get some experience (hands-on) with the software. For this assignment, you are exposed to just 4 features of R: Arithmetic Operations; Operations on vectors; the Recycle Rule for adding/subtracting vectors; and Creating a S3 Class Object. A separate screen shot is required for execution of each feature. Open R (either command line or RStudio). Enter code that will handle the following (show all code, comment for each code line and the computed results in your screen shots). These are instructions; do NOT just write the instructions - actually show this within R and capture a readable screen shot to show that it works properly!!
Who Can Write My Dissertation or Research Paper? Best Writing Service!
Looking for reliable dissertation help or thesis writing? Our expert team of MPhil and PhD-qualified professionals provides top-notch online assistance for dissertations, research papers, and essays—free from errors, plagiarism, and hidden fees. We select each specialist based on their academic expertise, ensuring high-quality thesis writing and research paper support. Beyond writing, we offer personalized guidance, one-on-one doubt-clearing sessions, and free study resources. Whether you need instant dissertation help or long-term research paper support, our experts are ready to help you succeed.
Screen shot 1: Arithmetic Operations
assign a value of 144 to x
assign a value of 6 to y
add x and y
What Are Custom Dissertation and Thesis Writing Services? Just Essays?
Our custom dissertation help and thesis writing services meet your unique requirements. Unlike companies using pre-written content, we craft every dissertation, research paper, or essay from scratch based on your specific instructions and grading rubric. A subject-specialized writer will deliver a well-researched dissertation or thesis tailored just for you. Beyond essays, our academics and scholars offer PowerPoint presentations, cover letters, editing, tutoring, and business reports—comprehensive dissertation help and research paper support for all your academic needs.
subtract y from x
multiply x times y
Can I Hire Someone for Dissertation Help or Thesis Writing to Score Top Grades?
Completing dissertations or research papers can be overwhelming, but expert dissertation help and thesis writing are smart ways to improve your grades. Our platform connects you with top-rated tutors in education, law, and nursing, offering high-quality research paper support and sample resources. Working with experienced professionals enhances your dissertation or thesis writing, boosting confidence in your coursework—at affordable fees. Sign up today for instant dissertation help, research paper guidance, and stress-free learning!
divide x by y
find the square root of x
Screen shot 2: Operations on vectors
create a vector (afc) and assign values 2,6,3
create a vector (nfc) and assign values 6,4,2
add afc and nfc
Screen shot 3: Recycle Rule for adding and subtracting vectors
assign values 2,1,8,3 to vector x
assign values 9,4 to vector y
add x to y
notice the warning message - use the Recycle Rule for adding vectors; then
add x to y and show results
subtract 1 from x - apply the Recycle Rule for subtracting vectors; then
subtract y from x and show results
Screen shot 4: Create an S3 Class Object
create a list - with components: name = Your name, date = today's date, and score = score you desire on Assignment 2.
name the class as "graduate student"
Save the screen shots as a MS Word document (*.docx).
Discussion:
Why are statistical programming languages important to data scientists? What are some advantages and disadvantages the R programming language has over the other main statistical
programming languages (i.e. Python, SAS, SQL)?
When replying to a classmate, offer your opinion on what they posted comparing the R programming language to the other statistical programming languages. Using at least 3 - 5 sentences,
explain why you agreed or disagreed with their evaluation of the different statistical programming languages.
Requirements: as per question