Displaying 20 results from an estimated 62 matches for "lil".
Did you mean:
lib
2007 May 07
1
Simple question about function with glm
Dear all,
I coded a function called u.glm
u.glm <- function (x,ahi,age,bmiz,gender)
{
library(nortest)
lil.rslt <- lillie.test(x)
if (lil.rslt$p.value >0.05)
{
cat("Logtrans=0, lillie=",lil.rslt$p.value,"\n")
xmodel<-glm(x~ahi+age+bmiz+as.factor(gender))
summary(xmodel)
confint(xmodel)
}
else
{
cat("Logtrans=1, lillie=",lil.rslt$p.value,&quo...
2005 Jun 01
0
no menu.c32, no problem...
Fellow syslinux fans,
I'm using syslinux on a boot floppy (I'll call this syslinux A) to
invoke an etherboot image (zlilo style) which invokes a tagged NBI
image from my DHCP/TFTP server. The tagged NBI image is created using
mknbi-dos and also uses syslinux (I'll call this syslinux B), a linux
kernel and an initrd file.
It works perfectly if syslinux A has a basic .CFG, e.g.:
PROMPT 0
TIMEOUT 0
DEFAULT...
2006 Sep 25
3
Best use of LaTeX listings package for pretty printing R code
This is what I have been using. Does anyone have a better way? In
particular I would like to see letters in comment strings not stretched
so much. Thanks -Frank
\documentclass{article}
\usepackage{listings,relsize}
\lstloadlanguages{R}
\newcommand{\lil}[1]{\lstinline|#1|}
\begin{document}
\lstset{language=R,basicstyle=\smaller,commentstyle=\rmfamily\smaller,
showstringspaces=false,%
xleftmargin=4ex,literate={<-}{{$\leftarrow$}}1 {~}{{$\sim$}}1}
\lstset{escapeinside={(*}{*)}} % for (*\ref{ }*) inside lstlistings (S
code)
\begin{lstlisti...
2009 Apr 01
4
permission denied errors with rake db:migrate
I am at a loss here and hoping for some advise on where to begin looking
with a series of errors I am suddenly getting when trying to rake:
"anything goes here" ..
lil-loco:/rails/cem craigmartin$ rake db:migrate
(in /rails/cem)
rake aborted!
Permission denied - /rails/cem/db/schema.rb
This is the current error.
lil-loco:/rails/cem craigmartin$ rake db:schema:load
(in /rails/cem)
-- create_table("pages", {:force=>true})
-> 0.1730s
-- initiali...
2009 Jan 13
5
acroread = resource hog
Any have trouble with acroread taking up massive cpu and memory?
I exited my Firefox browser and the lil bastard was still hogging up
my resources.
Took up 69% of 4GB, and wouldn't let go, until a kill -9 showed'em,
have to do it every time I open a pdf in firefox.
Any use Xpdf or something else?
2010 Oct 22
2
wine test.bat - Does it work?
...Linux.
Is it possible to run a .bat file under WINE?
I have installed WINE and tried writing wine test.bat on the command line but it didn't work.
I got the error message,
wine: Bad EXE format for H:\Dokument\test.bat
Is it only .exe files that can be run under WINE?
Thanks,
S?nia
S?nia Lil?o
O2 Strandv?gen 5B 114 51 Stockholm
Tel: +46 8 559 310 37 Mobile: +46 73 752 95 74
www.o2.se<http://www.o2.se>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-users/attachments/20101022/3e9ee4b0/attachment.htm>
2010 Oct 27
2
Could not find CLSID for Windows Script
...e values
err:msi:call_script Could not find CLSID for Windows Script
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
How can I go further?
Any hints?
Thanks,
S?nia
-----Ursprungligt meddelande-----
Fr?n: wine-users-bounces at winehq.org [mailto:wine-users-bounces at winehq.org] F?r S?nia Lil?o
Skickat: den 27 oktober 2010 12:50
Till: 'wine-users at winehq.org'
?mne: [Wine] Install Python under Wine
Hi Wine-users!
I am trying to install Python24 under wine using
wine msiexec /i python-2.4.msi
but I get the following error message,
err:msi:copy_package_to_temp failed to copy...
2006 May 04
1
My GNU-CentOS Desktop
I took a lil trip and decided to bring my
rhel-converted-to-centos desktop with me. I have a few
screenshots at
http://s78.photobucket.com/albums/j90/centosdesktop/
In addition to CentOS Base/Extras/Plus, I have kbs and
rpmforge repos. As you can see in one screenshot i
have yum utils and about 80 protected pa...
2007 May 14
1
program to recognize words
hello,
I need help because for my training I need to write a lil program which is able to read a line of character and it would recognize words
for example for this line of character
if C325=. then C743=(C152/C103)*100| else C743=(C152/C325)*100
the program will be able to recognize the IF ELSE syntaxe and the equations
thanks
_______________________...
2006 Apr 14
1
SETI@Home
This is a lil bit off topic, but I thought I would bring it up, since we
have users that are trying to run windows BOINC under wine.
The wine project has a SETI@Home team (has had for some time), so if you run
the windows or linux BOINC/SETI@Home client, you can join our team and apply
your credits towards the...
2001 Nov 21
1
advapi32.dll
Hello,
Have solved all my problems with WINE, but one, which seems harder ;-)
I have to run a little proggie "filesign.exe", and the lil bastartd
relies heavily on advapi32.dll crypto stuff, (CryptAcquireContextA(), for example).
From what I read on the code (dlls/advapi32/crypt.c), most of this functions
are stubs, so no luck (it crashes all over with the return FALSEs)
So, I tried it with the "native" advapi32.dll, bu...
2008 Apr 21
2
packages for etch lagging behind :(
...the packages get built by different people so theyre not updated synchronously but ubuntu, suse, mandriva etc are all up to date at 0.9.60, whereas the latest etch package ist version 0.9.58, TWO versions behind !!! no fair!
i mean cmon! debian is just as mainstream as the rest of em, so give us a lil dignity!
2010 Oct 26
1
PUSHD under WINE?
.../c run.bat I get the following error message,
Z:\root>PUSHD //computername/Users/username/Directory
Invalid parameter
Is it possible to use the command PUSHD under wine on some way?
Is the error message "Invalid parameter" related to the change from \ to /?
Regards,
S?nia
S?nia Lil?o
O2 Strandv?gen 5B 114 51 Stockholm
Tel: +46 8 559 310 37 Mobile: +46 73 752 95 74
www.o2.se<http://www.o2.se>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-users/attachments/20101026/d9dae4fb/attachment.htm>
2007 May 16
2
use mathematics formula
hello,
I wanna use some mathematics formula and to do this I tried several way in paricular using
strsplit
textconnection
scan
setdiff
but I think that it's a lil hard
the data frame that I'm working on is as follow
> donCalcara2
Id_Cara Form_C
1 743 if C325=. then C743=(C152/C103)*100| else C743=(C...
2005 Jan 29
4
ethersel.c32 issues
Hello!
ethersel.c32 does not seem to work with all PCs. I have prepared a
floppy that uses ethersel.c32 to load a NIC-specific file (etherboot
.zlilo image). See http://etherboot.anadex.de for details.
It works with every NIC and every PC I own, but not with VMWare. I know
VMWare has some problems, so that did not bother me at all and I
published it anyway but I have received several e-mails about problems
with ethersel.c32 and real PCs.
e...
2003 Nov 25
1
ogginfo: playlength display in milliseconds
Hello
Some time ago I posted a lil' patch to this list which adds milliseconds display of
playlength to ogginfo. Some folks replied that it's plausible and this patch will be
merged to the next version. Vorbistools-1.0.1 got out and the patch is not in it. Why?
Anyway, here's this patch for vorbistools-1.0.1. I hope this...
2007 Apr 06
5
Getting a dynamically generated elements dimensions
Ive posted this before, but unfortunately I still have yet to resolve
it after numerous attempts...
Here is the overview: populate a container element with some new html
using Element.update and then retrieve the new dimensions of the
containig element.
Here is a bit of code snippet that I would think should work.. but
doesn''t:
==== start snippet ====
<style>
.bigBox {
2006 Feb 17
2
Extraneous kruft [signed]
...ME.build that talks about the config.dbs. From
looking through the build setup I don't see either file actually
critically needed and looks like Ralph may have come to a similar
conclusion by the comments added to the README.build file.
Also looking at the various *.install files I think a lil bit of
shuffling of which package contains what might be in order. I notice
that the libxen-dev simply has the header files and the COPYING doc file
(which appears to be put in the wrong location). While libxen3.0 has all
the static (*.a) and dynamic (*.so*) libraries.
Typically as I've se...
2012 Jan 19
8
sumarizar
*Hola!!! resulta que tengo unos datos de divisas ordenados por fechas
(días) los que he convertido a formato tipo YYYY-MM-DD donde DD siempre es
01:*
*
*
*
EUR.resto$date<-as.Date(EUR.resto$date)
EUR.resto$mo <- substr(EUR.resto$date,6,7)
EUR.resto$yr <- substr(EUR.resto$date, 1,4)
2005 Feb 11
3
OCFS file system used as archived redo destination is corrupted
...rdo_1_21810.arc
-rw-r----- 1 oracle dba 397312 Feb 10 22:30 rdo_1_21810.arc
(they have the same inode, btw -- I had done a 'ls -li' earlier but the output had rolled off the screen)
after a while , one of the dba scripts gziped the file(s). Now they look like this:
$ ls -liL /export/u10/oraarch/AUCP/rdo_1_21810.arc*
1457510912 -rw-r----- 1 oracle dba 36 Feb 10 23:00 /export/u10/oraarch/AUCP/rdo_1_21810.arc.gz
1457510912 -rw-r----- 1 oracle dba 36 Feb 10 23:00 /export/u10/oraarch/AUCP/rdo_1_21810.arc.gz
These two same files have the sam...