BioStats Exam 1

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:50 AM on 6/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

150 Terms

1
New cards

population

the entire group of objects in our study

2
New cards

parameters

measurements on populations

3
New cards

sample

represents part of a population

4
New cards

statistics

measurements on samples

5
New cards

(experimental) unit

an object about which we collect data or measurements

person, thing, events, etc.

6
New cards

variable

a property of a unit which we wish to measure

height, eye color, etc.

7
New cards

qualitative and quantitative

types of variables

8
New cards

qualitative variable (categorical)

classifies the units into categories, which may or may not have a natural ordering to them

no math possible

9
New cards

quantitative variable

has numerical values that are measurements (height, weight, etc.) or counts

math can be applied to this

10
New cards

continuous or discrete

a quantitative variable can be…

11
New cards

continuous

a quantitative variable is _____ if it can take any value in an interval (has decimals)

12
New cards

discrete

a quantitative variable is _____ if it can take on a limited or countable number of values (whole numbers)

13
New cards

collect data and then make decisions

the goal of every statistical study is to…

14
New cards

observational study, perform an experiment, use a simulation, and administer a survey

types of sampling techniques

15
New cards

observational study

researcher observes and measures characteristics of interest of part of a population but doesn’t change existing conditions

16
New cards

perform an experiment

a treatment is applied to part of a population and responses are observed

17
New cards

use a simulation

the use of a mathematical model to reproduce the conditions of a situation or process

18
New cards

administer a survey

an investigation of one or more characteristics of a population

19
New cards

census

a count or measure of an entire population

20
New cards

sampling

a count or measure of part of a population and is more commonly used in statistical studies

21
New cards

simple random, stratefied, cluster, and systematic

types of samples

22
New cards

simple random sample

one in which every sample of the same size has the same chance of being selected

23
New cards

stratefied sample

when it’s important for the sample to have members from each segment of the population

24
New cards

strata

subsets that members of the population that share a common characteristic in stratefied sample

25
New cards

cluster sample

used when the population falls into naturally occurring subgroups, each having similar characteristics

26
New cards

clusters

groups that population is divided into in cluster sample

27
New cards

systematic sample

each population member is assigned a number

a starting number is randomly selected, and then sample members are selected at regular intervals from the starting number

28
New cards

bias

a sample should be selected from a population randomly, otherwise it’s prone to…

29
New cards

representative sample

when sampled properly, we obtain a _____ of the population

30
New cards

representative sample

a subset of the population from which data are collected that accurately reflects the population

31
New cards

bias

the systematic favoring of certain outcomes

32
New cards

sample/systematic bias

systematic favoring of certain outcomes due to the methods employed to obtain the sample

33
New cards

non-response and response

types of sampling bias

34
New cards

non-response bias

a type of sampling bias where certain outcomes are favored when the individuals who choose to participate in a study differ from the individuals who choose to not participate

35
New cards

response bias

a type of sampling bias where certain outcomes are favored when participants do not respond truthfully

36
New cards

stem-and-leaf, dot plot, histogram, bar chart, pie chart, and time series graph

types of graphical representations of data (graphs)

37
New cards

stem-and-leaf

a diagram in which each observation is separated into two parts

38
New cards

stem

in a stem-and-leaf plot, ____ consists of all but the rightmost digit

39
New cards

leaf

in a stem-and-leaf plot, ____ is the rightmost digit

40
New cards

increasing order

to make a stem-and-leaf plot, sort the stems in _____ and draw a vertical line to the right of this list

41
New cards

key

every stem-and-leaf plot should be accompanied by a ____

42
New cards

dot plot

a graph where each observation is plotted as a dot at an appropriate place above the horizontal axis

43
New cards

stem-and-leaf plot

knowt flashcard image
44
New cards

dot plot

knowt flashcard image
45
New cards

classes, frequency

histogram is a graph where data has been grouped into intervals or _____ and the _____ of measurements in each class is noted

46
New cards

Rf = frequency / total number

relative frequency formula

47
New cards

qualitative data

bar chart similar to a histogram but uses…

48
New cards

touch, do not touch

in a histogram, the bars ___ each but, in a bar chart, the bars ____ each other

49
New cards

pie chart

a disk divided into wedge-shaped pie pieces proportional to the relative frequencies of the qualitative data

50
New cards

time series graph

a line graph of repeated measurements taken over regular time intervals

51
New cards

trends or patterns

time series graphs are good for identifying _____

52
New cards

bar graph

knowt flashcard image
53
New cards

histogram

knowt flashcard image
54
New cards

time series graph

knowt flashcard image
55
New cards

pie chart

knowt flashcard image
56
New cards

mean

the sum of the numbers divided by n

57
New cards

sample and population

types of mean

58
New cards

mean()

R function for mean

59
New cards

closer

when there’s a high value in a set of numbers, the mean moves ____ to the higher value

60
New cards

median

the middle number when numbers are arranged from smallest to largest

61
New cards

odd

if the amount of numbers is ____, the median is the middle number

62
New cards

even

if the amount of numbers is _____, the median is the average between the two middle numbers

63
New cards

sort() or median()

R function to help you find median

64
New cards

resistant

the median is ____ to outliers or extreme values

65
New cards

mode

the most frequently occurring value

66
New cards

more than one, no mode, symmetric

there can be ____ mode

if the frequency of each number is one, there is ____

the mode is not often used for quantitative data unless the data is ______

67
New cards

mode

between mean, median, and mode, ____ is the only measure which can be used for qualitative data

68
New cards

range

the difference between the largest value and the smallest value

69
New cards

range = maximum - minimum

range formula

70
New cards

max() - min()

using R to find range

71
New cards

standard deviation

a measure of the spread of the observations from the mean

72
New cards

variance

a measure of the squared spread of the observations from the mean

73
New cards

mean

standard deviation shares the same units as the…

74
New cards

positive

standard deviation (and variance) is typically ____

75
New cards

larger

the more spread out the numbers are about the mean, the ____ the standard deviation (or variance)

76
New cards

zero

if the observations are the same, the standard deviation (or variance) is equal to ___

77
New cards

square units

variance is measured in…

78
New cards

sd()

using R to compute standard deviation

79
New cards

put the numbers in the list then stat + calc + 1

TI calculator shortcut to find 1 variable statistics

80
New cards

interquartile range

measures the spread of the middle 50% of data

81
New cards

Q2

the median = ___

82
New cards

Q1

the median of the lower half of the data

83
New cards

Q3

the median of the upper half of the data

84
New cards

Q1

the 25th percentile and separates the lower 25% of the data and upper 75%

85
New cards

Q2

the 50th percentile and separates 50% of the data

86
New cards

Q3

the 75th percentile and separates the lower 75% of data from the upper 25%

87
New cards

left skewed

Q1 is further from the median than Q3, then the data is ______

88
New cards

symmetric

Q1 and Q3 are the same distance from the median, then the data is approximately ____

89
New cards

right skewed

Q3 is further from the median than Q1, then the data is ____

90
New cards

IQR()

using R to find interquartile range

91
New cards

five-number summary

the minimum, Q1, median, Q3, and maximum (in this order)

92
New cards

fivenum()

using R to find the five-number summary

93
New cards

standard score(z-score)

tells us how many standard deviations the observed value is from the mean

94
New cards

z > 0

if ____, then x > mean

95
New cards

z < 0

if ____, then x < mean

96
New cards

z = 0

if ____, then x = mean

97
New cards

modified boxplots and z-score

two methods to detect probable outliers

98
New cards

potential outliers, solid dot

for a modified boxplot, observations that fall outside of the fences are ____ and are marked with a ____

99
New cards

absolute value of z > 3

if the _____, then x is a probable outlier

100
New cards

random variable

an uncertain number whose value depends on the random outcome of an experiment