Displaying 20 results from an estimated 476 matches for "asst".
Did you mean:
ast
2004 Nov 05
3
Resources for optimizing code
...indefinite time periods.
I'm looking for one of two things:
1. A document which discusses how to avoid for loops and situations in
which it's impossible to avoid for loops.
or
2. A function which can do the above better than mine.
My code is pasted below.
Thanks so much,
Janet
# asst is a binary vector of length= nrow(DATAFRAME).
# 1= observations you want to keep. 0= observation to get rid of.
remove.xtra.f <-function(asst, DATAFRAME) {
n<-sum(asst, na.rm=T)
newdata<-matrix(nrow=n, ncol=ncol(DATAFRAME))
j<-1
for(i in 1:length(data)) {
if (asst[i]==1) {...
2009 Dec 16
0
Asst Marketing Research Analyst (part-time or internship; Chicago, USA)
Decision Development Inc is currently hiring part-time employees or
college interns to support our analytical division. Applications for
the Assistant Marketing Research Analyst position will be given
immediate consideration.
Assistant Marketing Research Analysts work to structure, tabulate, and
clean the data generated during our marketing research interviews. They
form the foundation of an
2010 Apr 25
4
how to make read in a vector of 0s and 1s with no space between them
...at file that looks like
this (the real one has ~10e6 elements):
10110100101001011101011
and I want to pull that into R as a vector, but with each digit being
it's own element. There are no separators between the digits. How can
I accomplish this? Thanks in advance!
Matt
--
Matthew C Keller
Asst. Professor of Psychology
University of Colorado at Boulder
www.matthewckeller.com
2001 Jul 13
6
AnonCVS
Hi All,
I would like to use anonymous cvs, but it appears not to be working
(again?). There was a discussion back in Jan-Feb about whether to
continue supporting it, but it seemed that Tony Rossini got it working
and the discussion left off there. Did someone decide to disable it, or
is it just not working properly?
Here's the details:
$ cvs -d
2010 Jun 09
1
[R-sig-Geo] How to extract coordinates values from a shapefile?
...s() in sp
package gives you the coordinates of SpatialObjects.
Regards.
Rodrigo.
2010/6/9 Nikhil Kaza <nikhil.list@gmail.com>
> You need to execute gpclibPermit() to enable gpclib.
>
> library(maptools) should have issued a warning to that effect.
>
>
> Nikhil Kaza
> Asst. Professor,
> City and Regional Planning
> University of North Carolina
>
> nikhil.list@gmail.com
>
> On Jun 9, 2010, at 3:34 PM, Thiago Veloso wrote:
>
> > Dear Nikhil,
> >
> > Thank you for your input. I tried your suggestion and received the
> > f...
2009 May 08
3
Fw: HP Laserjet Printer Installation
...ps/printers.conf ?
>>>
>>> ie. when you run " lpadmin -p printer -o job-quota-period=604800 -o
>>> job-page-limit=100" ?does these limits show in /etc/cups/printers.conf
>>> in the "printer" definition section ?
Regards
Amit Sudhir Anjarlekar
Asst. Systems Engr.
Tata Consultancy Services
Mailto: amit.anjarlekar@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
____________________________________________
-----...
2009 Apr 13
5
HP Laserjet Printer Installation
...fault True False
Smoothing/Resolution Enhancement: *PrinterDefault None Light Medium Dark
In this i am not able to find "job-page-limit" option. Any idea as how do
i set ? Any setting @ printer end or anything drivers update @ redhat end?
Kindly suggest?
Regards
Amit Sudhir Anjarlekar
Asst. Systems Engr.
Tata Consultancy Services
Mailto: amit.anjarlekar@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
______________________________________...
2010 Oct 29
2
Video based Asterisk Training
...e.com/watch?v=MID2RvgdD7s
http://www.youtube.com/watch?v=_LbDUdAGfSY
http://www.youtube.com/watch?v=J9Chkrg7E-M
http://www.youtube.com/watch?v=MsC12wc9ZnU
http://www.youtube.com/watch?v=Y12exIN1soY
More You can find here
http://www.youtube.com/supertecacademy
Thank You
--
Regards,
Zuhair Raza
Asst. Manager Technical Support
Phone: +1-850-433-8555 ext 101064
Website: www.didx.net
Skype: zuhairraza
What is DIDX.net? <http://www.youtube.com/watch?v=mIgGTGkTZns>
<http://www.youtube.com/watch?v=mIgGTGkTZns>
-------------- next part --------------
An HTML attachment was scrubbed...
U...
2007 Nov 08
3
skip non-sequential lines using scan?
...doesn't work - it would read lines 5, 6, 7, ...
length(seq(5,99,2)) rather than 5, 7, 9, ... 99. Yes, I know I can
accomplish this by looping, but with the huge datasets I'll be working
with, I'd like to try to save time by doing it all at once. Any ideas?
Matt
--
Matthew C Keller
Asst. Professor of Psychology
University of Colorado at Boulder
www.matthewckeller.com
2016 Mar 18
5
classicupgrade migration issues
...ate group members, (-1073741722,No such group)
==========================================
However the groups do exist on the original PDC host and mapped to unix groups:
==========================================
# net groupmap list
Assistants (S-1-5-21-1832519723-2688400599-3493754984-1891) -> asst
Projects (S-1-5-21-1832519723-2688400599-3493754984-1092) -> projects
...
==========================================
I do not have those unix groups on the new host (but also didn't think
they were needed). And the migration did indeed create them in the AD
as samba-tool shows:
============...
2009 May 20
1
how to get remote ESS graphics to work?
...ng message:
In x11(): unable to open connection to X11 display"
Does anyone out there use interactive graphics on their ESS remote
sessions? If so, could you provide any help? We're really stuck and
just need a step-by-step from anyone who knows.
Thank you,
Matt
--
Matthew C Keller
Asst. Professor of Psychology
University of Colorado at Boulder
www.matthewckeller.com
2009 Mar 11
2
non-positive definite matrix remedies?
...ion matrix (in order to fit an SEM
model). I could add to the diagonal I suppose until it becomes
positive definite. Does anyone have any other ideas on how to deal
with this problem, and what the strengths and weaknesses of different
approaches are?
Thanks in advance,
Matt
--
Matthew C Keller
Asst. Professor of Psychology
University of Colorado at Boulder
www.matthewckeller.com
2018 May 15
2
source line number for instruction
...wing code snippet with LLVM-7 but it doesn't seem to
workhttp://llvm.org/docs/SourceLevelDebugging.html#ccxx_frontend
<http://llvm.org/docs/SourceLevelDebugging.html#ccxx_frontend:>
Is there specific documentation I can refer to implement this?
Thanks
--
*Rtr. PP Ridwan Shariffdeen*
Asst. District Rotaract Representative | Rotaract District 3220
Past President | Rotaract Club of University of Moratuwa
Member | Rotaract Club of Alumni of University of Moratuwa
Graduate | University of Moratuwa
m:+94 772562002 | e:rshariffdeen at gmail.com | w:http://bit.ly/ridwanNaruto |
a: Mount...
2011 May 30
3
ideas about how to reduce RAM & improve speed in trying to use lapply(strsplit())
...30 minutes, and it takes > 23
Gb RAM (no kidding!).
Does anyone have ideas about how to speed up the code above and (more
importantly) reduce the RAM footprint? I'd prefer not to change the
file on disk using, e.g., awk, but I will do that as a last resort.
Best
Matt
--
Matthew C Keller
Asst. Professor of Psychology
University of Colorado at Boulder
www.matthewckeller.com
2008 Jan 15
9
things that are difficult/impossible to do in SAS or SPSS but simple in R
...packages.
Can anyone more familiar with SAS or SPSS think of some examples of
problems that they couldn't do in one of those packages but that could
be done easily in R? Similarly, if there are any examples of the
converse I would also be interested to know.
Best,
Matt
--
Matthew C Keller
Asst. Professor of Psychology
University of Colorado at Boulder
www.matthewckeller.com
2009 Apr 02
0
Fw: Query - How do i configure CIFS protocol for sharing a printer to windows client
Hi team,
Anybody have idea on below issue. Pls suggest..
Regards
Amit Sudhir Anjarlekar
Asst. Systems Engr.
Tata Consultancy Services
Mailto: amit.anjarlekar@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Outsourcing
______________________________________...
2002 Aug 30
5
density() returns a density function that does not add up to 1
Dear R users,
I ran into this curious problem:
> d <- rnorm(100)
> d.density <- density(d)
> sum( d.density$x * d.density$y)
[1] 2.517502
Admittedly the method of computing the mass under the density curve at
line 3 is crude.
But 2.5 is pretty far from 1, the value it should be.
I tried a few other dataset and got similar result. Am I missing
something obvious?
Or is the return
2007 Nov 01
2
unable to install package ff
...attached base packages:
[1] "stats" "graphics" "grDevices" "utils" "datasets"
"methods" "base"
Any ideas how to get ff to install properly on my system? Most
appreciative of any advice!
Matt
--
Matthew C Keller
Asst. Professor of Psychology
University of Colorado at Boulder
www.matthewckeller.com
2003 Jan 25
1
survey package
...al life worked examples
Most importantly, though, I don't do this sort of analysis routinely, so
it's possible that some part of the interface is completely insane from
the viewpoint of practising survey statisticians. Now would be an
excellent time to complain.
-thomas
Thomas Lumley Asst. Professor, Biostatistics
tlumley at u.washington.edu University of Washington, Seattle
2001 Mar 09
2
Neural Net for R for Win
Hello.
Is NN for R for Win available?
It seemes that there's no NN package in contributed ones.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010310/6a58939c/attachment.html