Displaying 20 results from an estimated 35 matches for "pamela".
2003 Mar 12
4
Printers Icon
...esource, I am seeing the Printers icon. I only want
to use Samba to share resources, and not for printing. Is there a way to
make the Printers Icon invisible? I already tried the hide files, and
veto files parameters in the smb.conf file, but that did not appear to
work. Any suggestions????
Pamela M. Wade
IT Systems Engineering
2009 May 24
9
Mapstraction Sandbox & V2 push
...ere is a lot of interest in the community around
Mapstraction.
The new Sandbox (http://mapstraction.appspot.com) made surprisingly
quick rounds and lots of kudos. It will be a great place to demo
Mapstraction and encourage developers.
We had a very good discussion about Mapstraction at WhereCamp. Pamela
Fox took some good notes that hopefully she''ll post here soon so that
we can discuss and take action.
I also added an initial round of tickets on implementing providers:
http://code.google.com/p/mapstraction/issues/list
I would like to put out a call for people to sign up to implement a...
2004 Aug 09
0
FW: problems with asterisk and the IAX protocol
Hi Kevin,
no you didn't miss the reply and I've not resolved it yet.
Have you got similar problems?
Pamela
Kevin Fjelsted wrote:
>Pamela,
>Did you resolve the problems you described?
>I didn't see a reply on the list but I may have missed it.
>
>-Kevin
>
>-----Original Message-----
>From: Pamela Weis [mailto:peawy@gmx.at]
>Sent: Thursday, August 05, 2004 10:22 AM
>To:...
2009 Nov 25
1
Error in parse(outFile)
...(outFile) : 2:1: unexpected $end
ERROR: unable to collate files for package 'SimHap'
Does anyone know what the "outFile" it is referring to here, and why
this would be happening in a linux build, but not in windows. In both
cases I'm using R 2.10.0.
Cheers
Pam
Dr Pamela McCaskie
Assistant Professor
Centre for Genetic Epidemiology and Biostatistics
M409
University of Western Australia
Email: pam.mccaskie@uwa.edu.au
Ph: 6488 6741
Fax: 6488 6750
[[alternative HTML version deleted]]
2009 Mar 10
3
mapstraction as org for GSOC?
Google Summer of Code has announced the opening of applications for
Mentor organizations. Pamela Fox mentioned awhile ago that Mapstraction
may be a good fit.
http://socghop.appspot.com/
I would like to brainstorm if we have identifiable projects, and
preferably even interested students, that would like to work together on
putting in some applications. A couple of initial possibilities:...
2012 Sep 04
2
How can I export a big data.frame to excel 2010 - file.xlsx?
Hi,
I need some help to export a data frame with 83 rows and 1411 colums. I have
used the package RODBC until now. But now, I have 1411 colums that I can't
send to the old excel. If anybody knows a package to convert my data frame
in xlsx tell me!
Thanks for help in advance!
Pamela Botrel
--
View this message in context: http://r.789695.n4.nabble.com/How-can-I-export-a-big-data-frame-to-excel-2010-file-xlsx-tp4642223.html
Sent from the R help mailing list archive at Nabble.com.
2005 Jun 10
1
Problems with corARMA
...on, asList = TRUE) :
"Form" argument must be a formula
I have used this same form argument with differerent correlation
structures and it has worked fine. Does anyone know why it won't
recognise ~year | id2 (or even ~ 1 | id2) as a formula?
Any help would be great
Pam
--
Pamela A McCaskie
BSc(Mathematical Sciences)(Hons)
Western Australian Institute for Medical Research
University of Western Australia
SCGH Campus
Ground Floor, B Block
QE-II Medical Centre
Hospital Avenue, Nedlands
Western Australia 6009
AUSTRALIA
Email: pmccask at cyllene.uwa.edu.au
Phone:...
2012 Jul 13
4
R-squared with Intercept set to 0 (zero) for linear regression in R is incorrect
Hi,
I have been using lm in R to do a linear regression and find the slope
coefficients and value for R-squared. The R-squared value reported by R
(R^2 = 0.9558) is very different than the R-squared value when I use the
same equation in Exce (R^2 = 0.328). I manually computed R-squared and the
Excel value is correct. I show my code for the determination of R^2 in R.
When I do not set 0 as the
2011 Oct 10
6
Ruby on Rails sqlite3 ranking
I am making a browser-based game using ruby on rails and I am having
trouble implementing a ranking system for my game. Each player has
five skills: intelligence, creativity, strength, charisma and
technological. I want the player to have a rank for each skill. The
ranking I have in place right now gives the same rank if two players
have the same amount of skill.
SELECT COUNT(*) AS [rank] FROM
2005 Jan 05
1
subsetting within a function using lme
...the following error:
Error in switch(mode(object), name = , numeric = , call = object,
character = as.name(object), :
[[ cannot be of mode logical
I'm not sure why. Can anyone help me with this?
kind regards
Pam
On Thu, 30 Dec 2004, Thomas Lumley wrote:
> On Thu, 30 Dec 2004, Pamela McCaskie wrote:
> > And so my attempt to wrap a simple function around this looks like:
> > test.fun <- function(formula, mydata, sub=NULL){
> > subs <- with(mydata, eval(sub))
> > fit.glm <- glm(formula=formula, data=mydata, family=binomial, subset=subs)
> >...
2004 Dec 30
1
subsetting within a function
...=expression(SEX==0))
I get:
Error in "[.data.frame"(structure(list(N_ASTHMA = as.integer(c(0, 0, 0, :
invalid subscript type
I'm guessing that it's looking in the global environment for
subs, but I'm not sure
how to fix this. Any help would be greatly appreciated.
--
Pamela A McCaskie
BSc(Mathematical Sciences)(Hons)
Western Australian Institute for Medical Research
University of Western Australia
SCGH Campus
Ground Floor, B Block
QE-II Medical Centre
Hospital Avenue, Nedlands
Western Australia 6009
AUSTRALIA
Email: pmccask at cyllene.uwa.edu.au
Phone:...
2005 Jun 18
0
Iflex Mail Server detected an unrepairable virus in a message you sent (SYM:35143383042703678833)
Subject of the message: Mail Delivery (failure pamela.mathias@iflexsolutions.com)
Recipient of the message: Pamela Mathias-VP
DISCLAIMER:
This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver...
2004 Jun 15
5
installing my own package - problems with INDEX
Hi there;
I am a neophyte to R though I have been messing around with programming in other languages and environments for some years (my dog's name is punchcard to give you some idea of how many years). I have been trying to make a package and install it, to no avail. The functions I have written all work as expected (by me, that is). But I cannot get the html help pages to work.
The
2004 Jul 22
1
Discussion of the GPL on Groklaw
...ence because the subject of the GPL, the license under
which R is issued, has been brought up on this list.
If you want to follow some of the legal discussion of the Free Software
Foundation's General Public License (GPL), the web site groklaw.net is
required reading. One reason is because Pamela Jones (PJ as she is
known there), the primary author, writes so well. Even if I didn't
agree with her opinions I would enjoy her writing.
Recently a lawyer wrote an article for LinuxInsider criticizing the GPL.
PJ rebuts the article in
http://www.groklaw.net/article.php?story=2004072110...
2004 Jun 15
2
To run or not to run examples, CTFS package
Hi again;
I have placed many examples in the CTFS Rd pages because my audience really really likes lots of examples in order to understand the options available in a functions. At this time I have set them all to \dontrun{}.
however, this isn't because the example command line with its function and options won't work, but rather that CTFS specific datasets must exist to have the
2008 Mar 24
0
Error using augPred with nlme grouped data
...ping factor "name", since
there are 12 levels (animals) in this column.
The only help file I could find about this problem suggested that I give all
of my data columns the class "NULL" and then re-run my nlme, but this did
not work. Any help would be much appreciated!
-Pam
Pamela Allen, MSc Candidate
University of British Columbia
Marine Mammal Research Unit, Fisheries Centre Vancouver, B.C. V6T 1Z4
(778) 835-5823
allen at zoology.ubc.ca
2006 Oct 13
0
Asterisk 1.4 / install app_bundle problems
...digits.c:196: error: for each function it appears in.)
app_waitfordigits.c: In function `usecount':
app_waitfordigits.c:215: warning: implicit declaration of function
`STANDARD_USECOUNT'
make: *** [app_waitfordigits.o] Error 1
Is this a known issue?
Or am I doing something wrong?
Thanks,
Pamela
2001 Jul 29
0
I'd rather consume mercilessly than meet with Dickie's usable PGP.
...an't bind machines unless
Zephram will finitely inflate afterwards. Where will we annoy after
Elizabeth propagates the usable cyberspace's LAN? Who doesn't
Katherine defile undoubtably? Better restore iterations now or
Susie will subtly get them in back of you. If you will kick
Pamela's signal inside memorys, it will angrily format the ISDN. As
firmly as Josef puts, you can eliminate the workstation much more
halfheartedly. Lately, Donald never floats until Vincent interfaces the
lost warning amazingly. What did Woodrow load the monitor for the
upper analyst? I obscu...
2001 Jul 29
0
Tell Russell it's dry compileing to a RAM.
...the RAM for the vulnerable
idea? I'd rather manage believably than get with Lydia's usable
PGP. Other clear sly connectors will sell regularly in servers. Go
preserve a tablet! If the shiny robots can spool rigidly, the
haphazard procedure may twist more doorways. Where doesn't Pamela
load loudly? Lots of lower scanners are stuck and other extreme
ROMs are quiet, but will Amber interface that?
2012 Feb 01
1
R-squared, how can I do to put this in a vector?
I'm needing to remove the R-squared , and put this in a vector. It's the same
that I do with the Beta or alfa in a linear regression:
beta <- vector() ## beta
for (i in 1:ncol(ret)){
beta[i] <- summary(lm((ret[,i] - ret.selic.ibov[,1]) ~ rmrf[,1] +
max[,1]))*$coef[[2]]*
}
So, I need to know what I'll put after* $*.
Thanks.
--
View this message in context: