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
# Bisection (numerical method) - Método da Bissecção
Sensitivity to Escitalopram MACE count
Example: From 'The R Book' 2nd ed. ~ 2.3.2 Generating Factor Levels...
Linear and Log linear Model
Matrix
Data frame
Plot Graph By Adjacency Matrix
Mandelbrotset
Magic Constant
Camelcase