BEST代写-线上编程学术专家

Best代写-最专业靠谱代写IT | CS | 留学生作业 | 编程代写Java | Python |C/C++ | PHP | Matlab | Assignment Project Homework代写

R语言代写|ETC3250/5250 Assignment 2

R语言代写|ETC3250/5250 Assignment 2

这是一篇澳洲的R语言逻辑回归模型的R语言代写

 

Learning objectives being assessed

  • Select and develop appropriate models
  • Estimate and simulate, and use resampling to measure uncertainty
  • Explain and interpret the analyses

Instructions

  • This is an individual assignment. It is expected that you complete this assignment individually, without discussing with other people, including students in this unit, or posting questions to help sites. Any violations will be reported according to the rules in Monash Student Academic Integrity Procedure. You can use the textbook, lecture notes, and any material openly available on the web (appropriately acknowledged) as needed. You are encouraged to seek help from your tutor or lecturer – be aware, that they can help you get past any hurdles and thinking about the problems but will not provide specific answers to the assignment questions.
  • The assignment needs to be turned in as Rmarkdown (.Rmd), and as html, zipped into a single .zip file uploaded to moodle. No other formats will be accepted. It is expected that the knitting the Rmarkdown will produce the html file submitted. If the Rmarkdown file does not knit, then the score for 1 and 2 will be reduced by 50%.
  • R code should be hidden in the final report, unless it is specifically requested.
  • Original work is expected. Any material used from external sources needs to be acknowledged.
  • A skeleton Rmd file is provided for you to complete and turn in.

Marks

  • Total mark will be out of 30
  • 2 points will be reserved for readability, and appropriate citing of external sources
  • 2 points will be reserved for reproducibility, that the report can be re-generated from the submitted Rmarkdown.
  • 2 points reserved for clean and readable code.
  • Accuracy and completeness of answers, and clarity of explanations will be the basis for the remaining 24 points.

Questions

1. (4pts) About principal components analysis and regression residuals

Equation 12.11 (textbook edition 2) breaks the total variance into variance explained by the first MM principal components, and the MSE of the MM-dimensional approximation.

  1. Explain what this second part     is, what is the MSE of the MM-dimensional approximation (in 30 words or less)?
  2. What is the quantity Mm=1zimϕjm∑m=1Mzimϕjm measuring (in 20 words or less)?
  3. Show how equation 12.11 can be rearranged to get 1RSS/TSS1−RSS/TSS, and explain how the second part relates to RSS (residual sum of squares)? (in 30 words or less)
  4. Explain how residuals from PCA are different from residuals from a regression model (in 50 words or less).

2. (4pts) Discriminant analysis

For    Assume that the prior probability is equal for the two groups.

  1. What is pp?
  2. Compute the pooled variance-covariance matrix.
  3. Using the formula from lecture notes (lecture 4a, slide 11) show that the discriminant space is LD1=[0.2864.857]LD1=[0.2864.857].
  4. Is one variable more important than another? If so, which one? (using 20 words or less)

3. (8pts) This question examines models for a categorical variable

The palmerpenguins is a new R data package, with interesting measurements on penguins of three different species. Subset the data to contain just the Adelie and Gentoo species, and only the variables species and the four physical size measurement variables. Use standardised variables for answering all of the questions.

bestdaixie

评论已关闭。