similar to: Geting names of variables

Displaying 20 results from an estimated 1000 matches similar to: "Geting names of variables"

2007 Feb 21
1
Trying to get an apply to work with a list in applying names to tables
I am trying to use apply and a list to supply names to a set of tables I want to generate. Below is an example that I hope mimics the larger original problem. EXAMPLE aa <- c( 2,2,1,1,2) bb <- c(5,6,6,7,4) aan <- c("yes", "no") bbn <- c("a", "b", "c", "d") mynames <- c("abby", "billy") mylist <-
2007 Sep 28
1
plot x-axis at 0
Hi, I am trying to create a plot of a simple P&L graph for an option I'm pricing using Rmetrics. I'm not trying to do anything fancy. I just want to figure out if it's possible to put the x-axis at 0 rather than at the bottom the the entire plot. It seems like something that would be relatively easy to do. Any help or hints would be greatly appreciated. Thanks.
2011 Jan 15
3
get list element names within lapply / sapply call
Hi all, I would like to iterate through a list with named elements and access the names within an lapply / sapply call. One way to do this is iterate through the names and index the list with the name. Is there a way to iterate through the list elements themselves and access the element names within in the function? For example, mylist <-
2012 Apr 07
2
newbie question: strategy
newbie to R, less than a week, and I ordered some books about R, but I learn better by examples.. and thus far I cant find a good example of what I am trying to do... which follows: assuming one is using any instrument intra-day data... I want to.. open a file (lets name it signal) that will contain two fields... date/time(MM/DD/YYYY HH:MM) and signal (1=buy,-1=sell) open a file with real time
2005 Jul 27
2
oh323 geting voice problem g729 xeon 2.8 , fedora 1 , asterisk 1.0.6
Abwesenheitsnotiz: [Asterisk-Users] oh323 geting voice problem g729 xeon 2.8 , fedora 1 , asterisk 1.0.6Hi All I am using oh323 with 6.6 virsion , and runing under xeon 2.8 dual with 2 gb ram, with g729 for i686 , (fedora 1). my problem is sip - oh323 - h323 (quintum) - pstn , sip party can listen otherparty realtime voice , but other party geting sip party's voice 1 sec later (not
2005 Apr 21
2
[LLVMdev] Geting the size of a structure?
How does LLVM-GCC emit the correct size for structures? Is structure packing part of the "platform specific" magic that GCC knows, or is there some "portable" way to put a structure size into LLVM byte code? Actually, I don't care if it is portable, as long as LLVM has some way to compute it for me, and I don't have to know about the underlying platform. Thanks,
2005 Apr 21
0
[LLVMdev] Geting the size of a structure?
On Thu, 2005-04-21 at 17:56 -0400, Evan Jones wrote: > How does LLVM-GCC emit the correct size for structures? Is structure > packing part of the "platform specific" magic that GCC knows, or is > there some "portable" way to put a structure size into LLVM byte code? > > Actually, I don't care if it is portable, as long as LLVM has some way > to compute
2015 Feb 09
2
Geting mail quota exceeded with plenty of space
I have a user that is getting mail quota exceeded: Feb 9 15:00:21 z9m9z dovecot: lda(dm at htt-consult.com): Error: sieve: msgid=<38308773.1704736628308773ywdm at htt-consult.com853430>: failed to store into mailbox 'INBOX': Quota exceeded (mailbox for user is full) Yet the quota is set for 1000Mb and the current reported use is 277Mb. There are only 28 messages in the in box
2015 Feb 09
0
Geting mail quota exceeded with plenty of space
Further checkings shows another user also getting "Quota exceeded". This user has only 127Mb toward his quota. Only these two users have this problem. So far. Both are infrequent mail checkers. On 02/09/2015 03:14 PM, Robert Moskowitz wrote: > I have a user that is getting mail quota exceeded: > > > Feb 9 15:00:21 z9m9z dovecot: lda(dm at htt-consult.com): Error:
2015 Feb 09
0
Geting mail quota exceeded with plenty of space
On 02/09/2015 03:37 PM, Bertrand Caplet wrote: >> Further checkings shows another user also getting "Quota exceeded". This >> user has only 127Mb toward his quota. Only these two users have this >> problem. So far. Both are infrequent mail checkers. > It might be the quota for number of messages : Could be. dm has over 9k of trashed messages. but.. > Check
2015 Feb 09
0
Geting mail quota exceeded with plenty of space
On 02/09/2015 03:37 PM, Bertrand Caplet wrote: >> Further checkings shows another user also getting "Quota exceeded". This >> user has only 127Mb toward his quota. Only these two users have this >> problem. So far. Both are infrequent mail checkers. > It might be the quota for number of messages : that was it. Emptied trash and mail flowing. How is the message
2015 Feb 09
0
Geting mail quota exceeded with plenty of space
On 02/09/2015 04:04 PM, Bertrand Caplet wrote: >> that was it. Emptied trash and mail flowing. How is the message # >> quota managed? I never encountered it before. >> >> But don't have time today to dig into it. conference call coming up. > You might have messages quota configured somewhere. > And for : >> doveadm(root): Fatal: Unknown command
2017 Apr 03
0
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
On Monday 03 April 2017 16:39:30 Stuart D. Gathman wrote: > On Mon, 3 Apr 2017, Gene Heskett wrote: > >>> Nut, IIRC, can do a periodic battery test by putting it offline, > >>> using the battery, for a predetermined length of time, weekly, > >>> monthly etc, > >> > >> We definitely don't want that in this instance either! > > >
2015 Feb 09
2
Geting mail quota exceeded with plenty of space
> that was it. Emptied trash and mail flowing. How is the message # > quota managed? I never encountered it before. > > But don't have time today to dig into it. conference call coming up. You might have messages quota configured somewhere. And for : > doveadm(root): Fatal: Unknown command 'quota', but plugin quota >exists. Try to set mail_plugins=quota See
2015 Feb 09
4
Geting mail quota exceeded with plenty of space
> Further checkings shows another user also getting "Quota exceeded". This > user has only 127Mb toward his quota. Only these two users have this > problem. So far. Both are infrequent mail checkers. It might be the quota for number of messages : Check with "doveadm quota get -u user at domain.example" If there is a limit for number of messages. Regards, --
2003 Aug 13
4
big data file geting truncated
I am very new to R. I was trying to load some publicly available Expression data in to R. I used the following commands mydata<-read.table("dataALLAMLtrain.txt", header=TRUE, sep ="\t",row.names=NULL) It reads data without any error Now if I use edit(mydata) It shows only 3916 entries, whereas the actual file contains 7129 entries) My data is something like Gene Description
2015 Feb 09
2
Geting mail quota exceeded with plenty of space
> doveadm(root): Fatal: Unknown command 'quota', but plugin quota exists. > Try to set mail_plugins=quota Show me your doveconf -n without your passwords. -- CHUNKZ.NET - script kiddie and computer technician Bertrand Caplet, Flers (FR) Feel free to send encrypted/signed messages Key ID: FF395BD9 GPG FP: DE10 73FD 17EB 5544 A491 B385 1EDA 35DC FF39 5BD9 -------------- next part
2008 May 13
0
Problem geting web interface to work
Hi, i have installed CruiseControlRB 1.3.0. With no project added the web interface at localhost:3333 looks find. I have successfully added one of my projects (batch file which builds some c++ code) which is also building fine. But the web interface is no more working - i get the following message "Errno::EINVAL in Projects#index". I have attached a log (run with --trace) which
2015 May 04
2
Define replacement functions
Hello I tried to define replacement functions for the class "mylist". When I test them in an active R session, they work -- however, when I put them into a package, they don't. Why and how to fix? make_my_list <- function( x, y ) { return(structure(list(x, y, class="mylist"))) } mylist <- make_my_list(1:4, letters[3:7]) mylist mylist[['x']] <- 4:6
2017 Jun 15
4
is.null(mylist[1]) and is.null(mylist$a) returns different values
Hi I have a list : mylist <- list( a = NULL, b = 1, c = 2 ) > mylist[1] $a NULL > is.null(mylist[1]) [1] FALSE > is.null(mylist$a) [1] TRUE why? I need to use mylist[1]