search for: avar

Displaying 14 results from an estimated 14 matches for "avar".

Did you mean: abar
2011 Mar 05
2
Repeating the same calculation across multiple pairs of variables
...eally have a problem, but it becomes a chore when the number of variables increases. Is there a way I can do this kind of processing using a loop? I tried defining a vector to hold the names for the "c variables" (e.g. c1,c2, ... cn) and creating new variables in a loop using code like: avars<-c("a1","a2","a3") bvars<-c("b1","b2","b3") cvars<-c("c1","c2","c3") for(i in 1:3){ df$cvars[i]<-df$avars[i]/df$bvars[i] } But the variable references don't resolve properly with this part...
2004 Mar 10
3
Center labels on a boxplot
...to make them center. There must be a better way. Much thanks, Andy ####################### myDF1 <- data.frame(spp1 = c(0,0,0,0,1,0,1,1,0,0,0,1), spp2 = c(1,0,1,1,0,0,0,0,1,0,0,0), spp3 = c(0,1,0,0,0,1,0,0,0,1,1,0), aVar = runif(12, 1, 10) + 1:12) myDF2 <- data.frame(spp1 = c(1,1,0,0,0,0,0,0,1,0,0,1), spp2 = c(0,0,1,1,0,0,0,1,0,0,1,0), spp3 = c(0,0,0,0,1,1,1,0,0,1,0,0), aVar = runif(12, 1, 10) + 1:12) boxplot(aVar ~ spp1 + spp2 +...
2003 Aug 18
0
strange smbstatus output after update from 2.2.5 to 2.2.8a
...6414143 EXCLUSIVE+BATCH Hm'@/06-Schlosser/~WRL0150.tmp Tue Nov 10 00:41:53 2015 1836017711 0x56414143 EXCLUSIVE+BATCH Hm'@/06-Schlosser/~WRL0150.tmp Tue Nov 10 00:41:53 2015 1836017711 0x2f6c7261 EXCLUSIVE+BATCH 9 Sun Aug 29 22:32:47 2027 28643 DENY_NONE 0x3f407996 RDONLY LEVEL_II Hm'@AVAR.MDB Thu Jan 8 14:57:13 1970 758263666 DENY_WRITE 0x6c6c6575 LEVEL_II Hm'@AVAR.MDB Fri May 28 02:19:59 2032 1836017711 0x7265676e BATCH 9 Mon Dec 1 02:00:31 2031 1836017711 0x6f64412f RDWR EXCLUSIVE Hm'@Hm'@Hm'@uell/baum -10.bmp Fri Nov 17 14:06:42 2023 1836017711 DENY_FCB 0x2f746...
2010 Jun 30
1
evaluate a string variable
Hello, I was wondering how to evaluate a string variable in R. eg. > avar <- "getwd()" > eval(avar) gives: [1] "getwd()" but I would like to see: [1] "/home/myhomedir" Thanks, Jeremiah
2009 Dec 21
3
Shutdown vmware ESX
Hi, is there some easy way how to shut down vmware ESXi host? We have same apc smart 1500 and I passed usb port into one virtual linux, so it can monitor ups state via NUT. So how can i make esx server avare of low battery? Maybe using vsphere-cli utils? With regards Libor -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. URL: <http://lists.alioth.debian.o...
2004 Sep 03
5
Lower cost router suitable for VOIP ?
...ot coming through fast enough (Digium demo dies after few seconds...). It's the same if I make direct calls (passing Asterisk) so we conclude it's network problem - it also work normally outside our router... I wonder what solutions can we use to give voice packets higher priority. I'm avare of VOIP routers, but they are pricey. Can some of common routers help, or maybe implementing router on another simple Linux box? Any advice, pointers to more info ? How to trace network and debug Asterisk in convenient way ? Thanks in advance, Robert Rozman
2011 Dec 05
1
Problem in while loop
Hi all, I have the following code, When I run the code, it never terminate this is because of the while loop i am using. In general, if you need a loop for which you don't know in advance how many iterations there will be, you can use the `while' statement so here too i don't know the number how many iterations are there. So Can some one suggest me whats going on? I am using the
2010 Aug 18
1
[LLVMdev] clang: call extern function using JIT
...my music application from c code which will be used by the JIT. Here my function, i have made no other changes to the clang interpreter example. Can you see anything else I have to add to either the fuction below or to the c code to be JIT at the bottom? // function I wish to call. int yipee(int aVar) { aVar = 5; } int Execute(llvm::Module *Mod, char * const *envp) { llvm::InitializeNativeTarget(); std::string Error; llvm::OwningPtr<llvm::ExecutionEngine> EE( llvm::ExecutionEngine::createJIT(Mod, &Error)); if (!EE) { llvm::errs() << "unable to make execution e...
2010 Aug 17
0
[LLVMdev] clang: call extern function using JIT
On Aug 17, 2010, at 1:56 PM, gafferuk wrote: > > hi, im creating a music application(image below). > > At the moment im using tcc compiler but im moving across to clang because of > the improved compiler warnings. > Can anyone please explain and show code so I can use clang's JIT to call > functions in my application? You'll probably want to take a look at the
2010 Aug 17
4
[LLVMdev] clang: call extern function using JIT
hi, im creating a music application(image below). At the moment im using tcc compiler but im moving across to clang because of the improved compiler warnings. Can anyone please explain and show code so I can use clang's JIT to call functions in my application? Thanks. http://old.nabble.com/file/p29449300/51709341.jpeg -- View this message in context:
2004 Nov 24
2
Files being corrupted on export, md5sums don't match.
(smb.conf attached) When i mount the exported shares on my computer on either it or another machine they get damaged during transfer, for example i made a file in my shared folder with the contents "this is a test", mounted that folder at /mnt/losmb/, resaults below: $ cat /home/share/test this is a test $ cat /mnt/losmb/test J?SMB.?$ $ md5sum /home/share/test && du -s
2013 Apr 14
1
Problem plotting continuous and discrete series in ggplot with facet
I have data that plots over time with four different variables. I would like to combine them in one plot using facet_grid, where each variable gets its own sub-plot. The following code resembles my data require(ggplot2) require(reshape2) subm <- melt(economics, id='date', c('psavert','uempmed','unemploy')) mcsm <- melt(data.frame(date=economics$date,
2006 Apr 22
1
Missing values detected when there are no missing values
I am hoping for some advice on the following matters. I have a csv data file with 153 variables x 92 rows. To determine what the variables looked like I ran the summary command. One variable had a large number of missing values 54/92. For some reason, all subsequent 74 variables are reported as having 92 NA values, irrespective of whether the original csv variable was complete or not.
2012 Oct 12
1
Error in rowMeans function
Hello, I am trying to create parcels for a CFA model. I am trying to average 6 sets of 3 variables each into parcels. I don't understand why I am getting an error message as follows: Thanks for your help, Catherine atds1par <- rowMeans(semHW1dat1[, c("atds1", "atds2", "atds3")], na.rm=TRUE) atds2par <- rowMeans(semHW1dat1[, c("atds4",