<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">v <- c()</div><div class="">m <- c(100,120,150,180)</div><div class="">dp<-c(20,15,10,25)</div><div class="">n = 1</div><div class="">for (i in m) {</div><div class="">  v <- c(v, rnorm(1000, i,dp[n]))</div><div class="">  n=n+1</div><div class="">}</div><div class="">m <- matrix(v, 1000)</div><div><br class=""><blockquote type="cite" class=""><div class="">On 4 Jul 2022, at 15:02, Diogo Jerônimo por (R-br) <<a href="mailto:r-br@listas.c3sl.ufpr.br" class="">r-br@listas.c3sl.ufpr.br</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(205, 35, 44); color: rgb(205, 35, 44); font-family: "bookman old style", "new york", times, serif; font-size: small; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class="">dp<-c(20,15,10,25)</span></div></blockquote></div><br class=""></body></html>