Last chance! 50% off unlimited learning
Sale ends in
EnsRps(ens, obs)
# Example:
ens <- matrix(c(1,2,3, 2,2,2), byrow=TRUE, nrow=2)
obs <- matrix(c(0,0,1, 0,1,0), byrow=TRUE, nrow=2)
EnsRps(ens,obs)
Run the code above in your browser using DataLab