search for: scatteroutlier

Displaying 1 result from an estimated 1 matches for "scatteroutlier".

2008 Jan 01
1
Variable scope R 2.6.1
I have the following procedure which worked just fine for in R 2.2.0. Recently I upgraded to 2.6.1 and now get an error: > ScatterOutlier(pass_500_506[1:1000,6:12], marginal_500_506[,6:12]) Error in eval(expr, envir, enclos) : object "out" not found Note that I use the same workspace (and hence data) as in 2.2.0. When I make sure that the object "out" exists at console level by executing out <- c(rep(...