100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Summary STA3701 ASSIGNMENT 5 2021 WORKED SOLUTIONS $25.68   Add to cart

Summary

Summary STA3701 ASSIGNMENT 5 2021 WORKED SOLUTIONS

 46 views  1 purchase
  • Module
  • Institution

UP TO 100% WORKED SOLUTION.

Preview 1 out of 5  pages

  • September 29, 2021
  • 5
  • 2021/2022
  • Summary
avatar-seller
Question 1

(a) ANCOVA is the analysis of covariance which is used to test the effect of the independent
variable which is categorical in nature and the dependent variable which is continuous in nature. The
main difference between ANCOVA and ANOVA is the later used to test the difference of the mean of
three or more groups whereas ANCOVA is a mixture of Analysis of variance and regression

(b)

(i) False. For each level of the independent variable, there is a linear relationship between the
dependent variable and the covariate
(ii) True

(c) The exam scores (y) against current grade of a student (x) using different plotting symbols for the
studying technique can be produced using the R code:

set.seed(10)
> data <- data.frame(technique = rep(c("A", "B", "C"), each = 30), current_grade =
runif(90, 65, 95), exam = c(runif(30, 80, 95), runif(30, 70, 95), runif(30, 70, 90)))
> data$technique <- as.factor(data$technique)
> plot(exam ~ current_grade, pch = as.character(technique), main = "current_grade vs
exam", data)
> library(ggplot2)
> ggplot(data, aes(x=current_grade, y=exam, shape=technique))+geom_point()
> library(lattice)
> print(xyplot(exam ~ current_grade | technique, data = data, type = c("r", "p")))

current_grade vs exam
95




A
A A BB A
A B B A
A B B A
A A A A
A B
90




B C C
C A A
BC A A A
A A
B A A
C AA B
85




C C B
C A
C C B
exam




CA B A
A
C C
AB A
80




C
C C
B B
B B C C
B
C C
C BB B
75




C B C
C B C
B C BC
CB C
B B C

65 70 75 80 85 90

current_grade


Figure 1(a) : Comparison of student exam scores according to the study technique used in the data,
the variables of interest are studying technique (A,B,C) used by each student

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller Mmatshwene05. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $25.68. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

67866 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy revision notes and other study material for 14 years now

Start selling

Recently viewed by you


$25.68  1x  sold
  • (0)
  Add to cart