{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Bio Stats Flashcards

(7 cards)

1
Q

What does small vs large SD represents

A

Small- means more tightly clustered around mean ,less variation, more reliable results
Larger -more variation less tightly clustered around mean

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are t-tests for and when would we use t -tests

A

Compares the means of 2 groups and determains if any of the observed differences are due to chance of if they are significant statistically
Used when- comparing 2 sets of data
Data is continuous (can take any value across a range e.g height of plants so not categoric like blood types e.g)
-sample size is small

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is H0 for t tests, spearman’s rank and chi squared

A

-no sig between 2 sets of data given

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do i prove that the null hypothesis (that there is no sig between to sets of data) is wrong in t tests

A

Calculate t use formula -will always be postive even if we get - turn to +
Calculate DF (sample size in group one +sample size group 2 -2)
Go to t-test table , go to where p=0.05 ( find intersection of DF and 0.05 )
-if ur t value is greater than this value
Null can be rejected
Since p<0.05

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is chi squared test for when is it used ,what do results show us,degree of freedom

A

To test the significance between observed and expected frequencies of normal data
-sample size big
-data is categoric
Results show us -if dif between expected and observed are significant or so small can be neglected
Degree of freedom -number of categories -1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do i show dif between O and E value is significant

A

Calculate x2
Then calculate DF- categories-1
Intersection of p=0.05 and degree of freedom
If ur calculated x squared value is higher than the intersection
H0 rejected ,data is significant
As p<0.05

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is spearman’s rank for

A

Measures monotonic relationships that are not linear
Assessing data points that are independent of each other
Null- no correlation between a and b
Assign ranks from highest to lowest value for both variables and find dif between ranks
If u get same score for variable then u you add the ranks and average, e.g if variable 35 ties for 3rd place and fourth place u add and divide by 2 to findings rank
Calculate rs
The find intersection of sample size and p=0.05
If rs is greater than this intersection h0 is rejected
And we can show weather its negative correlation (closer to -1) or positive (closer to 1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly