Displaying 2 results from an estimated 2 matches for "refvecs_iters_5".
2008 Oct 29
1
How to set read.table variables to vectors?
...I can't successfully replace the x and y vectors
with values from xin and yin.
The four plots on one panel are showing but the range of x and y is only
[0,1], and therefore, it seems like an integer vs. real issue. Please help.
Thanks,
LP
>
> mydata<-read.table("C:/refvecs_iters_5.csv", header=TRUE, sep=",",
na.strings="NA", dec=".", strip.white=TRUE, row.names=1)
>
> x <- runif(1000)
> y <- runif(1000)
>
> summary(mydata)
iter xin yin
Min. : 0 Min. : 0.01792 Min. : 0....
2008 Oct 29
0
Selecting cases for a grouping value to refill x and y vectors
...en fill the x and y vectors and make plots of x,y for each value
of iter (>0)
For some reason all of the plots are the same, so I am not changing x and y.
Any sugestions on how to refill vectors x and y when iter takes on certain
values?
thx LP
>
> mydata<-read.table("C:/refvecs_iters_5.csv", header=TRUE, sep=",",
na.strings="NA", dec=".", strip.white=TRUE, row.names=1)
>
> x <- runif(1000)
> y <- runif(1000)
>
> summary(mydata)
iter xin yin
Min. : 0 Min. : 0.01792 Min. : 0....