EN VI
Posts (0)
Questions (4)
2024-03-10 17:00:07
The sprintf alone won't do in a for loop, you need wrap it in print. > for (i in n) { + poblacion
Tags: r rstudio alpha
2024-03-10 17:30:05
The sprintf alone won't do in a for loop, you need wrap it in print. > for (i in n) { + poblacion
Tags: r rstudio alpha
2024-03-10 18:30:04
There are a few errors in your code. Instead of for(i in p) it should be for(i in seq.int(k)); The way you sample/resample, poblacion[rJohnson(1000, parms)], is wrong. The index rJohnson is not integ...
Tags: r rstudio mean
2024-03-16 17:00:04
As @s_baldur states in his comment, you need double [[ to extract an item's list as a vector. [ merely subsets the original list, i.e., it returns a list: > my_list my_list[1] $X [1] "A" "B" > class...
Tags: r dataframe rstudio

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login