search for: writt

Displaying 20 results from an estimated 31 matches for "writt".

Did you mean: write
2009 Jul 21
3
writte file doubt
Hi I wrotte this function but when I get the "tmp.xls" file it shows data in a rare way. I mean not appears a matrix with 2000 rows and 100 columns. Can anyone help me, guide me? kim<-function(){ tmp<-randz<-matrix(rnorm(200000, mean=0,sd=0.01 ),2000,100); dim(tmp) write(tmp,file="tmp.xls") Thanks in advance. On the other hand, everytime I execute a function
2001 Nov 23
3
file ownership
Hello, I'm pleased to become a list member. Excuse me! I need your help. My problem is that: We have a Samba server running on Linux, this is a PDC in our LAN. There is a share in the server with full access for any user (that's the idea), but when a user writtes a file in the share, he/she becomes the new file owner, and the write permission is exclusively for him/her, consequently the rest of users can not do any modification over this file. I have added to the share description the option "dos filemode = yes" (by default is false), but the...
2012 Sep 26
2
R and sell buy stock
Hi all, I have seen that R can be switched on to a Broker called IB. There is another one similar to IB that permits to make a "code" and send orders to broker to buy or sell stocks? Can be done trough R, writte in excel and trough API sell/buy to the broker? Can someone send me an example (easy example?) Many thanks. [[alternative HTML version deleted]]
2015 Mar 02
5
Update
Am 02.03.2015 um 20:28 schrieb buhorojo: > On 02/03/15 20:26, Rowland Penny wrote: >> >> excuse, but could you repeat that, but this time in English. >> >> Rowland > Try: > https://translate.google.com/ try to talk in a common used language on a international list -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc
2011 Jul 12
1
Creating a zero matrix when a condition doesn´t get it
...called "d2" if another matrix accomplishes some restrictions "dacc2" da2<-da1[colSums(dacc2)>9,] da2<-da2[(da2[,13]=24),] write.csv(da2, file =paste('hggi', i,'.csv',sep = '')) The thing is if finally da2 cannot get/passs the filters, it cannot writte a csv because there is no any true condition. How can I create anyway a csv with zeros of one row and "n" columns (being n the number of columns of da2? I need a loop? [[alternative HTML version deleted]]
2018 Mar 13
3
Learning advanced R
On Tue, 13 Mar 2018, Mark Leeds wrote: > See Hadley's advanced R +1 A very well writte, highly useful book. Recommended. Rich
2006 Mar 15
1
when to use mongrail plugins ?
...ght the docomentation of mogrel and I am wondering wht the plugins are good for. I understood how the work and I am comparing the situation to Lighttpd where mods are available for specific tasks. But in Lighttpd (or apache) those mods are running at native speed. But at mongrel, if the plugins are writte in ruby, couldn''t that code just be a rails plugin ? One thing I would like to have is a sophisticated upload handler, which stops upload if a preconfigured max. filesize gets reached. Ist that a problem which could be solved with a mongrel plugin ? -- Roberto Saccon - http://rsaccon.c...
2009 Nov 04
1
Search values and create a new matrix
Hi You wrotte me in R help and I´m very gratefull. I couldn´t reply because an illness. I writte this to see if you can help to solve. I´m a begginer (I´m 20 years old ) but I´m trying to learn more about this program also I´m learning Octave. I need to create a matrix in R whose values depends on the values of other matrix. You see: I have a first "R" matrix whose first row and f...
2012 May 10
1
Error t value matrix
...associated with the "regressor". Conclusion my final matrix called "t value" should include al the t values on the regression each of them incorporating a new observation, with the same rows and colums than "estima". I have tried several thing but I cannot achive. I writte to see if you can guide me¡¡¡ I swear I´m trying. randz<-matrix(rnorm(5000),50,100) H<-matrix(0,50,100) H[1,]<-randz[1,] for (i in 2:50){ if(i < 26) { H[i, ] <- 0.6 * H[i-1, ] + randz[i, ] } else { H[i, ] <- H[i-1, ] + randz[i, ] } } write.table(H, file = "d...
2018 Mar 14
1
Fwd: Learning advanced R
...adv-r > > Best, > Eric > > > > On Wed, Mar 14, 2018 at 12:13 AM, Rich Shepard <rshepard at appl-ecosys.com> > wrote: > > > On Tue, 13 Mar 2018, Mark Leeds wrote: > > > > See Hadley's advanced R > >> > > > > +1 A very well writte, highly useful book. Recommended. > > > > Rich > > > > > > ______________________________________________ > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the...
2018 Mar 14
0
Fwd: Learning advanced R
...t;> >> On Wed, Mar 14, 2018 at 12:13 AM, Rich Shepard ><rshepard at appl-ecosys.com> >> wrote: >> >> > On Tue, 13 Mar 2018, Mark Leeds wrote: >> > >> > See Hadley's advanced R >> >> >> > >> > +1 A very well writte, highly useful book. Recommended. >> > >> > Rich >> > >> > >> > ______________________________________________ >> > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> > https://stat.ethz.ch/mailman/listinfo/r-help...
2006 Dec 25
2
how to insert data using has_and_belongs_to_many
...ds = @session[''user''].id >>if @book.save But I get the error message undefined method `each'' for #<User:0x4cef104> I know that it is because of the line "@book.user_ids = @session[''user''].id", but I can''t userstand how to writte it corectly. I''ve red a couple of tutorials but haven''t found a solution. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"...
2018 Mar 13
0
Learning advanced R
See Hadley's advanced R along Thomas Mailund's books. I haven't gone through them carefully but they both seem (from what I've looked at ) to be the best ones for that. Mentions of others are appreciated. On Tue, Mar 13, 2018 at 5:26 PM, Nik Tuzov <ntuzov at beacon.partek.com> wrote: > > Hello: > > Could you please suggest the best way to become an
2018 Mar 13
5
Learning advanced R
Hello: Could you please suggest the best way to become an "advanced" R programmer. I went through "R for dummies" by de Vries and Meys and I can see two ways to proceed: 1) Get a more advanced textbook. E.g. could you recommend Gentleman, "R for Bioinformatics"? 2) Because textbooks are limited and become obsolete fast, I can focus on learning state-of-the-art
2018 Mar 14
1
Learning advanced R
...adv-r > > Best, > Eric > > > > On Wed, Mar 14, 2018 at 12:13 AM, Rich Shepard <rshepard at appl-ecosys.com> > wrote: > > > On Tue, 13 Mar 2018, Mark Leeds wrote: > > > > See Hadley's advanced R > >> > > > > +1 A very well writte, highly useful book. Recommended. > > > > Rich > > > > > > ______________________________________________ > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the...
2015 Mar 02
5
Update
On 02/03/15 16:21, sandy.napoles at eccmg.cupet.cu wrote: > My OS is Debian 7 and I only writte git pull > >> On 02/03/15 15:05, sandy.napoles at eccmg.cupet.cu wrote: >>> ifconfig -a >>> eth0 Link encap:Ethernet HWaddr 00:0c:29:82:ec:80 >>> inet addr:172.18.68.8 Bcast:172.18.68.31 >>> Mask:255.255.255.224 >>>...
2015 Mar 02
7
Update
...8:603:d06e::80:230: Network is > unreachable while accessing http://git.samba.org/samba.git/info/refs > fatal: HTTP request failed > root at samba:/home/samba-master# > > > >> On 02/03/15 16:21, sandy.napoles at eccmg.cupet.cu wrote: >>> My OS is Debian 7 and I only writte git pull >>> >>>> On 02/03/15 15:05, sandy.napoles at eccmg.cupet.cu wrote: >>>>> ifconfig -a >>>>> eth0 Link encap:Ethernet HWaddr 00:0c:29:82:ec:80 >>>>> inet addr:172.18.68.8 Bcast:172.18.68.31 >>>&gt...
2018 Mar 14
2
Fwd: Learning advanced R
...AM, Rich Shepard > ><rshepard at appl-ecosys.com> > >> wrote: > >> > >> > On Tue, 13 Mar 2018, Mark Leeds wrote: > >> > > >> > See Hadley's advanced R > >> >> > >> > > >> > +1 A very well writte, highly useful book. Recommended. > >> > > >> > Rich > >> > > >> > > >> > ______________________________________________ > >> > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > >> > https://st...
2015 Mar 02
3
Update
On 02/03/15 15:05, sandy.napoles at eccmg.cupet.cu wrote: > ifconfig -a > eth0 Link encap:Ethernet HWaddr 00:0c:29:82:ec:80 > inet addr:172.18.68.8 Bcast:172.18.68.31 Mask:255.255.255.224 > inet6 addr: fe80::20c:29ff:fe82:ec80/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:107940 errors:0
2015 Mar 02
3
Update
...8:603:d06e::80:230: Network is > unreachable while accessing http://git.samba.org/samba.git/info/refs > fatal: HTTP request failed > root at samba:/home/samba-master# > > > >> On 02/03/15 16:21, sandy.napoles at eccmg.cupet.cu wrote: >>> My OS is Debian 7 and I only writte git pull >>> >>>> On 02/03/15 15:05, sandy.napoles at eccmg.cupet.cu wrote: >>>>> ifconfig -a >>>>> eth0 Link encap:Ethernet HWaddr 00:0c:29:82:ec:80 >>>>> inet addr:172.18.68.8 Bcast:172.18.68.31 >>>&gt...