Displaying 20 results from an estimated 81 matches for "emrs".
Did you mean:
ears
2007 Oct 30
3
data format
Hi,
How can I analyze the data collected in database formatting (with labels)
rather than splitted by individual columns (almost in excel)?
For example (comma separated data);
Label,Value
Good,10
Bad,12
Good,15
Good,18
Good,12
Bad,15
Bad,10
etc...
ks.test or chisq.test can be done.
Splitting the data into new columns is not applicable cos' I'll use
R-integration in another software.
2004 Aug 25
1
PDF printing with printing = CUPS
Hi everyone.
I've been looking into the subject of "printing" to PDF with Samba in the
last couple of days.
Sorry to say that I wasted some time trying to figure out why the [print-pdf
generator] in smb.conf didn't work.
As always reading every comment carefully will pay off in terms of time
wasted!
After I realized that with printing = cups in smb.conf samba ignores any
2009 Oct 24
11
Howto hide scsi or other hardware from the virtual system
Hi,
I have created a virtual system via xen and would like to strip some
unrequired virtual hardware from it.
Example: my virtual Windows system shows me a scsi PCI device (as
unknown device). I would like to get rid of it - I am only using IDE in
the virtual system.
How can I hide specific hardware from the virtual system?
Cheers,
Emre
P.S.: as far as I understand specifying
2007 Dec 06
2
Anyone able to compile Nvidia on Ubuntu 7.10 or Fedora 8
Hi,
Is there anyone following this list who could compile any version of nvidia
driver on Ubuntu 7.10 or Fedora 8 running XEN? (kernels 2.6.22-14 for Ubuntu
or 2.6.21 for Fedora 8 )
Thanks,
Emre Erenoglu
erenoglu@gmail.com
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Feb 07
3
[Possible spam] New project - any volunteers?
...y for them)
4) it gets the politicians off their backs ("98% of US physicians now accept patient''s medical records in electronic form" instead of "Physicians are slow to adopt IT...")
The benefits to the RoR community include:
1) increased visibility of RoR in general (EMRs are a hot topic and I have plans that will ensure the site gets national attention)
2) introduction of RoR to the medical community, many of whom are aspiring and/or practicing software developers
3) additional validation of the RoR platform as viable for ''real'' systems.
My plan...
2007 Oct 03
3
P-value
Hi,
why don't you try try
ks.test(VeriSeti1, VeriSeti2)$p.value
All the best
Jenny
>How can i print only the P-Value of the kolmogorov smirnov test?
>
>
>> ks.test(VeriSeti1, VeriSeti2)
>
> Two-sample Kolmogorov-Smirnov test
>
>data: VeriSeti1 and VeriSeti2
>D = 0.5, p-value = 0.4413
>alternative hypothesis: two-sided
>
>
>This expression
2007 Aug 17
6
Gutsy Xen 3.1 2.6.22-9-xen network-bridge problem
Hi,
I have a strange problem with my networking setup. I read all forums around
the world where people had similar problems, but couldn''t find a solution.
I have an Attansic L1 gigeth chip on my mainboard. This chip works OK in
stock Ubuntu Gutsy (development) 2.6.22-9-generic kernel.
When I boot into Xen, and after the bridge is created, the network stops
working. Some info:
- If I
2008 Apr 25
3
How to overlap two density plots?
Hi,
How can I overlap two density plots?
A <- c(8,10,10,11,11,11,12,12,12,12,11,11,11,10,10,7)
B <- c(11,13,13,14,14,14,15,15,15,15,14,14,14,13,13,10)
plot(density(A))
plot(density(B))
Regards,
Emre
P.S. There's a overlap.density function in package DAAG
Is there another way to do this?
--
---
Emre ÜNAL
http://www.geocities.com/dusemre
[[alternative HTML version
2008 May 12
4
PV Drivers: XenSource ones VS GPL''ed
Hi all,
I''m testing a windows 2003r2 installation on Centos 5 so i''im wondering about
the reliability of Windows PV drivers on a domU running on the GPL "flavor"
of XEN.
- which are the most stable PV drivers GPL''ed ones or XenSource ones?
- is safe running the XenSource ones on a GPL XEN machine or vice-versa?
thanks,
--
Ruggero Tonelli
2007 Sep 11
2
Why does domU Windows have to be re-registered after Xen 3.1.0 dom0 upgrade
Hi all,
Just wondering if anybody knows the answer to this mystery?
I upgraded my Dom0 from Xen 3.0.4 + kernel 2.6.16.33-xen to Xen 3.1.0 +
kernel 2.6.18-xen.
After the upgrade, my domU (WInXP home edition) popped up a message saying
that it needed to be re-registered with Microsoft, owing to significant
changes in the hardware environment on which it is running. Something about
windows
2007 Mar 19
1
abode acrobat professional 7.0 installation problem
Hi all,
When I try to install acrobat pro 7.0, I get the following error and
execution stops:
"fixme:msi:MsiInstallProductW L"Z:\\home\\emre\\tmp\\Acrobat
Professional 7.0\\Adobe Acrobat 7.0 Professional\\AcroPro.msi" L"
SETUPEXEDIR=\"Z:\\home\\emre\\tmp\\Acrobat Professional 7.0\\Adobe
Acrobat 7.0 Professional\""
err:msi:ITERATE_Actions Execution halted,
2008 Sep 03
4
how to create /dev/xvda
Hi All,
The following is my domU''s cfg file.
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kernel = ''/usr/local/src/xen/vmlinuz''
ramdisk = ''/usr/local/src/xen/initrd.img''
memory = ''256''
name = ''centos5.2''
vif0 = [ ''bridge=xenbr1'' ]
disk = [ ''phy:/dev/server/cbox,xvda,w'' ]
on_reboot =
2017 Nov 07
3
FW: Time Series
Hi,
I would like to ask a question about time series.
I am trying to convert my data into time series data.
I have hourly data from ?2015-12-18 00:00? to ?2017-10-24 23:00?
I am trying the following codes but they are not working.
Could you help me out?
tseri <- ts(data ,seq(from=as.POSIXct("2015-12-18 00:00:00"), to=as.POSIXct("2017-10-24 23:00:00"), by="hour"))
2017 Nov 07
0
Fwd: FW: Time Series
[Please send replies to r-help, not individual responders]
Emre,
In R, when you call a function defined via something like
f <- function( foo, bar )
then you can call it as, for, example
a <- f(x,y)
or
a <- f(foo=x, bar=y)
or even
a <- f( bar=y, foo=x) # notice I switched the order!
The first approach requires you to pass the arguments in the same order as
the function is
2008 Apr 14
1
no xenfb in Fedora 8 Xen kernel?
Hi,
I''m trying to start Xorg on a PV Fedora8 guest running 2.6.21.7 fedora stock
xen kernel, however, it seems that there''s no xenfb.ko driver included in
the .rpm package.
The only included drivers I see in /lib/modules are:
emre@xenroot:/lib/modules/2.6.21.7-3.fc8xen/kernel/drivers/xen$ ls
blkback blkfront blktap netback netfront pciback
however, if I look at the
2008 May 14
4
GPL PV drivers for Windows - WDM version
I''m been busily converting the xenpci and xenvbd drivers from WDF to WDM
to resolve a few issues including potential licensing problems with the
Microsoft WDF and to (hopefully) allow them to function as boot drivers
when doing install and system recovery.
It was a fairly major rewrite of xenpci, and xenvbd, which are now
working (booting and running without crashes so far). I
2008 May 14
4
GPL PV drivers for Windows - WDM version
I''m been busily converting the xenpci and xenvbd drivers from WDF to WDM
to resolve a few issues including potential licensing problems with the
Microsoft WDF and to (hopefully) allow them to function as boot drivers
when doing install and system recovery.
It was a fairly major rewrite of xenpci, and xenvbd, which are now
working (booting and running without crashes so far). I
2007 Sep 06
2
How to do ANOVA with fractional values and overcome the error: Error in `storage.mode<-`(`*tmp*`, value = "double") : invalid to change the storage mode of a factor
I have exported a CSV file from my EXCEL worksheet and its last column contained decimal values:
Subject;Group;Side;Difference;PercentError
M3;1;1;;
M5;1;1;375;18,75
M8;1;1;250;14,58
M10;1;1;500;12,50
M12;1;1;375;25,00
.
.
.
When I tried to do ANOVA test on it, R complained by givin error:
> Anova3LongAuditoryFemaleError.data <- read.csv("C:\\Documents\ and\
2008 Jun 04
8
Shared File System
I have a few cases where I need to share a filesystem (Read/Write) with
multiple DomUs. Currently I use NFS to accomplish this task. However, NFS
on Fedora 7 locks up under heavy traffic from time to time, forcing a
reboot. Wouldn''t want that on the Dom0.
Any one recommend a good way of sharing a file system in read/write with
multiple DomUs?
--
View this message in context:
2017 Nov 07
0
FW: Time Series
Hello!
What is the error message, please?
At first glance, you are using the "ts" function. That doesn't work for
hourly frequency.
You may want to create a zoo object.
This is Round One.
Sincerely,
Erin
On Tue, Nov 7, 2017 at 1:46 AM, Emre Karag?lle <karagullemre at gmail.com>
wrote:
>
> Hi,
> I would like to ask a question about time series.
> I am trying