x <- iris$Sepal.Length[1:50]/iris$Sepal.Width[1:50]
y <- iris$Petal.Length[1:50]/iris$Petal.Width[1:50]

I want to check whether (x,y) follows a bivariate normal distribution or
not,  using density plot or scatter plot. Is it possible to plot a bivariate
density in R. I cant find any.



Arindam Fadikar
M.Stat
Indian Statistical Institute.
New Delhi, India

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to