Question

Using program R, please help solve:

Data set is in the program R. Can be found by inputing code:

require(UsingR)

homedata


(if answered by Tuesday 6/11 evening, I will rate)

3.13 For the homedat a (UsingR) data set, make a histogram and density es- timate of the multiplicative change in values (the

0 0
Add a comment Improve this question Transcribed image text
Answer #1

library(usingR) > data(homedata) > names Chomedata) [1] y1970 y2000 > y1970-homedatasy1970 y2000=homedatasy2000 > ## hi## it is positively skewed > > ### histogram for variable y2000 > hist (y2000) Histogram of y2000 0 200000 600000 1000000 y20

Add a comment
Know the answer?
Add Answer to:
Using program R, please help solve: Data set is in the program R. Can be found by inputing code: require(UsingR) homedat...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Using program R, please help solve: (if answered by Tuesday 6/11 evening, I will rate) 3.31 The data set coins (Usin...

    Using program R, please help solve: (if answered by Tuesday 6/11 evening, I will rate) 3.31 The data set coins (UsingR) contains the number of coins in a change bin and the years they were minted. Do the following: 1. How much money is in the change bin? 2. Make a barplot of the years. Is there a trend? 3. Use cut to construct a barplot by decade. 4. Make a contingency table of the year and the value. Does...

  • Using program R, please help solve: Data set is given in program R and can be seen by putting in code: state.x77 x77<...

    Using program R, please help solve: Data set is given in program R and can be seen by putting in code: state.x77 x77<-data.frame(state.x77) (if answered by Tuesday 6/11 evening, I will rate) 3.17 The state.x77 data set contains various information for each of the fifty United States. We wish to explore possible relationships among the variables. First, we make the data set easier to work with by turning it into a data frame. x77data.frame(state.x77) ; Now, make scatter plots of...

  • Using R, program the following. Problem 1 (11.4) *The data set `carsafety` (**UsingR**) contains car-crash data....

    Using R, program the following. Problem 1 (11.4) *The data set `carsafety` (**UsingR**) contains car-crash data. For several makes of car the number of drivers killed per million is recorded in 'Drivers.deaths'. The number of drivers of other cars killed in accidents with these cars, per million, is recorded in 'Other.deaths'. The variable 'type' is a factor indicating the type of car.* *(a) Perform a one-way ANOVA of the model Driver.deaths~type. Is there a difference in population means? Did you...

  • Using program R, please help solve: (if answered by Tuesday 6/11 evening, I will rate) 3.32 The data set UScereal (M...

    Using program R, please help solve: (if answered by Tuesday 6/11 evening, I will rate) 3.32 The data set UScereal (MASS) contains information about cereals on a shelf of a United States grocery store. Make a table showing the relationship between manufacturer, mfr, and shelf placement, shelf. Are there any obvi ous differences between manufacturers? 3.32 The data set UScereal (MASS) contains information about cereals on a shelf of a United States grocery store. Make a table showing the relationship...

  • Can you please help me with creating this Java Code using the following pseudocode? Make Change C...

    Can you please help me with creating this Java Code using the following pseudocode? Make Change Calculator (100 points + 5 ex.cr.)                                                                                                                                  2019 In this program (closely related to the change calculator done as the prior assignment) you will make “change for a dollar” using the most efficient set of coins possible. In Part A you will give the fewest quarters, dimes, nickels, and pennies possible (i.e., without regard to any ‘limits’ on coin counts), but in Part B you...

  • Can someone please help me with this Python code? Thank you in advance, Zybooks keeps giving me e...

    Can someone please help me with this Python code? Thank you in advance, Zybooks keeps giving me errors. Thanks in advance!! This program extends the earlier "Online shopping cart" program. (Consider first saving your earlier program). (1) Extend the ItemToPurchase class to contain a new attribute. (2 pts) item_description (string) - Set to "none" in default constructor Implement the following method for the ItemToPurchase class. print_item_description() - Prints item_description attribute for an ItemToPurchase object. Has an ItemToPurchase parameter. Ex. of...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT