search for: alexx

Displaying 9 results from an estimated 9 matches for "alexx".

Did you mean: alex
2011 Mar 04
2
Creating a .png with just an expression() in it
...he results of a regression analysis. In TeX, the line would be something like: $ size = 0.34 + 4.3 var_1 $ Can I create a plot window with just this line in it? I tried playing around with plot.new() or dev.new(), but didn't really find something that worked. Thanks in advance, Alex -- alexx at alexx-fett:~$ vi .emacs
2011 Mar 13
2
Setting the language of Rs error messages
...a ton of results for.. well, the R language :) "R german english" just resulted in a bunch of dictionaries. I mostly run R within emacs; I don't know if that is relevant to my question. Can someone tell me how to configure R to speak english to me? Thanks in advance, Alex -- alexx at alexx-fett:~$ vi .emacs
2010 Dec 03
1
Passing par()-parameters to many plot()s in a function
.../ plot() command? This is how I tried to do it (without success): clu <- function(x,k=3){ cat("pwd: ",getwd(),"\n") pdf(file="img%03d.pdf",onefile=FALSE) op <- par(oma=c(0,0,0,0)) # more lines, 10 plot() commands, etc par(op) return(stuff) } -- alexx at alexx-fett:~$ vi .emacs
2007 Jul 02
3
Both archs version rpm are installed during update?
During last update packets pidgin and libpurple were updated while "yum update"-ing Is it a common and normal thing that both x86_64 and i386 arch rpms are installed during update? This not the first time. -- Cheers, Alexx mailto:alexx187 at gmail.com
2011 Mar 16
5
R² for non-linear model
Dear List, how can I obtain the value of r suqared for a non-linear model? For linear models it can be found in the summary() of the model but for non-linear models I just don't know. Please help! Anna
2010 Nov 13
2
how to store a vector of vectors
Hi, I'm trying to write a function to determine the euclidean distance between x (one point) and y (a set of n points). How should I pass y to the function? Until now, I used a matrix like that: | [,1] [,2] [,3] [1,] 0 2 1 [2,] 1 1 1 | Which would pass the points (0,2,1) and (1,1,1) to that function. However, when I pass x as a normal (column) vector,
2002 Jul 11
1
Samba 2.2.5-1, Error Creating Directories
...ight mousebutton context-menu). First i thought, that the blank in the name would cause the troubles, then I tried to paste a directory into this one with a foldername without spaces, but the result was the same. I do not know, where else to check, maybe someone can give me a hint? Best regards, alexx [0] <http://www.tuxx-home.at/smb.conf.html> (syntax highlighted) <http://www.tuxx-home.at/smb.conf> (original version) [1] <http://www.tuxx-home.at/smb.log> PS.: I already posted quite the same message to the newsgroup "linux.samba", but noone there could help...
2010 Nov 14
6
sum in vector
hy guys i have one question :) i have two vectors markets and price market <- c(1, 5, 7, 9, 9, 6, 5, 4, 4, 3, 1, 2, 1) price <- c(100, 20, 30, 10, 50, 23, 23, 33, 96, 6, 4, 38, 96) i would like sum prices: market 1: (100+4+96), market 2: (38),..., market 9: (10+50) ao i would like get this result: (200, 38, ..., 60) and i don't wanna use while, for loops... is there any other function
2007 May 28
0
xen guests and vpn networking
Hello, I was searching the web but did not find anything useful. I want my xen guests to be able to connect to vpn network. The setup is as follows: xen0 -> LAN router & DHCP server -> Internet + -> VPN Client -> Corporate network xenU -> xen0 bridge -> Internet xenU IP/DNS settings come from the local DHCP server. I would like to have: xenU -> xen0 bridge