ma
calculation).
ma
are employed to
recompute the weighted joint distribution for two variables in
a data set, and a contour plot for this distribution is drawn.
pd(d,iv=1,jv=2)
ma
.
ma
f <- function(x,name="Sinusoidal",def="y = 1 + sin(x)"){
return(1 + sin(x))
}
d <- sbd(f,min=-2*pi,max=2*pi,n=1000,Rsq=0.9)
ma(d)$A
dist <- pd(d)
Run the code above in your browser using DataLab