8 lines
83 B
R
8 lines
83 B
R
|
|
|
|
cdf=ecdf(N)
|
|
initial_alpha=0.05
|
|
|
|
print(round(pnorm(1.01,mean=0,sd=1),digits=4))
|
|
|
|
|