independent fixes
This commit is contained in:
parent
4f302814d3
commit
19dac7d7e2
@ -20,14 +20,6 @@ t.test_multiple <- function(x, y, m0=0, alternative = "two.sided") {
|
||||
}
|
||||
|
||||
|
||||
#dwie próby zależne
|
||||
load("Cisnienie.RData")
|
||||
attach(Cisnienie)
|
||||
|
||||
t.test(x=Po, y=Przed, alternative='less')
|
||||
|
||||
t.test_multiple(x=Po, y=Przed, alternative='less')
|
||||
|
||||
# niezależne
|
||||
load("Bledy.RData")
|
||||
attach(Bledy)
|
||||
|
Loading…
Reference in New Issue
Block a user