Data_Science_project

Plot the number of academy award winners by decade according to race/ethnicityUse at least one variable transformation that affects one of the plots from (1). Find the correlation between two of your variables. Use some dimension reduction technique to reduce your data set to three variables and plot your new …

Monopoly game in R

instructions and starter code attached. must follow all instructions and use the names gives in the starter code. In the end, the RMD file must be able to knit into a pdf file and source the R script file. The output should match the output in the png. attachments: pdf …

Assignment

1. [prob1.c] [80%] Your computer pretends to be 20 years older than you. Create a program that asksfor your age, adds twenty years to your age, and outputs the following “smiley face”(^_^)Your program should output the following 5 lines:– Line 1: Ask user to input age, and user inputs age …

Theater

Programming Assignment 1: Theater Reservation SystemGeneral RequirementsJava 8 introduced new APIs for Date and Time to address the shortcomings of the older java.util.Date and java.util.Calendar. You have to use these new features of Java 8 to manipulate time information in your program.In your implementation, ignore cases to recognize a user …

Making a Table and a Word Guessing Game with Python

http://www.cs.bc.edu/~straubin/csci1101-2020/Week4/Assignment4.html The assignment instructions are above. I need to solve the assignment with nested for loops. This is what we have learned for this unit, and what we are expected to use in our code:http://www.cs.bc.edu/~straubin/csci1101-2020/Week4/Lecture4.html We are able to use everything we know up to lecture 4:http://www.cs.bc.edu/~straubin/csci1101-2020/syllabus.html I have spent …

Predicate Logic

Represent the following statements as formulas of Predicate Calculus, stating theintended interpretation of any predicates and constants that you use. You shouldgive two versions of each formula, one using the existential quantifier and oneusing the universal quantifier .i. Someone who writes novels is a novelist.ii. All novels are books.iii. All …

Projectile motion

Once dropped from a plane, a package is described by a system of nonlinear differential equations. The task is to find the location where it should be dropped from the plane, which travels at a constant velocity, so that it lands at a fixed location. The solution should include the …

Ethics Case

Writing Requirements-3 pages APA Format 2-3 references You are in your second year as an auditor with Dantly and Regis, a regional CPA firm. One of the firm’s long-time clients is Mayberry-Cleaver Industries, a national company involved in the manufacturing, marketing, and sales of hydraulic devices used in specialized manufacturing …

Case 9. Lululemon Athletica, Inc. in 2016: Can the Company Get

Writing Requirements APA format, 34 pages in length (excluding cover page, include abstract, and 3-4 reference list. Answer the following questions in paragraph form, each question should have a response of 4-5 sentences. 1. How strong are the competitive forces confronting lululemon in the market for performance-based yoga and fitness …

Project 2 Python

Need to turn the attached Python file into a working quiz game where the program asks how many questions you want to answer, Asks you what the capital of random states are and takes your string answer and provides feedback. Attached is a walk thru of the code i just …