Displaying 8 results from an estimated 8 matches for "meand".
Did you mean:
means
2008 Aug 12
2
Parsing array data
Hi,
I read in csv files with the following code:
res <- vector(mode="list",length=3)
for(i in 1: length(res))
res[[i]]<-read.csv(file=paste("/Users/markaltaweel/Desktop/Output/HydroDataOutput",i,".csv",sep=""),header=T,sep=",")
This allows me to load the data into an array of length 3, with the res array containing my data from the csv
2010 Apr 05
3
bootstrap confidence intervals, non iid
hello,
i need to calculate ci's for each of 4 groups within a dataset, to be able
to infere about differences in the variable "similarity". the problem is
that data within groups is dependent, as assigned by the blocking-factor
"site". my guess was to use a block bootstrap but samples within in these
blocks / sites are not of same length. i was not able to find a method to
2008 Mar 12
2
Kernel 2.6.23 or 2.6.24 for DomU
Is this possible?
How can i compile it to run as Debian Etch DomU kernel?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2013 Sep 06
1
11.4.0: iax packets lost by amazon ec2
I have 11.4.0 on an Amazon EC2 instance. SIP works fine, but I can't get
iax to work.
I've opened 4569 in the EC2 Security Group.
I'm using the zoiper client. Using tcpdump I can see the zoiper packets
coming in on 4569, but nothing shows on the asterisk cli.
Frame 33: 79 bytes on wire (632 bits), 79 bytes captured (632 bits) on
interface 0
0000 12 31 3b 12 40 84 fe ff ff ff
2012 Mar 04
2
additional "X" characters in headers
An embedded and charset-unspecified text was scrubbed...
Name: nie znany
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120304/77fc46a4/attachment.pl>
2008 Feb 23
5
Corel Draw 11 on Ubuntu 7.10 with Wine 0.9.4.6
Hi @ All,
I have installed Corel Draw on Ubuntu 7.10 with Wine 0.9.4.6. I used this installation guide http://appdb.winehq.org/appview.php?iVersionId=1840&iTestingId=6822
That meand I copied the to dll-files to home/.wine/win32
The Installation was successfull. No Errors.
Than configured Wine and used the DLL Overridingtool to make "wintab32" & "msvcirt and native like in the guide mentioned.
Now I have the following Problems:
- there was only one Icon cr...
2013 May 15
14
[Bug 2105] New: ssh-copy-id leads to rm -f * (local vs. dash)
...aneous
Assignee: unassigned-bugs at mindrot.org
Reporter: cjwatson at debian.org
Cyril Brulebois filed this bug in Debian:
"""
ssh-copy-id uses "local" while pretending to be POSIX compliant
(/bin/sh
as a shebang). Unfortunately, lack of error handling meands that this
isn't caught:
local L_TMP_ID_FILE=$(mktemp ~/.ssh/ssh-copy-id_id.XXXXXXXXXX)
trap "rm -f $L_TMP_ID_FILE*" EXIT TERM INT QUIT
mktemp succeeds but dash doesn't like local:
| $ dash
| $ local foo=bar
| dash: 1: local: not in a function
| $ echo $foo
|
| $
Which leads...
2006 Jun 20
6
checkbox_tag outside a form?
Is it possible to use checkbox_tag outside a form? I''ve put it in a view and it renders but I get nothing back in the params hash. Is there a way to get the value? Like maybe with some JS onsubmit to populate the params hash myself?
Thanks,
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: