search for: pbaer

Displaying 3 results from an estimated 3 matches for "pbaer".

Did you mean: baer
2005 Oct 14
4
Setting working directory interactively within a function
Is there anyway to have a function prompt the user for a working directory, equivalent to file.choose()? --Paul
2005 Oct 14
0
Fw: Setting working directory interactively within a function
...directory. Mike ----- Forwarded by Michel Friesenhahn/EMVL/DIAG/US/BAYER on 10/14/2005 12:27 PM ----- Duncan Murdoch <murdoch@stats.uwo.ca> Sent by: r-help-bounces@stat.math.ethz.ch 10/14/2005 10:24 AM To Berton Gunter <gunter.berton@gene.com> cc "'Paul Baer'" <pbaer@berkeley.edu>, r-help@stat.math.ethz.ch Subject Re: [R] Setting working directory interactively within a function ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www...
2005 Oct 13
1
reading matrix objects into a list
OK, I've tried to be a good citizen and use the searchable archives, but with three search strings I haven't found the answer to what must really be a simple question. I want to create a list of objects from a set of matrices (in this case, 300x300). Suppose the first matrix is A. I tried: > x=as.list(A) But it I get a list of length 90,000 > length(x) [1] 90000 instead of