Unit Four Review

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

When is the sample method independent?

1 / 54

flashcard set

Earn XP

Description and Tags

55 Terms

1

When is the sample method independent?

When an individual selected for one sample does not dictate which individual is to be in a second.

New cards
2

When is a sampling method dependent?

When an individual selected to be in one sample is used to determine the individual in the second sample.

New cards
3

What are dependent samples often referred to as?

Matched-pairs samples

New cards
4

What is paired data?

Two sets of observation that are uniquely paired so that an observation in one set matches an observation in the other based on a specific criterion or characteristic.

New cards
5

What is a natural measure of the effect of an observed object/action?

Difference between two groups' outcomes

New cards
6

What is the first step to testing hypotheses about the mean difference of matched pairs Data?

Determine the null and alternative hypotheses. The hypotheses can be structured in one of three ways, where µd is the population mean difference of the matched-pairs data. (Always null equal Zero)

<p>Determine the null and alternative hypotheses. The hypotheses can be structured in one of three ways, where µ<sub>d</sub> is the population mean difference of the matched-pairs data. (Always null equal Zero)</p>
New cards
7

What is the second step of testing hypotheses about the mean difference of matched-pairs data?

Select a level of significance, å, depending on the seriousness of making a type I error.

New cards
8

What is the third step of Testing Hypotheses about the mean difference of Matched-pairs data by Hand?

Calculate the test statistic using the sample data., where the values of d-bar, sd are the mean and standard deviation of the differenced data.

<p>Calculate the test statistic using the sample data., where the values of d-bar, s<sub>d</sub> are the mean and standard deviation of the differenced data.</p>
New cards
9

What is the fourth step of testing hypotheses about the mean difference of matched-pairs?

If P-value < å, reject the null hypothesis

New cards
10

What is the fifth step of testing Hyptheses about the mena difference of Matched Pairs

Summarize the results and draw a conclusion.

New cards
11

What is the confidence interval for matched pairs data?

.

<p>.</p>
New cards
12

What is the formula to determine the t-distribution of two independent population means?

.

<p>.</p>
New cards
13

how do we use R-studio to find a t.test() function for the mean difference?

t.test(xdata, ydata, mu = ____, alternative = “_____”, conf.level = ____, paired = 1)

New cards
14

What is the first step in testing hypotheses about the difference of two independent population means?

Determine the null and alternative hypotheses, where the null hypothesis is that the means equal one another

<p>Determine the null and alternative hypotheses, where the null hypothesis is that the means equal one another</p>
New cards
15

What is the second step of testing hypotheses about the difference of two independent population means?

Select a level of significance, å, depending on the significance of making a type I error

New cards
16

How do we determine degrees of freedom in two Independent population means?

Using the smaller of n1-1 & n2-1

New cards
17

What is the third step of testing the Hypothesis about the difference of two Independent population?

Compute test statistic

<p>Compute test statistic</p>
New cards
18

What is the Fourth step of testing the Hypothesis about the difference of two Independent population?

If p-value < å, reject the null hypothesis

New cards
19

What is the Fifth step of testing the Hypothesis about the difference of two Independent population?

State the Conclusion

New cards
20

How do you compute the endpoints of the confidence interval for µ1 - µ2?

Use the formula: (point estimate) ± (critical value) × (standard error).

<p>Use the formula: (point estimate) ± (critical value) × (standard error). </p>
New cards
21

how is the mean of sampling distribution of the difference between two proportions (independent samples) found?

The mean of the sampling distribution is calculated as the difference between the two population proportions, denoted as p1 - p2.

New cards
22

How is the standard deviation of a sampling distribution of the difference between two proportions (independent Samples) found?

The standard deviation of the sampling distribution is found using the formula:

<p>The standard deviation of the sampling distribution is found using the formula: </p>
New cards
23

What is the z score of a sampling distribution of the difference between two proportions (independent samples) found

.

<p>.</p>
New cards
24

What is the first step of finding the confidence level for p1 - p2?

Find zå/2

New cards
25

What is the second step of finding the confidence level for p1 - p2?

the endpoint of the confidence intervalf for p1 -p2 are:

<p>the endpoint of the confidence intervalf for p<sub>1 </sub>-p<sub>2</sub> are: </p>
New cards
26

What is the third step of finding the confidence level for p1 - p2?

interpret confidence interval

New cards
27

what is the standard deviation of the hypothesis test for proportion of two independent samples?

.

<p>. </p>
New cards
28

How is the standard error computed since p is unknown in a relation of two proportion of independent samples?

using a weighted average point estimate known as the pooled estimate of p.

<p>using a weighted average point estimate known as the pooled estimate of p.</p>
New cards
29

What is the first step of the hypothesis test of the sampling distribution. of two independent proportion samples?

Determine the null and alternative hypotheses. The hypothesis can be structured in one of three ways:

<p>Determine the null and alternative hypotheses. The hypothesis can be structured in one of three ways:</p>
New cards
30

What is the second step of the hypothesis test of the sampling distribution. of two independent proportion samples?

Select a level of significance, å, depending on the seriousness of making a Type I error

New cards
31

What is the third step of the hypothesis test of the sampling distribution. of two independent proportion samples?

Compute the test statistic

<p>Compute the test statistic</p>
New cards
32

What is the fourth step of the hypothesis test of the sampling distribution. of two independent proportion samples?

If P value < å, reject the null hypothesis

New cards
33

What is the fifth step of the hypothesis test of the sampling distribution. of two independent proportion samples?

state the conclusion

New cards
34

what is the code in RSTUdio for the sampling distribution for two proportions (independent samples)

prop.test(c(x1,x2),c(n1,n2), alternative = “two.sided”, “less”, “greater”, conf.level = , correct = FALSE)

New cards
35

What does r represent in statistics?

The correlation coefficient which measures the strength of a linear relationship between two variables. If r is close to 1 or -1, it indicates a strong relationship, while values near 0 suggest a weak relationship.

New cards
36

What does b0 and b1 equal in the following equation? y = b0 + b1x

y-intercept; slope

New cards
37

what is the least squares regression lines?

The line which minimizes the sum of the squared residuals for all the points in the plot. In other words, the least squares line is the line with coefficients b0 and b1 such that the quantity (e1)2 + (e2)2 + … + (en)2

New cards
38

What does ŷ represent?

The predicted value of the dependent variable (y) in a regression equation.

New cards
39

How do you find ei?

yi - ŷi where yi is the actual value of the dependent variable and ŷi is the predicted value.

New cards
40

If the observed line is above the estimation line in a regression model what does it mean?

It indicates that the actual value of the dependent variable is greater than the predicted value, suggesting a positive residual. This means that the model underestimated the observed.

New cards
41

What does it mean if the residuals show a pattern?

It suggests that the model is not capturing some aspect of the data, indicating potential issues with the model's fit or the presence of non-linearity.

New cards
42

What do smaller residuals imply?

imply that the predicted values are closer to the actual values, indicating a better fit of the regression model to the data.

New cards
43

What do larger residuals imply?

They suggest that the predicted values are further from the actual values, indicating a poorer fit of the regression model to the data.

New cards
44

How do residuals help to identify outliers?

Residuals can be analyzed to detect points that deviate significantly from the overall trend in the data, indicating potential outliers that do not fit the expected pattern.

New cards
45

What does it mean if the residuals widen or narrow systematically?

It indicates that the variance of the errors is changing, suggesting potential issues with the model, such as heteroscedasticity, which can affect the reliability of the regression results.

New cards
46

in the least squares regression line what does b1 represent?

the slope of the regression line, indicating the change in the dependent variable for each one-unit change in the independent variable. b1 = r•(sy•sx), where r is the correlation coefficient, sy is the standard deviation of the dependent variable, and sx is the standard deviation of the independent variable.

New cards
47

In the least squares regression line what does b0 represent?

the y-intercept of the regression line, representing the predicted value of the dependent variable when the independent variable is zero. ÿ - b1µ (where ÿ is sample mean of yand µ is sample mean of x)

New cards
48

If b1 is greater than 0?

There is positive linear association and vice versa

New cards
49

What is the code in RSTUDIO for least squares line?

Im(responsevariable~explanatoryvariable),, the plot() and abline() function allow you to see the scatterplot and regression line.

New cards
50

True or False:

When extrapolation is done to a regression model the linear relationship may not hold, meaning the boundaries of linearity are required.

True

New cards
51

When can the regression line be used>

When the value belongs inside of the observed minimum and maximum explanatory variable values, ensuring that predictions are made within the range of the data.

New cards
52

How do we determine the strength of our prediction if all the assumptions of the linear regression are satisfied?

The squared correlation coefficient (R²) indicates how well the regression line fits the data. Which is called the coefficient of determination

New cards
53

What does a value of R2 near 0 suggest?

It indicates that the regression line does not explain the variability of the data well, suggesting a weak relationship between the variables.

New cards
54

What does a value of R2 near 1 suggest?

It indicates that the regression line explains a large proportion of the variability in the data, suggesting a strong relationship between the variables.

New cards
55

How is R2 determined in RSTUDIO?

>cor(x,y)2

New cards

Explore top notes

note Note
studied byStudied by 43 people
... ago
5.0(1)
note Note
studied byStudied by 25 people
... ago
4.5(2)
note Note
studied byStudied by 36 people
... ago
5.0(1)
note Note
studied byStudied by 30 people
... ago
5.0(1)
note Note
studied byStudied by 44 people
... ago
5.0(1)
note Note
studied byStudied by 1035 people
... ago
4.5(2)
note Note
studied byStudied by 16 people
... ago
5.0(1)
note Note
studied byStudied by 49 people
... ago
5.0(2)

Explore top flashcards

flashcards Flashcard (39)
studied byStudied by 6 people
... ago
5.0(1)
flashcards Flashcard (76)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (65)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (24)
studied byStudied by 4 people
... ago
5.0(1)
flashcards Flashcard (32)
studied byStudied by 9 people
... ago
5.0(2)
flashcards Flashcard (29)
studied byStudied by 10 people
... ago
5.0(1)
flashcards Flashcard (95)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (103)
studied byStudied by 3 people
... ago
5.0(1)
robot