712 Linear Regression

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:38 PM on 7/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

linear regression

a statistical method used to model the relationship between a dependent variable and one or more independent variables by fitting a linear equation to observe data

2
New cards

dependent variable (response variable)

the variable trying to predict or explain

3
New cards

independent variable (predictor variable)

the variable used to predict the dependent variable

4
New cards

predictor

an independent variable that is used to estimate or predict values of the dependent variable

5
New cards

best fitting line (regression line)

A straight line that best represents the data on a scatter plot. It is used to describe the relationship between the dependent and independent variables

6
New cards

slope

the amount by which the dependent variable change for a one-unit change in the independent variable

7
New cards

Y intercept

the value of the dependent variable when the independent variable is zero

8
New cards

coefficient of determination (R²)

a statistical measure that is represents the proportion of the variance in the dependent variable that is predictable from the independent variables. It ranges from 0 to1 and is usually expressed as a percentage

9
New cards

correlation

a measure of the strength and direction of the linear relationship between two variables. It ranges from -1 to 1 where -1 indicates a perfect negative linear relationship, 1 indicated a perfect positive linear relationship, and 0 indicates no linear relationship

10
New cards

multivariate (multiple) linear regression

a type of linear regression where there are multiple independent variables. This is used when the dependent variable is influenced by more than one independent variable

11
New cards

outliers

data points that are significantly different from others

12
New cards

slope equation

y=mx+b

13
New cards

R

the correlation coefficient which measures the strength and direction of the linear relationship between the observed and predicted values of the dependent variable

14
New cards

adjusted R squared

a modified version of R² that adjusts for the number of predictors in the model, providing more accurate measure of model fit hen multiple predictors are used

15
New cards

0.00-0.19

R² value indicating a weak fit

16
New cards

0.20-0.39

R² value indicating a modest fit

17
New cards

0.40-0.59

R² value indicating a moderate fit

18
New cards

0.60-0.79

R² value indicating a strong fit

19
New cards

0.80-1.0

R² value indicating a vert strong fit

20
New cards

unstandardized coefficients (B)

values that represent the change in the dependent variable for a one-unit change in the independent variable

21
New cards

standarized coefficients (Beta)

these coefficients are normalized, allowing to compare the relative importance of different independent variables in the model

22
New cards

standard error (SE)

This measures the accuracy of the coefficient estimates. Smaller standard errors indicate more precise estimates

23
New cards

t-value and p-value

these statistics test whether each coefficient is significantly different from zero. A high t-value and a low p-value (typically less than 0.05) suggest that the corresponding variable significantly contributes to the model

24
New cards

importance of regression analysis

  • understanding relationships

  • prediction

  • decision making

  • controlling the confounders: isolation of the effect of each variable accounting for the influence of other factors

25
New cards

relevance to physical therapy

  • optimizing treatment plans

  • evidence based practice

  • resource allocation

  • outcome measurement