


question 2, and 3 please. I want the code command on Rstudio it is Rstudio Question...
question 1. using Rstudio
pul u nei generale sing knit titled homework-2.pdf. You are required to: Add your name to the author information in Rmd header section Answer the questions below by adding your R code to the code chunk areas provided. Remember to use the course's R Style Guide. • Knit the Rmd file to a pdf document. • Submit your completed Rmd file and Knited pdf document to Canvas by the due date (no extensions will be granted)....
Using Rstudio please provide your code as well as a screenshot of your code ## File: lab5 ## Author: A. Breitzman ## Description: Manipulating and summarizing a data set ## ------------------------------------------------------------------------ ## Instructions: This worksheet is worth 5 points ## Exercises are worth 2.5 point each. If you cannot get the code to work in the line limits specified, the maximum that you can earn per exercise would be 1.5 points. ## First we need to load a library library(MASS)...
Please
help I have no idea how to do this question.
Download monthly adjusted close price data for Apple and
Google (Alphabet Inc.). for the period of Jan.
2010 through Jan. 2020 (use Finance.Yahoo.com). Use Excel for
this question. Stock returns are computed
as
rt+1 =
Pt+1 − Pt
Pt
1. Assume that you are constructing portfolios with Apple and
Google such that
wA + wG = 1.
Create a column in Excel and apply a range of weights between...
the first question java code eclipse app
the second question is java fx gui caculator
please fast
1. Create project called "YourFirstName_QUID'. Eg. Aliomar_202002345 2. Create two package Q1 and Q2. 3. Add your name and studentID as comments on the top of each Java source file you submit. Question 1. Bookings APP [80 Points-six parts] Implement the following hotel booking system. Use the following class diagram to understand the structure of the system's classes, their attributes operations (or methods),...
Please help code in c++ and use the answers you get from question 1
and 2 into the 3rd answer! Question 1 is first, question 2 is in
the middle, question 3 is last
Input Array (10 pts) te a function only (no main) that takes an array of doubles as a parameter as well as another integer rray. Create a for loop that asks the user to input any real number between-100 and r each element of the array....
QUESTION 5 please.
4. MATLAB can solve second order equations numerically, but it needs to convert it to a sys- tem first. We haven't covered systems yet, but we can make use of them (entirely in MAT- LAB) to solve this problem. The help page https://www.mathworks.com/help/symbolic/ solve-differential-equation-numerically-1.html shows how to do this. Follow those steps to get the solution to day +9y = cos(3) dt2 y(0) = 0 v(0) = 0 Plot this and your solution from the previous part...
Please show me the calculation too, because I want to learn.
Thank you
Question 32 1 pts Cake Creations incurred the following costs (in alphabetical order) during 2020 related to making its famous chocolate mousse cake: Administrative costs $ 2000 Advertising costs 1000 Direct materials purchased 8000 Cake Bakers wages 20 000 Factory equipment depreciation 1000 Factory rent 5000 Indirect labour 3000 Indirect materials 2000 In addition, the following information is also available: Beginning Ending Direct materials $ 2 000...
please help with question 3. I am
attaching question #2's info below to help with question 3. Please
layout in table format for question 3. thanks for your help.
889 3. After seeing the result (from question 2), Cal decided to lower his price once again to $2.729 per gallon. Once again, volume sold increases and settles at 4,800 gallons per day. He is worried that any further price cut will cause the discount station across the street to...
Should I be using Chi Square goodness-of-fit or ANOVA? [for question 2, I do not know if 'rate of majority female occupations' means the frequency of occupations in each 'type' (white-collar type has 6 occupations, blue-collar type has 7, professional type has 13), or if it means the percentages listed under the 'women' column.] The Prestige dataset contains information about different occupations in Canada in 1971. Three types of occupations were collected: blue collar (“bc”), white collar (“wc”), and professional/technical...
Please modify the following code to NOT have "TicTacToe extends Board" (I don't want any extending). Please ensure the resulting code completes EACH part of the following prompt: "Your task is to create a game of Tic-Tac-Toe using a 2-Dimensional String array as the game board. Start by creating a Board class that holds the array. The constructor should use a traditional for-loop to fill the array with "blank" Strings (eg. "-"). You may want to include other instance data......