Workshop on sampling distributions of variance and mean 1

Опубликовано: 23 Июль 2026
на канале: Curso de R y LaTeX.
1,150
4

▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬

▓▓ SUBSCRIBE AND READ THE VIDEO DESCRIPTION ▓▓
▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬
Learn more about R and LaTeX.

Pedagogical materials in:
http://rpubs.com/jorgeR
https://jlvia1191.wixsite.com/easymath

R-CODE
=====================================================
Workshop
1)
n1 = 6
n2 = 17
F1 = 0.69
F2 = 1.77
p1 = pf(F1,n1-1,n2-1,lower.tail=T);p1
p2 = pf(F2,n1-1,n2-1,lower.tail=F);p2
g = p1 + p2;g

2)
n = 25
a = 0.52
qchisq(a,n-1,lower.tail=F)

=============================================
#LaTeXCourse #RStudioCourse #RSweaveCourse
Want to support the channel? Simply use any of our uploads, share it, like it, and subscribe. (https://goo.gl/eMTmmy) Thank you...