Interpreting Graphs

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/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:41 PM on 9/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Scatterplot

A type of graph where individual datapoints from two continuous variables are plotted to assess whether the variables are correlated in any way.

<p><span>A type of graph where individual datapoints from two continuous variables are plotted to assess whether the variables are correlated in any way.</span></p>
2
New cards

Bar Chart

x axis contains categorical variables, y axis has values, and has a standard error bar

<p>x axis contains categorical variables, y axis has values, and has a standard error bar</p>
3
New cards

Histogram

A type of graph where a range of possible values is plotted along the x-axis and the frequency of datapoints in each interval in the range is plotted on the y-axis.

<p><span>A type of graph where a range of possible values is plotted along the x-axis and the frequency of datapoints in each interval in the range is plotted on the y-axis.</span></p>
4
New cards

Continuous Variable

a quantity that can take a continuous range of values

5
New cards

Discrete variable

a quantity that can only take certain, discrete values

6
New cards

independent variable

a variable whose value does not depend on the value of another variable. Common examples include the treatment groups in an experimental study or time.

typically seen on the x axis

7
New cards

dependent variable

a measured quantity whose value depends on the value of another variable.

typically seen on the y axis

8
New cards

p value

if p ≤ 0.05, statistical significance can be declared

9
New cards

Mathematical Model

uses equation(s) to. model essential aspects of a biological process

10
New cards

computer simulations

expands the other approaches, and is good for complex/network related processes

11
New cards

nominal data

no intrinsic ordering to the categories; i.e. eye color

12
New cards

ordinal data

categories can be placed in a meaningful order; i.e. pain scale

13
New cards

boxplot

shows median, 1st quartile, 3rd quartile, whiskers (1.5*IQR), outliers

<p>shows median, 1st quartile, 3rd quartile, whiskers (1.5*IQR), outliers</p>