Displaying 20 results from an estimated 894 matches for "men".
Did you mean:
len
2012 Jun 02
5
error trying ENC.
Hello, I''m trying to use External Node classification and I have not
idea what is my mistake.
I getting the following error :
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: undefined method `downcase'' for ["hola",
{"mens"=>"HOLA"}]:Array on node casa
I have a very simple parameter class :
class hola( $mens = "HELLO" ) {
notify{"puppet": message => "$mens"}
}
I''m setting puppet.conf in master section :
node_terminus = exec
external_no...
2008 Mar 28
2
Comparing proportions between groups
Hello there,
I have two groups (men and women) and I know per group how many of them
smoke or don't smoke (women 40 of 200; men 100 of 300). I would like to know
how I can compare in R if men and women differ significantly in their
smoking. However, because there are more men in the sample than women I
cannot just compare the nu...
2008 Dec 24
1
Using SPSS Labels
...d.value.labels=TRUE)
When I try to import the file, the value labels are not assigned to the
rows. This is what I get.
ID GENDER
1 1 1
2 2 2
3 3 1
4 4 2
5 5 1
6 6 1
7 7 1
8 8 2
9 9 2
10 10 1
11 11 3
In the .sav file, 1 = Men 2 = Women 3 = user assigned missing.
The variable values are attached as a value.labels attribute. If I
remove row # 11 (gender = 3), I can import the file as I expect.
ID GENDER
1 1 Men
2 2 Women
3 3 Men
4 4 Women
5 5 Men
6 6 Men
7 7 Men
8 8...
2006 Jul 15
4
updating multiple records with form
...has two models -- products and details. I''m building
a form that allows a user to create a new product and specify a
description, etc.
The form needs to allow for creation of multiple items in the details
model/table. for example, I have a block of form items that collect
info for the men''s version of the product -- inventory count for each
size, etc. And a similar block of form items for women''s versions.
I''m wondering how I can specify that each inventory count box creates a
new detail record with the right values (ie,
product_id=123456,gender=mens,...
2007 May 09
3
bug when assigning new analyzer?
...39;rubygems''
require ''ferret''
include Ferret
PATH = ''/tmp/ferret_stopwords_test''
index = Index::IndexWriter.new(:path => PATH, :create => true)
index.analyzer = Analysis::StandardAnalyzer.new([])
index << {:title => ''a few good men'', :language => ''en''}
index.analyzer = Analysis::StandardAnalyzer.new([''men''])
index << {:title => ''a few good men'', :language => ''nl''}
index.close
searcher = Index::Index.new(:path => PATH)
puts se...
2005 Apr 19
1
controlling the x axis of boxplots
...hope ...
I have data for continuous variables (measures of residents) by a
categorical variable in range (1,22), the units in which they live.
I want to plot these data with a pair of boxplots one above another
with same x-axis (1,22) using par(mfrow=c(2,1)) and then plotting
first for the women then for the men. My problem is that some units
have only men, some have only women, and some have both. I'd like
both plots to have the same x axis and the notched, varwidth boxplots
to locate themselves with some gaps so that the units are in the same
place on the x axis on each plot....
2008 Aug 23
3
graphs for pretest data
Is there an easy way to make graphs for the following data. I have
pretest and posttest scores for men and
women. I would like to form a 'titlted segment' plot for the data.
That is, make segments joining the scores,
with different types of segments for men and women.
Example data:
menpre <- c(43,42,26,39,60,60,46)
menpost <- c(40,41,36,42,54,58,43)
womenpre <- c(46,56,81,56,70,7...
2011 Jun 06
1
list demographics
...shot at classifying the names given in the email header as
male/female, but ended with a fair number of unknowns.
This dataset had 2797 list messages, in 895 questions. 1501 messages
were replies to one of those questions by someone not the original
querent.
Across all messages, 6.5% were from women, 77.8% from men, 15.7% unknown.
For new questions, 11.7% were from women, 61.2% from men, 27.0% unknown.
Among responses to other people's questions, 2.6% were from women,
92.3% from men, 5.1% unknown.
Nine women answered other people's questions, but only two were what
I'd consider...
2008 Jul 26
1
Simple vector question.
...Year DayOfYear Sku Quantity CatId Category SubCategory
1 2007 1 100091 1 10862 HOLIDAY Christmas
2 2007 1 100138 1 11160 PET COSTUMES Famous (Licensed)
3 2007 1 100194 1 10749 HATS, WIGS & MASKS Wigs - Women's
4 2007 1 100432 1 10865 HOLIDAY Easter
5 2007 1 100911 1 10120 MEN Superheroes Men
. . . .
600 2007 2 139002 1 10413 GIRLS Historical Girls
601 2007 2 138959 1 10322 BOYS TV & Movie...
2002 May 23
2
Find if there is independence
Hello
I have the matrix
a<-matrix(c(2,1,0,1,2,2,1,5,7,2,5,12),nrow=6)
a
[,1] [,2]
[1,] 2 1
[2,] 1 5
[3,] 0 7
[4,] 1 2
[5,] 2 5
[6,] 2 12
Suppose that in the first row we have 3 men of England, 2 with hair, and 1
no
In the second we have 6 italian men, 1 with hair and 5 no ...
I want to find if there is a dependence between men withouth hair and
nationality.
By the way, which is the simplest command to use to study the independence
in a matrix like the one that I wrote?
Using...
2006 Jun 16
4
Form magic
...a general discovery question then a coding one.
Is it possible (and I already know it should be) to create forms where
depending on a particular choice in one select tag, one or another
select tags would be presented in the form.
As an example, a shopping site , where a dropdown has options of:
1-Men''s shoes
2-Women''s shoes
3-Children''s shoes
If user selects Men''s shoes, then the following form field / select
would present a set of options for men''s shoes, etc. Similarly, the
other options would generate other select options particular to those
gro...
2009 Mar 11
0
Working up examples of barplots with customized marginal items
...her hand,
dev.copy(postscript, ---whatever--)
will inherit the par values set on the screen device.
Is there a single command that can adjust the margins of all devices
that are created within a given session?
Anyway, here's my big barplot script and I hope some students benefit
from experimenting with it
pj
### Paul Johnson
### Twisting the margins of a barplot
### I never thought too much about customizing barplots, but
### now I have learned some tricks to share. Step through these
### examples to see the possibilities.
set.seed(424242)
x <- rpois(10, lambda=10)
mynames <...
2013 Jan 17
0
Role of "password server" statement
Hi,
Using Samba 3.6.3 on Ubuntu 12.04. I'm trying to understand how the
"password server" statement works with winbind. I thought if you don't
use the default "*" value, but instead created a list of DCs, it would
only use a DC from that list. But, we have seen winbind connect to a DC
that is not listed in the password server statement, but is listed in DNS:
root at as1:~# ho...
2009 Sep 18
1
Within-group correlation confidence intervals
I'm trying to obtain within-group correlations on a subset of variables. I
first selected my variables using the following command:
mydata$x<-mydata[c("iq","education","achievement")]
I'd like to look at correlations among those variables separately for men
and women. My gender variable in mydata is coded 1 (women) and 0 (men).
I have successfully used the following to get within group correlations and
p values:
by(x,gender,function(x) rcorr(as.matrix(x)))
Howeve...
2012 Aug 09
2
Olympics: 200m Men Final
...und at
http://lamages.blogspot.pt/2012/07/london-olympics-and-prediction-for-100m.html
I've made the same, just changing the address to the 200m historical
data, and the predicted time was 19.27. Usain Bolt has just made 19.32.
If you want to check it, the address and the 'which' argument are:
url <-
"http://www.databasesports.com/olympics/sport/sportevent.htm?sp=ATH&enum=120"
Plus a change in the graphic functions' y axis arguments to allow for
times around the double to be ploted and seen.
#
# Original by Markus Gesmann:
#
http://lamages.blogspot.pt/201...
2006 Apr 25
0
No sound in one calling direction, men using PRI with E1 and Q.SIG
...g Q.SIG. And everything
has been working just fine.
I've tried to look at the PRI debug output, but not much help there...
What information is needed from me to get any help with this?
Best regards,
Peter Olsson
Visionutveckling AB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060425/724c7329/attachment.htm
2007 Sep 05
2
Multiple xyplots
Hi everyone,
I'm hoping you can give me some pointers. I have a requirement to draw
multiple (103) xy line plots onto one output device. Ideally the plots
should be displayed in a hexagonal grid (example at
www.maladmin.com/example.jpg). I can calculate the locations for each
waveform but am wondering how to create multiple plotting areas. I have
come accross referen...
2018 Dec 24
4
You removed Weboob package over political reasons? Whole Internet laughs at you
On 12/24/18 7:21 AM, vsnsdualce at memeware.net wrote:
> Debian is not ruled by the men who actually write the software, but
> instead women.
*snip*
Can we please ban the person who sent that disgusting rant to the list?
2010 Apr 14
2
winxp + sp3 = samba-shared printer hangs the system
hi,
since I upgraded some winxp-pro sp2 client to sp3, my samba-shared
printers are no-longer usable :-/
With sp3, if I run notepad and choose the men? File-Print, the "print"
window hangs and does not show any printer for about 1 minute! The
same thing happens when I click on the men? Start-settings-Printer and
faxes.
With sp2, everything works correctly and I can browse all my
configured samba-printers.
This is the way I added print...
2011 Dec 28
2
Gale-Shapley Algorithm for R
Dear R-helpers,
I'm not a speciallist in writing complex functions, and the function still
very rusty (any kind of suggestions are very welcome). I want to implement
Gale-Shapley algorithm for R Language. It is based on
http://www.jstor.org/stable/10.2307/2312726 Gale and Shapley (1962) , and it
has evolved to
http://kuznets.fas.harvard.edu/~aroth/papers/Gale%20and%20Shapley.revised.IJGT.pdf
several applications in many languages, C++, JAVA,
http://stackov...