powered by
"plot"(x,...)
plot
test<-c(rnorm(1000),rnorm(1000,mean = 3,sd = 1)) hist(test) a<-gmm(test,2) plot(a)
Run the code above in your browser using DataLab