Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
For loops Example
#R version 3.3.2 #Calculate the standard error using the following sample sizes #Sample size: 50,100,150 p=0.45 Sample=c(50, 100, 150) for(N in Sample) {Se=(p*(1-p)/N) print(Se)} #Calculate the confidence interval given certain values Conf=function(X, S, N){ X+c(1, -1)*pnorm(0.975)*(S/sqrt(N))}
run
|
edit
|
history
|
help
0
Demonstration of table()
Hiring Discrimination
Practice
Cos R Example
2q
SimulacaoItaly-17-02-2021-linearizado
Ex21-01-21
recursive function
29-01-21TestesAjuste
juntar dos filas de data frame h