Displaying 20 results from an estimated 25 matches for "meb".
Did you mean:
mb
2014 Oct 24
1
Error: Line starting 'Package: tools ...' is malformed!
...-Wl,-bexpall -Wl,-bnoentry -lc -L/opt/freeware/lib64 -L/opt/freeware/lib -Wl,-blibpath:/opt/freeware/lib64:/opt/freeware/lib:/usr/lib:/lib -Wl,-bmaxdata:0x80000000 -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -lm
make[6]: Entering directory `/home/meb/source/R-3.1.1/src/library/tools/src'
mkdir -p -- ../../../../library/tools/libs
make[6]: Leaving directory `/home/meb/source/R-3.1.1/src/library/tools/src'
make[5]: Leaving directory `/home/meb/source/R-3.1.1/src/library/tools/src'
make[4]: Leaving directory `/home/meb/source/R-3.1.1/s...
2012 Nov 29
4
Intel HD4000 IGD pass through appears to work, but monitor complains about 'no signal'
I''ve seen a recent report claiming that it works:
http://linux-bsd-sharing.blogspot.pt/2012/10/howto-xen-413-windows-8-hvm-domu-with.html
However, in my case, with a slightly different HW configuration the story
is totally different. :-(
My config:
HW: I7-3770 + AsRock H77M-ITX board
Dom0: Debian Wheezy stock xen (v4.1.3) + Debian stock kernel (3.2.x /
3.6.x) 64 bit version.
Note that
2001 Apr 03
2
Can't install "e1071"
...----Original Message-----
> From: rossini at blindglobe.net [mailto:rossini at blindglobe.net]
> Sent: Tuesday, April 03, 2001 12:02 PM
> To: M. Edward (Ed) Borasky
> Cc: Mailing List R
> Subject: Re: [R] Can't install "e1071"
>
>
> >>>>> "MEB" == M Edward Borasky <M.> writes:
>
> MEB> I can't seem to get the "e1071" package to build. Here is a
> MEB> Linux log; the Windows version behaves the same way:
>
> I'm not seeing that, R 1.2.2, Debian i386-Linux, unstable (sid):
>
-...
2001 Apr 03
2
Can't install "e1071"
...----Original Message-----
> From: rossini at blindglobe.net [mailto:rossini at blindglobe.net]
> Sent: Tuesday, April 03, 2001 12:02 PM
> To: M. Edward (Ed) Borasky
> Cc: Mailing List R
> Subject: Re: [R] Can't install "e1071"
>
>
> >>>>> "MEB" == M Edward Borasky <M.> writes:
>
> MEB> I can't seem to get the "e1071" package to build. Here is a
> MEB> Linux log; the Windows version behaves the same way:
>
> I'm not seeing that, R 1.2.2, Debian i386-Linux, unstable (sid):
>
-...
2006 Jul 10
0
hvm networking with vif-route
...function 08, unmapped device for ELDL=82
*** int 15h function AX=00C0, BX=0000 not yet supported!
KBD: unsupported int 16h function 03
int13_harddisk: function 41, unmapped device for ELDL=82
HVM_PIT:guest init pit channel 0!
HVM_PIT:pass info 0xc002e9c to HV!
Bad SWSTYLE=0x04
Thankx...
Max Baro
meb@factsservices.com <mailto:meb@factsservices.com>
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Oct 11
4
Q: Suggestions for long-term data/program storage policy?
...CRAN indefinitely?
2) Is .RData a reasonable file format for long term storage?
I would also be very grateful for any other suggestions, comments or
links for setting up and implementing such a storage policy (R-
specific or otherwise).
Thank you for your time,
alexander
Alexander.Ploner@meb.ki.se
Medical Epidemiology & Biostatistics
Karolinska Institutet, Stockholm
Tel: ++46-8-524-82329
Fax: ++46-8-31 49 75
[[alternative HTML version deleted]]
2010 Mar 12
0
Likelihood Optimization With Categorical Variables
...passed to optim, that would be quite inefficient..
Do you have any suggestion? Any other routine which could deal with
categorical (along with non categorical) variables without for the aim of
optimization?
thanks in advance
Federico Andreis
Universit? degli Studi di Milano Bicocca, PhD Student
MEB, Karolinska Institutet, Visiting PhD Student
--
View this message in context: http://n4.nabble.com/Likelihood-Optimization-With-Categorical-Variables-tp1590874p1590874.html
Sent from the R help mailing list archive at Nabble.com.
2010 Jul 14
1
Multilevel IRT Modelling
Dear All,
does anybody know of a package (working under Linux) for multilevel IRT
modelling?
I'd love to do this without having to go on WINSTEPS or the like..
thanks for the attention!
Federico Andreis
-----
Dr. Federico Andreis
Universit? degli Studi di Milano-Bicocca, PhD Student
MEB Department, Karolinska Institutet, Stockholm, Visiting PhD Student
--
View this message in context: http://r.789695.n4.nabble.com/Multilevel-IRT-Modelling-tp2288590p2288590.html
Sent from the R help mailing list archive at Nabble.com.
2010 Jul 21
0
DIF Analysis starting from a gpcm class object
.....)..
Is there a package you know of that handle such models for a DIF analysis or
should I code such a thing by myself? and if so, how can I extract what I
need from the model object?
thanks to everybody
/federico
-----
Dr. Federico Andreis
Universit? degli Studi di Milano-Bicocca, PhD Student
MEB Department, Karolinska Institutet, Stockholm, Visiting PhD Student
-------------------------------------------------------------------------
Problem: To Catch a Lion in the Sahara Desert - The Dirac Method
We observe that wild lions are, ipso facto, not observable in the Sahara
Desert. Consequent...
2010 Oct 01
1
writing an R code for a given model
Dear R help list,
I am desperately looking for any reference explaining by examples how to
write R codes in order to fit the parameters of a given model using maximum
likelihood or any other criteria function. I know the general structure:
First write a code for the maximum likelihood function and afterwards write
a code to maximize it using optim and then invert the Hessian to get the
2009 May 28
3
strange behaviour in ActiveRecord transaction
Hi,
I''m using an ActiveRecord transaction in a Rails app,
and one of the changes made during the transaction is reverted
as the transaction finishes, whilst the other changes are preserved.
The code is like:
------------------------
def swap(other)
self_number=self.number #==1
other_number=other.number #==2
ActiveRecordModel.transaction do
2006 Feb 14
0
Re: Dell Poweredge 2650 - heavy IO hangs domU machine s; xen 2.0.7, xen kernel 2.6.11.12
....07, the most recent available.
>
> Note also -- dom0 is unaffected. We can still interact with dom0 without
> trouble. This hang affects only the virtual machines.
>
> Cheers,
>
> -Stephen-
Max Baro
Technical Support Representative
FACTS Services, Inc.
(305) 284 - 7440
meb@factsservices.com
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Jun 19
2
Bump > Error in network-route script
Hello,
Was wondering if there is a solution to the error posted by "Dominique
H Schramm" on the 5 Jan 2008
I''ve just changed from network-bridge to network-route and just
noticed this problem
Thanks,
"""
Hi guys,
i got the following error:
/etc/xen/scripts/network-route: line 27:
/proc/sys/net/ipv4/conf/eth/proxy_arp:
no such file or directory
I use the
2012 Sep 06
6
Xen 4.2 rpm build
Hi,
Can anyone provide the steps to build rpm from source for Xen 4.1.2?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2012 Sep 06
6
Xen 4.2 rpm build
Hi,
Can anyone provide the steps to build rpm from source for Xen 4.1.2?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2006 May 03
5
Xen 3.0.2 on Dell 2850
Is anyone running Xen on this hardware? Is it stable?
--
# CONFIG_TCG_TPM is not set
Adam Kosmin
GNU/Linux SA
Visual Trading Systems, LLC
Empire State Building
350 Fifth Avenue, Suite 6420
New York, NY 10118, USA
Email akosmin@vtsystems.com
Phone 1 (212) 871-1747 ext. 340
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2012 Nov 12
4
xen EFI boot and vga-passthrough
Hi all
I can''t seem to find any information on vga-passthrough when booting through xen.efi, so I assume it should work. But I encounter a problem on a windows 7 HVM that boots fine when dom0 is booted through MBR but fails when dom0 is booted through UEFI.
My system is:
DQ77KB motherboard with bios version 44
Core i7-3779T with VT-d
Intel HD graphics 4000
In the qemu log it
2007 Sep 25
7
Who uses R?
Dear R users,
I have started work in a Statistics government department and I am trying to
convince my bosses to install R on our computers (I can't do proper stats in
Excel!!). They asked me to prove that this is a widely used software (and not
just another free-source, bug infected toy I found on the web!) by suggesting
other big organisations that use it. Are you aware of any reputable
2006 Nov 28
34
Uploading Large (100mb+) files
I have an Apache 2.2.3 (mod_proxy_balancer) frontend server that does
not have mongrel installed. It does proxy requests to several other
mongrel-only servers (each running 2 mongrel processes). Each mongrel
node has the same rails code-base and it''s working perfectly.
However, my question is when I add an upload file form... where is it
going to physically put that file? I mean since
2013 Apr 14
55
ATI VGA Passthrough / Xen 4.2 / Linux 3.8.6
Hi,
I''m trying to get VGA passthrough to work to an XP x64 guest, and I''m
seeing "interesting" things happening.
I''m using the kernel and userspace tools from here:
http://xen.crc.id.au/support/guides/install/#
on Scientific Linux 6.
I gave up on trying to get an Nvidia card to work in the guest having
read about the extra patches required to get a