[R] help

hatice gürdil h@t|cegurd||1985 @end|ng |rom gm@||@com
Tue Mar 16 13:52:11 CET 2021


Code a is working. But code b is given error like given below. How can I
write code b?

> a<-rmvnorm(750, mean=c(0, 0),
+                        sigma=matrix(c(1, .3, .3, 1), ncol=2))

> head(a)
            [,1]        [,2]
[1,] -0.97622921 -0.87129405
[2,]  0.54763494  0.16080131
[3,] -1.16627647  0.31225125
[4,]  1.72541168  2.06513939
[5,]  0.05372489 -0.07525197
[6,] -0.85062230 -1.02188473

> b<-rmvnorm(round(500,0), mean=c(0,-1),
+                        sigma=matrix(c(.3, 1,1,1,.3, 1, 1,1, .3), ncol=3))

Error in rmvnorm(round(500, 0), mean = c(0, -1), sigma = matrix(c(0.3,  :
  mean and sigma have non-conforming size

	[[alternative HTML version deleted]]



More information about the R-help mailing list