search for: counterquest

Displaying 4 results from an estimated 4 matches for "counterquest".

2000 Mar 23
0
Requery: R 1.0.0 for Win95 and clipboard -Reply
...ms pretty fundamental to > Windows (and other OS?). The short answer is "no", but most people in the developer crowd come from a Unix background, so there may be some useful techniques we just don't know about. Some work has been done on communication with Excel and using (D)COM. Counterquestion: How would you expect it to work? What would you do with it once it was on the clipboard and how would you ensure that data contained the relevant information (factor levels, e.g.) when read from the clipboard? What are the relevant communication channels? -- O__ ---- Peter Dalgaard...
2000 Mar 24
0
More on Win R and clipboard
Many thanks to all those who replied about my clipboard query. In response to conter-queries: > Peter: >Counterquestion: How would you expect it to work? What would >you do with it once it was on the clipboard and how would >you ensure that data contained the relevant information >(factor levels, e.g.) when read from the clipboard? What are >the relevant communication channels? > Guido: >What k...
2010 Apr 22
6
macro variable in R?
I need to create 10 matrices. say matrix 1-10. matrix_1 is 1 by 1 matrix_2 is 2 by 2 matrix_3 is 3 by 3 . . . matrix_10 is 10 by 10 I am just wondering if there are some functions in R that are similar to the macro variables in SAS. so I can create these 10 matrices by doing: for (i in 1: 10) { matrix_$i <- matrix(nrow=i, ncol=i) } rather thank creating these matrices one by one
2000 Mar 23
4
Requery: R 1.0.0 for Win95 and clipboard
Noone answered so I guess this is not possible, but can anyone definitely put me out of my misery... 'I have just begun using R 1.0.0 for Win95. Can someone please tell me how to put a data frame on the clipboard, and how to read data into a data frame from the clipboard.' Is this something that's planned? The clipboard seems pretty fundamental to Windows (and other OS?). Thanks