ISA365 Final Exam

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

What is the standard error of a statistic?

1 / 80

81 Terms

1

What is the standard error of a statistic?

the standard deviation of a sampling distribution

New cards
2

How is the standard error of a statistic calculated?

sd(means)

New cards
3

What is the basic interpretation of a confidence interval?

“I am 95% confident that the true mean lies within the given interval”

New cards
4

How does a confidence interval relate to the precision and uncertainty of a statistical estimate?

A confidence interval is a range of values that is likely to contain the true population parameter with a certain level of confidence. The precision of a statistical estimate is related to the width of the confidence interval, with a narrower interval indicating greater precision. The uncertainty of a statistical estimate is related to the level of confidence chosen for the interval, with a higher confidence level indicating greater uncertainty as the interval will be wider.

New cards
5

What are the basic variable types in R?

numeric, integer, factor, and character

New cards
6

How is a numeric variable defined in R?

data that consists of only numbers, like decimals, whole numbers, positive or negative

New cards
7

How is an integer variable defined in R?

data that consists of only whole numbers

New cards
8

How is a factor variable defined in R?

In R, a factor variable is defined as a categorical variable that can take on a limited set of values, known as levels. It is created using the factor() function, which takes a vector of categorical values and converts it into a factor variable. For example, the following code creates a factor variable called "gender" with two levels, "male" and "female":

gender <- factor(c("male", "female", "male", "male", "female"))

Once created, factor variables can be used in statistical analyses and visualizations to explore relationships between categorical variables.

New cards
9

How is a character variable defined in R?

data that consists of letters/words

New cards
10

What is the difference between observational and experimental data?

Observational data comes from observing certain variables and trying to determine if there is any correlation, while experimental data is where you control certain variables and try to determine if there is any causality

New cards
11

How do observational and experimental data differ in terms of study design?

The key difference between observational studies and experimental designs is that a well-done observational study does not influence the responses of participants, while experiments do have some sort of treatment condition applied to at least some participants by random assignment

New cards
12

What are the advantages of observational data?

relatively quick, inexpensive, and easy to undertake

New cards
13

What are the disadvantages of observational data?

can be susceptible to other types of bias

New cards
14

What are the advantages of experimental data?

researchers have control over variables to obtain results, the subject does not impact the effectiveness of the research, results are specific

New cards
15

What are the disadvantages of experimental data?

time-consuming process, not all situations can be created in an experiment, expensive

New cards
16

What are the main challenges of establishing causality with observational data?

lurking variables

New cards
17

What is a common sources of bias that can impact observational studies?

sample selection bias - anytime that selection into a sample depends on the value of the dependent variable

New cards
18

What are the "Big Three" criteria for establishing causality?

  1. When X changed, Y also changed. If X changes and Y doesn't change, then we cannot assert that X causes Y.

  2. X happened before Y. If X happens after Y then X cannot cause Y.

  3. Nothing else besides X changed systematically.

New cards
19

What is the treatment in an experiment?

what is randomly assigned to each subject

New cards
20

What is the response in an experiment?

what is measured

New cards
21

How can confidence intervals be used to compare group averages in statistical analysis?

Check if 0 is contained in the confidence interval. If it is, than there is no significant difference between group averages. If not, we can conclude which treatment produces a better response

New cards
22

What is the process for calculating confidence intervals for group means?

t.test(df$response ~ df$treatment)

New cards
23

How can confidence intervals be used to compare group proportions in statistical analysis?

Check if 0 is contained in the confidence interval. If it is, than there no significant difference between the proportion of responses. If not, we can conclude there is a difference between the treatments

New cards
24

What is the process for calculating confidence intervals for group proportions?

prop.test(x=c(# of yes1, # of yes2), n=c(n1, n2))

New cards
25

What is power?

the probability that we will not make a type 2 error (1-B); the probability that we will detect a difference when there actually is one

New cards
26

When can a type 1 error occur?

if the null hypothesis is true

New cards
27

When can a type 2 error occur?

if the null hypothesis is false

New cards
28

What is the power calculation for a test of means?

power.t.test(n, delta, sd, sig.level)

New cards
29

How is power used in statistical analysis to determine the sample size needed for a given study?

power.t.test(power, sig.level, delta, sd, n=NULL)

New cards
30

What is the power calculation for a test of proportions?

power.prop.test(n, p1, p2, sig.level)

New cards
31

What is the difference between p1 and p2?

The difference we are looking to detect between the proportions

New cards
32

What happens to power when effect size increases?

Power increases

New cards
33

What happens to power as standard deviation increases?

Power decreases

New cards
34

What happens to power as the alpha (significance) level increases?

Power decreases

New cards
35

How can you increase power?

increase sample size

New cards
36

What is the beta-binomial model?

an alternative way to assess our uncertainty about the sample proportion

New cards
37

How can the beta-binomial model be used to compare two proportions in statistical analysis?

Running 100,000 iterations using the number of successes and failures +1, the output indicates the % chance that the true success rate for one is greater than the other in the long run

New cards
38

What are the two forms of randomness that are critical to ensuring valid statistical results from an experiment?

  1. Take a random sample

  2. Randomly assign treatments to units in that sample

New cards
39

What factors should be considered when deciding to utilize an analysis of variance (ANOVA) for the analysis of A/B/n tests in experimental studies?

If we are analyzing means

If the response variable is numeric, or continuous

New cards
40

What are the criteria for determining the appropriate use of a chi-square test for analyzing A/B/n tests in experimental studies?

If we are analyzing proportions

New cards
41

Why is the Tukey HSD (Honestly Significant Difference) test necessary for comparing all pairs of treatment groups in statistical analysis?

The test compares each treatment mean with all of the other treatment means. At the same time, it controls the type 1 error rate

New cards
42

What are the key considerations when applying the Tukey HSD test?

It is used when the p-value of an anova test is significant to determine which of the treatments are different from the others

New cards
43

What is a covariate?

a measurement on an experimental unit that is not controlled by the experimenter

New cards
44

Are covariates ever randomized?

No, because they are not part of the experiment

New cards
45

How do causality and covariates connect?

Causality cannot be applied to a covariate because the treatment is not randomized

New cards
46

What happens when the number of subgroup analyses performed increases?

The probability of a Type 1 error increases

New cards
47

If we have 15 covariates, what is the probability of making at least one type 1 error? Assume alpha=0.05

1-.95^15 = .5367

New cards
48

What is Simpson's Paradox?

a phenomena where the results of an analysis of aggregated data are the reverse of subgroup results

New cards
49

What must happen for Simpson’s Paradox to occur?

  1. The subgroup need to be different sizes

  2. There exists a lurking variable that is related to both the treatment and the response

New cards
50

What is a blocking variable?

a categorical variable that explains some of the variation in the response variable

New cards
51

What makes a RCBD?

each treatment appears within each block; they are balanced designs in that each treatment appears the same number of times each block, once

New cards
52

Describe a Latin Squares Design

each treatment appears exactly in one row and each column; the rows and columns each represent a blocking factor; the treatment is represented in the square

New cards
53

What is special about Latin Squares Designs?

They create orthogonal data, which means the estimates from the design will be unbiased

New cards
54

How to analyze a LSD?

run anova, check if treatment has a significant p-value

New cards
55

How does replication impact MSE?

it produces a better estimate of MSE by providing more degrees of freedom

New cards
56

In an ANOVA analysis, why would I be concerned with having a good estimate of the Mean Squared Error?

It is the yardstick against which we measure all of our effects

New cards
57

What are the two ways to execute a Latin squares design with replication?

  1. All experimental runs are carried out at once

  2. One set is carried out at one time/location, time, etc. And then the next set

New cards
58

What is the significance of orthogonality in factorial designs?

It ensures that a change in Factor A implies a change in y and nothing else is changing that would change y; it is the best structure for isolating effects

New cards
59

What is the main effect of a factor?

the average change in the response due to a change in the factor

New cards
60

How to calculate a main effect by hand in a factorial design?

Hand written notes

New cards
61

What is an interaction?

The effect of A on the response depends on the level of factor B

New cards
62

When can you not perform any inference in a factorial experiment?

when you have only one observation at each treatment combination = no way to estimate the experimental error

New cards
63

How can you ensure you can perform inference on a factorial experiment?

replication

New cards
64

What are the assumptions for a valid regression model?

  1. The probability distribution of epsilon should have constant variance for all values of y

  2. The probability distribution of epsilon is normally distributed

  3. Any two values from the probability distribution of epsilon are indepenent

  4. The mean value is 0

New cards
65

What plots should be viewed when checking the assumptions?

  1. Plot the residuals vs. y^. (predicted values)

  2. Plot the residuals vs. run order.

  3. Create a normal probability plot of the residuals.

  4. Identify outliers

New cards
66

What is the procedure for analyzing a two-level factorial design without replicates using a half normal plot?

Hand written notes

New cards
67
<p>What does a design matrix show?</p>

What does a design matrix show?

The specific treatment combinations

New cards
68
<p>What does a model matrix used for?</p>

What does a model matrix used for?

shows all the columns that will get estimates in the model

New cards
69

What are the estimable effects that can be listed from a 2^k factorial experiment?

As the number of factors increases the number of available interactions to estimate also increases. For example if you have three factors A, B and C and they are varied each at two levels you can estimate the following effects: A, B, C are the main effects, AB, AC, BC are all two-way interactions, ABC is a three-way interaction

New cards
70

What is the problem with a design that has no replication?

No replication = no inference because there are no df left over to estimate the error in the model

New cards
71

What kind of model has no d.f. left over?

A 2^2 factorial with no replication

New cards
72

When looking at a Half Normal plot, do we care about the points on or off the line?

Off

New cards
73

What should be checked after making a model following a half-normal plot (no replication)

  1. plot(reg$residuals, reg$fitted.values) #check for a pattern

  2. plot(reg$residuals) # check for a trend

  3. qqnorm(reg$residuals) qqline(reg$residuals) # check for normality

New cards
74

What should a rate response actually be analyzed with?

a logistic regression model

New cards
75

What is a confirmation run?

a test to confirm the rate you expect based on the optimal conditions

New cards
76

What are the fundamental principles and concepts of the Six Sigma Project Management Philosophy?

The philosophical perspective of Six Sigma views all work as processes that can be defined, measured, analyzed, improved, and controlled. Processes require inputs (x) and produce outputs (y). If you control the inputs, you will control the outputs. This is generally expressed as y = f(x).

New cards
77

What does DMAIC stand for in the context of the Six Sigma Project Management Philosophy?

  • D=Define

  • M=Measure

  • A=Analyze

  • I=Improve

  • C=Control

New cards
78

What is the distinction between common cause variation and assignable cause variation in the context of process variation analysis?

In many processes, regardless of how well-designed they are or carefully maintained, a certain amount of inherent or natural variability will always exist. We refer to this natural or background or random variability as Common Cause Variation.

A process that is in operation with only common cause variation present is said to be operating in statistical control or in control.

Other kinds of variability may occasionally be present in the process. A measurement could be wrong or the temperature might be off, etc.

This type of variation is typically large when compared to the background variation and typically represents an unacceptable level of process performance. We refer to these sources of variation as Assignable Cause Variation. A process that is operating the presence of assignable cause variation is said to be out of control.

New cards
79

What is the fundamental framework of a control chart, and how does it contribute to the analysis and management of process control?

A typical control chart plots the quality characteristic over time.

  • Center line (CL) = average value of the quality characteristic

  • Upper Control Limit (UCL)

  • Lower Control Limit (LCL)

The UCL and LCL are chosen such that if the process is in control nearly all of the sample points will fall between the control limits

New cards
80

What are the fundamental concepts and applications of Xbar and R-charts in statistical process control?

Xbar chart - captures between subgroup variability

R-chart - captures within subgroup variability; the center line is the average range

New cards
81

How can you effectively assess Xbar and R-charts to identify and analyze assignable causes in statistical process control?

Both charts have to be in control for the process to be in control. If either chart is out of control then there are assignable causes present

New cards

Explore top notes

note Note
studied byStudied by 55 people
... ago
5.0(1)
note Note
studied byStudied by 15 people
... ago
5.0(1)
note Note
studied byStudied by 46 people
... ago
4.0(1)
note Note
studied byStudied by 202 people
... ago
4.7(3)
note Note
studied byStudied by 82 people
... ago
5.0(2)
note Note
studied byStudied by 5 people
... ago
5.0(1)
note Note
studied byStudied by 15 people
... ago
5.0(1)
note Note
studied byStudied by 30 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (72)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 11 people
... ago
5.0(1)
flashcards Flashcard (54)
studied byStudied by 13 people
... ago
5.0(1)
flashcards Flashcard (67)
studied byStudied by 15 people
... ago
5.0(1)
flashcards Flashcard (131)
studied byStudied by 27 people
... ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (57)
studied byStudied by 162 people
... ago
5.0(1)
flashcards Flashcard (49)
studied byStudied by 38 people
... ago
5.0(1)
robot