Displaying 20 results from an estimated 447 matches for "cake".
2008 Sep 29
3
Cross-tabulation Question
Hi R,
This is a cross tabulation question. Suppose that,
> d=read.table("clipboard",header=F)
> d
V1 V2 V3
A One Apple
A One Cake
A One Cake
B One Apple
B One Apple
B One Apple
> table(d$V2,d$V3)
Apple Cake
One 4 2
But, I don't want the count to be like the above. Here, it is counting
the number of rows in that particular category. What I need is in each
category, t...
2014 Aug 21
2
pregunta
...asan de epicalc:::cc
# ver ?cc para mas informacion
foo <- function(var1, var2, var3, ...){
or1 <- cc(var1, var2, ...)
or2 <- cc(var1, var3, ...)
list(or1 = or1, or2 = or2)
}
# datos
x <- read.csv("~/Downloads/OR.csv")
head(x)
# resultados SIN graficas
with(x, foo(estado, cake, chocolate, graph = FALSE))
Saludos,
Jorge.-
2014-08-21 12:40 GMT+10:00 Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com>
:
> Estimado José Betancourt
>
> Copio y pego una forma donde anda, básicamente es lo mismo pero con una
> pequeña diferencia, es tan parecido que está...
2014 Aug 21
2
pregunta
Estimados
Estoy entrenando hacer funciones que respondan a comandos,
en esta caso en la salida gráfica se observa que dice : Exposure=var3 y
outcome=var 1
quisiéramos que se reflejan los nombres de la base de datos : var1=estado,
var2=cake, var3=chocolate
Espero haberme explicado adecuadamente
Adjunto tabla con datos
####################################
#Comando que llama a una función
rm(list=ls())
#setwd("D:/DEMO_new/demo_scripts/OR/")
#setwd("D:/Public/Documents/R/EPICALC/funciones/OR/")
dat...
2011 Mar 12
1
Cake poker 2.0
Hi people,
I am desperately trying to make cake poker 2.0 to work with wine.
I have wine 1.3.15 installed.
When I use this command in the terminal :
wine "C:\PROG~FBU\cake poker 2.0\cakepoker.exe"
I get this error :
wine: Unhandled page fault on read access to 0x7ff8c6c4 at address 0x7ff8c6c4 (thread 0009), starting debugger...
err...
2003 Nov 10
0
umask-y type question
Hi Folks
Got a request from a user who uses samba to copy files between a TRU64 5.1a
server and an NT server, sounds straightforward.
from smb.conf:
[cake]
comment = cake requested by jshaw
path = /clients/cake
valid users = jshaw pricha
force user = cake
public = no
writable = yes
printable = no
follow symlinks = no
create mask = 0770
We'd like to force the username to always be cake - w...
2006 Jan 16
3
37s style modularization ?
Hello all,
I remember and have lost a link to the blog on hints about 37s
modularization of basecamp, backpack, etc.
Anyone remeber this and can remind me of the link?
Thanks !
--
------------------------------
Forget the icing. Bake the cake!
- the epicentered developer
------------------------------
Peter Fitzgibbons
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060116/6c12f84c/attachment-0001.html
2006 Feb 10
4
hiding header/footer on html print?
Hello all,
I am using what might be a "poor mans" reporting... html -> print.
Who knows a way to hide the browser-included header and footer of the print?
thanks.
--
------------------------------
Forget the icing. Bake the Cake!
- the epi-centered developer
------------------------------
Peter Fitzgibbons
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060210/5e2815a4/attachment.html
2011 Mar 07
1
Cake Poker Client
Has anyone how how to get this to work? i appreciate any king of help.
2011 Feb 21
1
Dialplan execution stops on app call even with TryExec (Am I missing something simple?)
...04x196', transfer rate: '9600', remoteSID: 'TIME'
The context it's executing in is:
[ext-fax-voicenation]
exten => s,1,Noop(Receiving Fax for: ${FROM_DID} From: ${CALLERID(all)})
exten => s,n(receivefax),StopPlaytones
exten => s,n,Set(FAX_FILE_NAME=/var/www/html/vncake/fax_temp/${FROM_DID}-${CALLERID(number)}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${UNIQUEID}.tif)
; Gafachi is known to have a broken ecm implementation - disable on receive - also send with 'z' option
exten => s,n,Set(trunk_name=${CUT(CHANNEL,-,1)})
exten => s,n,Noop(trunk name is ${tru...
2007 Oct 21
3
Assertion failed: (pos < input->size)
.../lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7e29050] -> imap
[0x805b941]
Oct 21 10:05:44 alchemy dovecot: child 14390 (imap) killed with signal 6
Assertion failed. This happened when doing a "SEARCH TEXT delicious". I
have to run out and buy ingredients for a birthday cake, so I thought I'd
email this very terse message to the list in case it was some help, and if
you need more info just reply saying "more info" and I'll go through the
usual debugging steps.
-- Asheesh.
--
It is much easier to be critical than to be correct.
-- Benjamin Disr...
2008 Feb 03
3
Drawing a loess line
Dear all,
To draw a lowess line on a plot was a piece of cake; to draw a loess
line, however, seems not that easy. Is the loess plotting implemented
at all in relation to the loess function, or do I have to look in
add-on packages?
Thanks,
Marcin
2005 May 24
4
audio message delivery
Hi, I have a client who has asked me to look into the delivery of 30
second audio messages to a list of opt-in customers. Probably looking at
about 5,000 messages a week over a 6 week period.
I know that this would be a piece of cake to have someone develop but I
thought I would ask here first if someone is already doing this and what
they would charge to take this on as a hosted solution rather than
having us develop it from scratch in house.
Cheers,
Dean
-------------- next part --------------
An HTML attachment w...
2004 Oct 20
7
Q about strsplit and regexp
Dear R-help,
This one is probably a piece of cake for regexp masters. I'd like to split
a character vector (for simplicity, say of length one for now) that contains
fields that are delimited by arbitrary number of white spaces (e.g., " a b
c "). How do I get the character vector that contain the fields? In the
example I gave, I...
2002 Jun 25
9
MP3 to OGG conversion
I've done a little searching of the mailing lists before posting this
and found a few threads on converting from mp3 to ogg but no one that
I've seen ever answers the question.
a .wav file is a digital format is it not? I'm no video/audio guru by
any stretch so if I'm wrong on that point please correct me. But for
this message I'm going to assume .wav is a digital format. .mp3
2007 Feb 22
3
New tutorial: DTMF tone detection
Hello list,
I have prepared a small tutorial today that deals with how to avoid
Asterisk rebuilding DTMF tones when using it to connect industial
appliances that use DTMF. You can find it at:
http://astrecipes.net/index.php?n=248
I know it isn't everybody's piece of cake, but I thought somebody could be
interested as well :)
l.
--
Home of QueueMetrics - http://queuemetrics.loway.it
2010 Dec 17
4
Changing a value in a particular row and column within a text file
Dear list,
I need to change a value within a particular line of a plain text file
with characters and numbers, and I haven't found any way of doing this
by using R.
What I have a is a file that doesn't have tabular data (so, I think
that 'read.table' or 'read.delim' are not the right tools for this),
but some text, and I now exactly the row that has to be modified and
the
2006 Mar 20
6
Rails and Offline processing
How are you guys handling threads or server processes that have to,
for example, process the data in your application on a periodic basis?
Cron jobs can do it and then run on the database. But, are there ways
to launch threads within the rails application itself.
I have heard of WebBrick ways, but I am working with lighttpd,
fastcgi? (textdrive if you are really interested).
2005 Feb 07
3
root user in smbldap...how to change home
...ator user in smbldap-tools by running
smbldap-populate -a root
instead of just plain
smbldap-populate
Thus root is now the samba admin. BUT....when I run getent passwd my
system shows the home directory as /home/root instead of /root....how can
I change this...or better yet how can I have my cake and eat it too in the
sense that when I set up my Samba/LDAP server that the root user has the
/root directory as home by default?
David N. Trask
Technology Teacher/Coordinator
Vassalboro Community School
dtrask@vcs.u52.k12.me.us
(207)923-3100
2005 Aug 03
2
The Next Guide Will Be...
...de should be,
especially since the site has had over 500 visitors in the
past two days.
I came to this decision after reading my posts. I stated that
the core motivation behind all of this is LDAP. Sure, Samba IS
great, but we can have file/print sharing on a Windows server.
What really takes the cake is to have tightly integrated
services, and this is made possible by LDAP.
So, if you have any comments you would like to make about what
a completely integrated directory solution should include, do
not hesitate to comment. Here is what I will list, for
starters.
http://www.sambadmin.com/sambad...
2015 May 21
3
Bash-Completion for samba-tool
Hey list,
arriving home from SambaXP, it was really nice. That darth vader cake was
super sweet :-)
Hearing some people talking about how much they'd like bash completion
for `samba-tool`, I've put together an ugly script that does that.
It's a very dumb script (I'm boldly calling it script), but it might make
someones day a little bit easier.
https://gist.g...