search for: vard

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

Did you mean: card
2007 Nov 07
2
creating a dynamic output vector
Let's say I have a program that returns variables whose names may be any string within the vector NAMES=c("varA","varB","varC","varD","varE","varF"..."varZ"), but I do not ever know which ones have actually been created. So in one example output, "varA", "varC", and "varD" could exist, but in another example output "varA", "varD", "varE&...
2006 Jan 26
1
Using special characters
..... I don't know if it is because I'm using a linux platform... The script is the following: library(grDevices) jpeg(file="Fronteira/FronteiraNova.jpeg", bg="white", quality=100,width = 600, height = 480) grafico.fe<-function(varFA,retFA,varC,retC,covRF,retRF,varD,retD) { minx<-min(100*sqrt(varFA),100*varC,100*sqrt(covRF[1,1]),100*sqrt(covRF[2,2]),100*sqrt(covRF[3,3]),100*sqrt(covRF[4,4]),100*varD) maxx<-max(100*sqrt(varFA),100*varC,100*sqrt(covRF[1,1]),100*sqrt(covRF[2,2]),100*sqrt(covRF[3,3]),100*sqrt(covRF[4,4]),100*varD) miny<-min(100*r...
2012 Jan 01
1
How to pass in a list of variables as an argument to a function?
...################################# # libraries used library(reshape) # create some data similar to use case myData = data.frame(expand.grid(varA=c("a", "b", "c"), varB=c("d", "e", "f"), varC=c("g", "h", "i"), varD=c("old", "new")), n=1000, fail=rbinom(2700,1000, 0.01)) # add in one more column myData$pass = myData$n-myData$fail # List of grouping vars. ?I would like to pass this object around and use it as arguments in functions myGroupVars = c("varA", "varB", "...
2012 Jul 18
1
fitting several lme sistematically
Dear R-list, I have a data set (in the following example called "a") which have: one "subject indicator" variable (called "id") three dependent variables (varD, varE, var F) three independent variables (varA, varB, varC) I want to fit 9 lme models, one per posible combination (DA, DB, DC, EA, EB, EC, FA, FB, FC). In stead of writting the 9 lme models, I want to do it sistematically (the example is a simplification of what I really have). Here you have t...
2009 Aug 24
2
Number of CPU's
Any way to get access to the number of CPU's, optionally their type, from within R? In linux I can just read /proc/cpuinfo but for win/mac ? Thanks! H?vard -- H?vard Rue Department of Mathematical Sciences Norwegian University of Science and Technology N-7491 Trondheim, Norway Voice: +47-7359-3533 URL : http://www.math.ntnu.no/~hrue Fax : +47-7359-3524 Email: havard.rue at math.ntnu.no This message was created in a Microsoft-free c...
2005 Apr 15
2
PHP5?
Any ideas if or when PHP5 will be released? Do you think RH will release it to CentOS-4, or do we have to wait for the next major release? Noticed that PHP-5.0.4 is in the fedora-4 beta release.. Regards, H?vard
2005 Jan 27
1
Raid driver for Highpoint RocketRAID 454
Anyone who know if there exist drivers for Highpoints RocketRAID 454 for CentOS? I didn't find any on their site for RedHat Enterprise, which I tought would work with centos, so.. anyone? http://www.highpoint-tech.com/USA/bios_rr454.htm /H?vard
2012 Nov 20
1
Where to get the NUT client for VMware ESXi 5
Hi! Is there a way to download the NUT client for ESXI 5.0 (offsite, Ren? Garcia)? NUT client for ESXI 5.0 (offsite, Ren? Garcia) blog entry (French) VIB package The web site is not working. Best regards, H?vard Rabbe -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20121121/530710ee/attachment.html>
2005 Apr 07
2
newline in lattice axis label
...C = rnorm(50), D = rnorm(50)) myplot <- xyplot(B + C + D ~ A, data = fakedf, outer = TRUE, allow.multiple = TRUE, layout = c(1,3), ylab = list(expression(paste( "VarB (cm" ^2, "), VarC (cm),\n or VarD (cm)"))), xlab = list("VarA (d)")) postscript("testfig.eps") print(myplot) dev.off() } As you can see, this is not producing the desired result, which is probably associated with 3 warnings: Warning messages: 1: font metrics unknown for character...
2011 Mar 11
2
'autocompletion' of named elements of a list
...e") [1] "a is there" since NULL elements are removed from the list, and that A$a auto-expand to A$aa, my error appeared. To me, this seems not a feature I want in order to have a robust program. Is there any option to turn this ''feature'' off? Best, H -- H?vard Rue Department of Mathematical Sciences Norwegian University of Science and Technology N-7491 Trondheim, Norway Voice: +47-7359-3533 URL : http://www.math.ntnu.no/~hrue Fax : +47-7359-3524 Email: havard.rue at math.ntnu.no This message was created in a Microsoft-free computing envi...
2005 Jan 26
1
Secure server install
...ht place to ask, but I'll try. When I do a minimum install of Centos, which default users should I delete (users that won't be needed on a server) It will be used for webhosting, mail, sql.. And, what partitions would you advice me to create? /root, /tmp, swap, /... should I have more? /H?vard
2012 Nov 11
1
Error when compiling tinc 1.1pre3 - configure: error: "curses header files not found."
...---------- next part -------------- A non-text attachment was scrubbed... Name: tinc_error.rtf Type: text/rtf Size: 6408 bytes Desc: not available URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20121111/a6f834bf/attachment.bin> -------------- next part -------------- Regards, H?vard Rabbe
2013 Feb 13
1
Problems with tunnel: Got late or replayed packet, packet is 150 seqs in the future, expiring symmetric keys
...rt -------------- A non-text attachment was scrubbed... Name: dalenvpn.log Type: application/octet-stream Size: 5066 bytes Desc: not available URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20130213/540be753/attachment-0005.obj> -------------- next part -------------- Regards, H?vard Rabbe
2010 Feb 04
1
Bug in as.character? (PR#14206)
A long formula which is converted using as.character, looses its last part: ``diagonal = 1e-12)'' Shorter formula is ok though. Best, H??vard ************ Browse[2]> formula.str y ~ -1 + b1 + b2 + b3 + b4 + b5 + b6 + b7 + b8 + b9 + b10 + b11 + b12 + b13 + b14 + b15 + b16 + b17 + b18 + b19 + b20 + b21 + b22 + b23 + b24 + b25 + b26 + b27 + b28 + b29 + b30 + b31 + b32 + b33 + b34 + b35 + b36 + b37 + b38 + b39 + b40 + b41...
2006 Apr 08
2
Powerware 9120 serial connection via USB/serial dongle
...ser to the dialout group. In the compatibility list, the proper driver for the Powerware is supposedly upscode2, but it doesn't seem to work: $ sudo upsdrvctl start Network UPS Tools - UPS driver controller 2.0.3 Network UPS Tools - UPScode II UPS driver 0.84 (2.0.3) Copyright (C) 2001-2002 H??vard Lygre, <hklygre@online.no> Copyright (C) 2004 Niels Baggesen <niels@baggesen.net> Warning: This is an experimental driver. Some features may not function correctly. Bad response to UPTP "": Bad response to UPTP "": Bad response to UPSN 0: Missing UPCL after UPCL Co...
2013 Feb 10
1
tinc 1.1pre. How to automatically start vpn tunnels? How to change the installation/config path to the same as tinc 1.0.x version from ubuntu repository?
....1pre5? Or is it maybe only config path I need to change? It now looks for config in /usr/local/etc/tinc I found out that it is probably something withe the "./configure --prefix=path" but I don't now what to type in to get the same location as in the tinc 1.0.x version. Regards, H?vard Rabbe
2010 Jun 03
2
rgl problem on Fedora 13
Just installed Fedora 13, and reinstalled the lastest rgl package 0.91. The problem is that open3d() opens a window, but then halt. Nothing happens and I have to kill R. In the previous version of Fedora 12, everything worked fine. Any tests etc I should/could do? Best, H -- H?vard Rue Department of Mathematical Sciences Norwegian University of Science and Technology N-7491 Trondheim, Norway Voice: +47-7359-3533 URL : http://www.math.ntnu.no/~hrue Fax : +47-7359-3524 Email: havard.rue at math.ntnu.no This message was created in a Microsoft-free computing envi...
2007 Feb 13
1
Upscode II driver
...h an old powerware ups. The driver seems slow to start and to spite the message of giving up it does work. Any thoughts on why it is having trouble synchronizing? ---------8<--------- Starting upscode2: Network UPS Tools - UPScode II UPS driver 0.84 (2.0.3) Copyright (C) 2001-2002 H&#9618;vard Lygre, Copyright (C) 2004 Niels Baggesen Warning: This is an experimental driver. Some features may not function correctly. [ OK ] Starting upsd: Network UPS Tools upsd 2.0.3 Connected to UPS [ups]: upscode2-ttyS0 Synchronizing..........
2016 Mar 18
1
wiki update : https://wiki.centos.org/FAQ/CentOS7 : FAQ 7: ifconfig/netstat
wiki name: HavardSorli Page for update : https://wiki.centos.org/FAQ/CentOS7 some notes / comments to: FAQ "7. What have you done with ifconfig/netstat?" "no longer install the net-utils package" I am not 100% sure, but I think "net-utils" is the wrong package name. I have checked C...
2016 Sep 22
0
Code complexity survey
...ab=album&album_id=1639816749664288 The results will be shared in a public webpage and everyone possible will be invited to learn and discuss them. Your knowledge and experience is vital for achieving substantial and generalizable results, and your effort is much appreciated! Sincerely Vard Antinyan PhD candidate in University of Gothenburg, Sweden Tel: 0046317725707 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/flac-dev/attachments/20160922/a9224fb8/attachment.html>