Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
%95 Confidence Interval
#R version 3.3.2 a <- 10 #average s <- 4 # standard deviation n <- 30 # sample size LCI <- a - qnorm(.975)*s/sqrt(n) # lower limit (%95 CI) UCI <- a + qnorm(.975)*s/sqrt(n) # upper limit (%95 CI) print (LCI) print(UCI)
run
|
edit
|
history
|
help
0
Hiring Discrimination
3dgraphics-and-curvesb
21-09-2020Intpoli
Leap Year or Not
Aceleracao-02-03-21
Get a variable name in string format
Cos R Example
Otavio-fez
Data frame
PUP LDA