search for: occup

Displaying 20 results from an estimated 195 matches for "occup".

Did you mean: occur
2006 Sep 05
4
Ferret 0.10.2 - Index#search_each() and :num_docs
...t seem to use the options parameter any more ? Thanks, Neville =========================================== require ''rubygems'' require ''ferret'' p Ferret::VERSION idx = Ferret::Index::Index.new idx << {:id => 1, :name => ''Fred'', :occupation => ''Toon''} idx << {:id => 2, :name => ''Barney'', :occupation => ''Toon''} idx << {:id => 3, :name => ''Wilma'', :occupation => ''Toon''} idx << {:id => 4, :name => ...
2012 Jul 17
2
Problem creation tensor
...id user 3 2 ? 3 2 id user 4 ? ? ? 4 ... So user 1 don't like item 1 but he likes so much item 4, for item 2 and 3 he hasn't expressed a rating, etc. I need to construct a tensor with n users, m items and 21 occupations. After I have construct the tensor I want apply Parafac. I read data from a CSV file and build each matrix for each occupation. Didier Leibovici (author of PTAk package) suggested to me: ok that's bit clearer you have 21 matrices ( 1 for each occupations) of users rating their preferenc...
2007 Nov 01
2
ploting a comparison of two scores, including the labels in the plot
Hello r-help! I have data with two kind of ratings on status of 100 occupations. The first kind of rating is on the percieved "objective" status that these occupations have in society at large, and the second kind or rating is on the status that the respondents think that these occuption *should* have. The ratings were originally integer values in the rage 1-9...
2015 Mar 03
2
Asssistance
...time to build a package using R and it's very hard for me to figure out where the problem is. I kindly call for your assistance in fixing the problem. Below is my function; bcidata <- read.csv("~/Desktop/Files_for_Package/data.csv"); bcidata Modelsfunc<- function(bcidata){ occupancymean.data.frame <- NULL for (k in seq(2.5,250,by=2.5)){ i <- 1000/k j <- 500/k bcidata$Xgrid <- cut(bcidata$PX, breaks = i, include.lowest = T) bcidata$Ygrid <- cut(bcidata$PY, breaks = j, include.lowest = T) bcidata$IDgrid <- with(bcidata, interacti...
2010 Mar 02
3
Keeping the order of data set when plotting
I have a data frame with 3 columns and I want to order the entire list by one column and then plot. I used order() and it does order the data set but when I plot it is as if the set is as it was originally. I also can't figure out how to plot two sets of data on the same graph. I have, Occupation American.Workers Foreign.Workers Accountant 12 2 Engineer 45 54 Doctor 50 37 I want to be able to order American.Workers and then plot(Occupation,American.Workers) and plot(Occupation,Foreign.Workers) on the same graph. -- View this message in context: http://n4.nabble.com/Keepi...
2010 Sep 10
3
(no subject)
Hello, I'm trying to do bar plot where 'sex' will be the category axis and 'occupation' will represent the bars and the clusters will represent the mean 'income'. sex occupation income 1 female j 12 2 male b 34 3 male j 22 4 female j 54 5 male b 3...
2006 Aug 28
12
Help with Multiple Readers, 1 Writer scenario
Hi, I''m building a web server application using Ferret [thanks so much Dave], Mongrel and Camping which works fine servicing one request at a time, but serialises searches if more than one request arrives, so I''d like some advice please about the best way to use multiple readers and one writer. Some background ... query requests which in my case are always read only, arrive via
2004 Sep 26
2
help for stata user
Hi, I'm new to R, and I'm STATA user before, could you help me where I can get document about comparison command between STATA and R. Thank you very much, Best regards, -iip-
2010 Mar 01
0
MASS::loglm - exploring a collection of models with add1, drop1
...901, 243, 711, 48, 238, 130, 414, 237, 339, 12, 116, 35, 200, 72, 136, 9, 146, 19, 209, 42, 134, 3, 95, 25, 182, 36, 126), .Dim = c(2L, 3L, 7L, 2L), .Dimnames = structure(list( Status = c("College", "Non-College"), Rank = c("Low", "Middle", "High"), Occupation = c("1", "2", "3", "4", "5", "6", "7" ), Sex = c("Male", "Female")), .Names = c("Status", "Rank", "Occupation", "Sex")), class = c("xtabs", "table&qu...
2010 Feb 16
2
Random Forest
Hi, i'm using randomForest package and i have 2 questions: 1. Can i drop one tree from an RF object? 2. i have a 300 trees forest, but when i use the predict function on new data (with predict.all=TRUE) i get only 270 votes. did i do something wrong? Thanks -- View this message in context: http://n4.nabble.com/Random-Forest-tp1557464p1557464.html Sent from the R help mailing list archive at
2013 Feb 26
0
Multistate occupancy models using Jags
Hi everyone, I am trying to run the example of multistate occupancy model from the book Bayesian Population Analysis using WinBUGS (Marc Kéry and Michael Schaub): This example is available on http://www.vogelwarte.ch/code-for-running-bpa-using-jags.html When I try to run the first line of this section of the model : # Initial values...
2004 Oct 07
2
TDM400P with FXO/FXS hangup problem
...; 1 -> contact commercial exten => 1,1,Dial(Zap/g1,20,A(a_com)) ; r?pondeur si pas de r?ponse : exten => 1,2,Background(fr_dsl) exten => 1,3,Background(fr_messagerie) exten => 1,4,Background(fr_coord) exten => 1,5,Background(fr_contact) exten => 1,6,VoiceMail(s1) ; r?pondeur si occup? exten => 1,102,Background(fr_dsl) exten => 1,103,Background(fr_messagerie) exten => 1,104,Background(fr_coord) exten => 1,105,Background(fr_contact) exten => 1,106,VoiceMail(s1) ; 2 -> contact technique exten => 2,1,Dial(Zap/g1,20,A(a_tech)) ; r?pondeur si pas de r?ponse : ex...
2010 Nov 03
1
Recoding -- test whether number begins with a certain number
Dear R community, I have a question concerning recoding of a variable. I have a data set in which there is a variable devoted to the ISCO code describing the occupation of this certain individual (http://www.ilo.org/public/english/bureau/stat/isco/isco88/major.htm). Every type of occupation begins with a number and every number added to this number describes th occupation more detailed. Now my problem: I want to recode this variable in a way that every value...
2020 May 29
2
Dynamically determine the CostPerUse value in the register allocator.
...ls are explained towards the end of this e-mail), and found that having a dynamic register cost is important to achieve an optical allocation. Precisely, it is important to limit the number of VGPRs allocated for a kernel/device-function to a smallest value since it will have a direct impact on the occupancy. The occupancy means the number of wavefronts that can be launched at runtime for a kernel program. Some initial thoughts on how to fix it: 1. Have a target interface (a switch) to enable/discard the CostPerUse value. 2. Get the register cost in the same way we define various calling co...
2007 Feb 21
0
How to read channel occupation from PRI INTENSE DEBUG ?
...based on hard facts yet), is that all 4 channels were not all busy. How can I can check this reading PRI INTENSE DEBUG SPAN (enormous) output ? I guess this information should be somehow readable from Channel D . As PRI INTENSE DEBUG shows both Supervisory and Informational frames, I guess channel occupation should be in Supervisory frames which I don't know yet how to read. How can I check this ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070221/085fd9c7/attachment-0001.htm
1999 Mar 10
1
lty=2
On Wed, Mar 10, 1999 at 03:14:08PM +0000, Simon Bond wrote: > Dear all, > > I'm using R 63.2 on windows NT, when I use > > > lines(x,y, lty=2) > > it produces a dashed line between the first pair of points and then reverts > back to a solid line. It produces different colours perfectly ok, but it's > not really a solution when the plot needs to be printed
2005 Oct 24
2
GAM and AIC: How can I do??? please
...) 1.833 24.153 0.00014213 R-sq.(adj) = 0.435 Deviance explained = 47.1% GCV score = 0.0010938 Scale est. = 0.00099053 n = 30 > AIC(a.fit) Error in logLik(object) : no applicable method for "logLik" Eun A Kim, MD, MPH, Ph.D Senior Researcher Occupational safety and Health Research Institute Korea Occupational Safety and Health Agency TEL : +82-32-510-0910, FAX: +82-32-518-0862 Address: 34-4 Gusan-dong, Bupyung-Gu, Incheon city, 430-711, Republic of Korea Home Fax +82-(303)3111-0573 [receive_check.cgi?sender=euna0 at dreamw...
2020 May 30
2
Dynamically determine the CostPerUse value in the register allocator.
...nd of this e-mail), and > found that having a dynamic register cost is important to achieve an > optical allocation. > > Precisely, it is important to limit the number of VGPRs allocated for a > kernel/device-function to a smallest value since it will have a direct > impact on the occupancy. The occupancy means the number of wavefronts that > can be launched at runtime for a kernel program. > > > > Some initial thoughts on how to fix it: > > 1. Have a target interface (a switch) to enable/discard the CostPerUse > value. > 2. Get the register cos...
2011 Mar 07
1
null model for a single species?
Dear List members, I would like to test whether an observed occupancy of lakes in a landscape has occurred randomly (by chance) or not. How can I do that? The problem is that it concerns only a single species and I would like to use binary data only. At first I thought of generating null models and test the observed occupancy against the randomly generated one....
2009 Feb 13
1
equivalent to SAS genmod code in R?
...since I just started using R my search was not successful. Especielly since I only have an old SAS GENMOD code structure from my project supervisor as an indication. My question is no, does there exist a code in R which is equivalent to the SAS code below? PROC GENMOD DATA=X; CLASS FLH; MODEL BS/OCCUPANCY = distcrop distfor flh distcrop*flh /D=B LINK=LOGIT TYPE3; RUN; Thanks for answers! Nick [[alternative HTML version deleted]]