Displaying 20 results from an estimated 800 matches similar to: "program to recognize words"
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
2007 May 15
3
textConnection
hello,
I don't understand what's happen just before the textConnection function runs good but now it doesn't run
> Line[1]
[1] "if C325=. then C743=(C152/C103)*100| else C743=(C152/C325)*100"
> textConnection(Line[1])
Erreur dans textConnection(Line[1]) : toutes les connexions sont utilisées
why R display that?
2007 May 22
1
translate SAS code
good morning,
I have some SAS code to translate in R code and when I export data from Excel to R I have to read formula writed as follow
C604=(C181/S181)*(100-C182)*(100/85)
or
if C325=. then C740=(C346/C103)*100| else C740=(C346/C325)*100
I find some difficulties to write a good program to read and calculate these formulas
there are several kinds of formulas there are with conditional and
2007 May 14
4
Batch
I saw the R-help to run some R programs in batch I used it like this
> R CMD BATCH C:/Documents and Settings/melyakhlifi/Bureau/calcara.r
Erreur : erreur de syntaxe dans "R CMD"
but without success!!!I don't work on linux but on windows IS it the same command ?
_____________________________________________________________________________
[[alternative HTML version
2007 May 16
5
drop a letter
hello,
how can I do to drop C from this character "C325" ?
_____________________________________________________________________________
[[alternative HTML version deleted]]
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,
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,%
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)
--
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?
Hi all!
I have a .bat file that I need to run on a machine that runs 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
2010 Oct 27
2
Could not find CLSID for Windows Script
Hi!
I have gone a bit further with the installation of Python with Wine.
I have downloaded http://www.dll-files.com/dllindex/dll-files.shtml?msvcirt and placed it in the .wine/drive_c/windows/system directory.
And I have run
msiexec /i python-2.4.msi
within the .wine/drive_c directory.
The Python setup windows pops up but when selecting the "Destination directory" I get the
2008 Feb 25
1
Error accessing [homes] after 3.0.25b update (uppercase)
OS is smeserver, based on CentOS/RHEL 4.
After update to samba 3.0.25b (included in RHEL U6) users who had
"mapped" their home in Network places were unable to access the share.
All other shares worked.
On every attempt a line similar to the following was logged:
Feb 14 10:11:49 nethservice smbd[6258]:
'/home/e-smith/files/users/FRANCESCA/home' does not exist or
permission
2006 Nov 18
1
USB-joystick not detected
Hi,
I am using a CH Flightstick gameport-stick converted by a gameport-usb converter
(Rockfire). This works well under OpenSUSE Linux 10.1, ie. with FlightGear.
When I try to use this joystick with Wine wine-0.9.24 it is not detected with
two running (with keyboard) sims: Fly!II and A320 Simulator.
I also set a link # ln -s /dev/input/js0 /dev/js0 as suggested in other posts.
Here is my debug
2010 Jul 13
4
Windev application setup doesn't run under Wine 1.2
I tried to install an application, but wine crashes after starting installation. Can you help me fix that problem ?
2010 Jul 10
2
TIME_MMTimeStop Timer still active?! on Wolfenstein & Fly!2
Hi
I got this with rc6 and same with rc7. Same error on Wolfenstein and Fly!2
I've filed a bug report so pls someone test and file a bug as well to get it fixed for 1.2.
Thanks
michael at michael:/apps/WINE-drive_c/Programme/Terminal Reality/Fly! II$ wine fly2.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f634,0x00000000), stub!
fixme:win:EnumDisplayDevicesW
2010 Oct 26
1
PUSHD under WINE?
Hi!
Is it possible to use the command PUSHD under wine?
I am running a run.bat file with the command wine cmd /c run.bat.
The run.bat file has only the following command at the moment,
PUSHD \\computername\Users\username\Directory<file:///\\computername\Users\username\Directory>
When running wine cmd /c run.bat I get the following error message,
Z:\root>PUSHD
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
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 project's total. Just go to
2008 Apr 21
2
packages for etch lagging behind :(
how come only 1 out of 3 versions of wine actually gets built for etch?
i mean i understand that 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
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 packages.
I've added Open-Office.org 2.0.1, Gnuchess, artwork
from Gnome and wine