search for: abovementioned

Displaying 20 results from an estimated 39 matches for "abovementioned".

2005 Mar 29
3
From FAQ 7.21 to a command like apply(sapply(list(f1,f2,f3),is.na),2,sum)
...application would be as follows: Assume I have a data.frame containing besides others also the columns f1, f2, ..., fn and I want to create a command like: apply(sapply(list(f1,f2,f3),is.na),2,sum) or summary(cbind(f1,f2,f3)) Can I start from paste('f',1:3,sep='') to arrive at the abovementioned command? I tried get, parse, as.name, eval in diverse combinations but did not reach a solution. More generally my question is, how can I produce a "list" of variables like x1 to xn in a convenient way within a command. I am quite sure that this has been answered several times, but I did...
2006 Nov 19
3
file permissions and groups
Hello all, I have a file owned by apache:apache with permissions of 640. I have added myself to the apache group using usermod -G (and I can verify that using the groups command) but I still can't read the abovementioned file. Am I not getting something? Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20061119/bca5acdf/attachment-0002.html>
2009 Jul 29
2
Importing time series
...if I use following zoo-code, it is not reading data: read.zoo(file="F:/data.csv", format="%m/%d/%y", header=F) Error is Error in read.zoo(file ="F:/data.csv", format = "%m/%d/%y", : index contains NAs Here I have the mandate to keep date formating in abovementioned way. Can anyone please tell me what to do here? Regards, -- View this message in context: http://www.nabble.com/Importing-time-series-tp24713580p24713580.html Sent from the R help mailing list archive at Nabble.com.
2005 Dec 07
2
Bandwidth selection for ksmooth( )
...andwidth selection is needed. I use some functions for this task and receive these results for my data: width.SJ(y,nb=100,method="ste") : 40.25 bcv(y,nb=100) : 40.53 ucv(y) : 41.26 bandwidth.nrd(y) : 45.43 After implementing the function ksmooth(x,y, bandwidth= each of abovementioned bandwidths), I have some NAs in output with regard to each bandwidth. But if the bandwidth be equal to 62 or bigger, then the function ksmooth(x,y, bandwidth=62 or bigger) works without NA,i.e., the bandwidth must be at least 62 in order to not have NA in output. That was the first case. In se...
2018 Oct 26
2
Bug report for sealClass() in Core-maintained package "methods"
...uot;, where = where) Because findClass() always returns a list (even if argument 'unique' contains a character string), this assigns a list of length 1 to variable 'where'. This then throws an error in the subsequent line assignClassDef(Class, classDef, where) For this reason, the abovementioned line should instead read: if (missing(where)) where <- findClass(Class, unique = "sealing the class", where = where)[[1]] Thanks very much, Adam Gower agower at bu.edu<mailto:agower at bu.edu> [[alternative HTML version deleted]]
2004 Nov 30
6
How to know if a bug was recognised
...to be a bug. I sent a mail to R-windows at r-project.org concerning the problem (see below). How can I find out, if this is considered as a bug or an error of myself? Which part of FAQs or documentation did I miss to find the answer? thanks in advance Heinz T??chler -------------------- copy of abovementioned mail ---------- to: R-windows at r-project.org subject: problem with special characters (??,??,??) Dear Developers! Using special characters I found a strange behaviour in R 2.0.1 and equally in R : Copyright 2004, The R Foundation for Statistical Computing Version 2.0.1 (2004-11-15), ISBN 3-900...
2010 Aug 31
1
Unable to run dev.new
...> dev.new(height = 6, width = 12) Error in dev.new(height = 6, width = 12) : unused argument(s) (height = 6, width = 12) r-base-core has been installed. The command should be correct. I have run it before. Finally I started another VM, Ubuntu 10.04, also 64 bit, and then R. The command abovementioned works without problem starting the plot window. It looks quite funny to me. Any help? B.R. Stephen
2011 Sep 12
1
can't turn on wide links in homedir
...) clients. Therefore this issue is irrelevant to me. Furthermore, I want to organize some per-user directories (~/public_html for www, ~/storage for large files, and so on) in a separate location, and I can't do this without wide links. The restriction kills off my usage scenario. When the abovementioned 'security' fixes were done, why weren't the developers content with just changing the defaults, and maybe printing a warning on startup? Why did they add this restriction without a way to turn it off? Should I file a bugreport to have these blockers removed?
2004 Aug 06
2
Bug found (and possibly fixed) in Win32 speexdec
...of the sound playback gets chopped off. I have traced it to the line reading: if (fout && strlen(outFile)==0) WIN_Audio_close (); <p>...which should probably read... if (strlen(outFile)==0) WIN_Audio_close (); At least everything works for me, if I make the abovementioned change. Cheers! Anders --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is ne...
2010 Feb 03
1
virt-manager can't start
...ng GUI virt-manager but without asking for login as root $ ls -al /home/satimis/ | grep virt-manager drwxr-xr-x 2 satimis satimis 4096 2010-01-31 10:00 .virt-manager If changing the owner by running $ sudo chown root:root /home/satimis/.virt-manager GUI virt-manage can't start with abovementioned warning pop. Please advise how to fix this problem. I expect with root-password to start GUI virt-manager TIA B.R. Stephen L Send instant messages to your online friends http://uk.messenger.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http:...
2005 Sep 13
1
what does this mean: Warning: Error in custom flags file / Corrupted Indexes
...y or my users' IMAP email client saying that it couldn't access a particular inbox. a few clicks of "OK" or "Cancel" etc and the problem seems to go away. all kinds of errors (similar to above) in the imapd logfile though, seem to correspond with the timing of the abovementioned IMAP mail client errors. one thing: my users DO use procmail, so there is a chance that their IMAP client might have a mailbox open that procmail may be trying to append to. i wonder if this is a locking issue? i guess what i'm asking is - 2 thing: 1) how can i get these pesky imap cli...
2007 Sep 17
4
Xenstored: eliminate double free and fixes for memory leak
Please review. This patch fixes a few problems: a. In handle_input(), which is called from main() in xenstored_core.c, the conn->in is freed when there is no error, but conn is freed when there is error. This is inconsistent. Moreover, the conn is freed again upon exit from handle_input(), inside the main. b. Another problem is that perms_to_strings() returned a allocated memory (via
2004 Oct 10
1
best params for safe archiving, 192kHz no-lax and w64 support
...files. > > (not sure if flac can compress >2Gb raw files) > > See http://www.mega-nerd.com/libsndfile/ for reference. > > never heard of w64 before now. if it's close to WAVE it's > more likely. is there a spec? Unfortunately no, the only source for specs is the abovementioned link, the libsndfile library supports reading and writing of w64 files in various resolutions. AFAIK the only difference should be a 64-bit value for data length, but i'll let you know if i know more. Marek
2005 Feb 13
2
Masquerading with Shorewall
Hi all. I am interested in connecting my Palm T1 to the internet through Shorewall. I can set up a connection (with Bluetooth) to my Linux machine, and with Shorewall turned off, I could set up my machine to allow the Palm to access the internet with these commands : echo ''1'' >/proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE iptables -A
2004 Aug 06
0
Bug found (and possibly fixed) in Win32 speexdec
...e > traced it to the line reading: > > if (fout && strlen(outFile)==0) > WIN_Audio_close (); > > > ...which should probably read... > if (strlen(outFile)==0) > WIN_Audio_close (); > > At least everything works for me, if I make the abovementioned change. > > Cheers! > Anders > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > Ogg project homepage: http://www.xiph.org/ogg/ > To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' > containing only the word 'un...
2018 Oct 27
0
Bug report for sealClass() in Core-maintained package "methods"
...; Because findClass() always returns a list (even if argument 'unique' contains a character string), this assigns a list of length 1 to variable 'where'. > This then throws an error in the subsequent line > assignClassDef(Class, classDef, where) > > For this reason, the abovementioned line should instead read: > if (missing(where)) where <- findClass(Class, unique = "sealing the class", where = where)[[1]] > > Thanks very much, > Adam Gower > agower at bu.edu<mailto:agower at bu.edu> > > > [[alternative HTML version deleted]] >...
2006 Nov 20
1
file permissions and groups [SOLVED]
...> I have a file owned by apache:apache with permissions of 640. > > > > > > > > I have added myself to the apache group using usermod -G > > (and I can > > > > verify that using the groups command) but I still can't read the > > > > abovementioned file. > > > > > > > > Am I not getting something? > > > > > > Hi Michael, > > > > > > have you already tried the 'newgrp' command? > > > cu - Michael > > > > > > > When I use the newgrp command,...
2006 Mar 30
0
Robust measures of goodness of fit?
...available at http://web.mit.edu/afs/athena/software/splus_v7.0/www/statman1.pdf (7.57 MB) It is based on M-estimators as detailed in Chapter 11 of statman1.pdf. I think the s-plus method lmRobMM() returns this "robust R-squared", but I would like to stay within R. Implementing the abovementioned formulas in R was not straightforward because the definition and notation of the loss functions (psi,rho,Tukey's bisquare) differ between statman1.pdf and http://spider.stat.umn.edu/R/library/MASS/html/rlm.html I would be most grateful for any references or tips. [1] I'm picturing my...
2000 May 14
0
OpenSSH 2.1.0+OpenSSL 0.9.5a+RSAref 2.0 trouble
Hello. I have been having trouble configuring the source code for the abovementioned. I have to use RSARef as I'm a resident of the USA, so I can avoid patent violation. The configure script fails to see the OpenSSL+RSAref mix on three different platforms, including the following: FreeBSD 4.0-STABLE (Which has its own port, but I wanted to try it there to see if I could reli...
2006 Dec 26
3
Bug#404533: retitle and patch
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20061225/6b78e0ae/attachment-0002.pgp