search for: geschlecht

Displaying 4 results from an estimated 4 matches for "geschlecht".

2005 Aug 30
1
graphics
Hello, I guess a have a very simple problem though up to now couldn't solve it: I want to plot two datasets wihtin one plot like plot(x) provides it for one dataset(type="b" that is: points connected by lines). Example data 'x': Befragung1 Befragung2 Befragung3 Geschlecht 2.25 2.34 1.78 weiblich 1.34 3.45 2.23 maennlich The two rows of the example above form two datasets. Now I'm looking for something like plot(~x |Geschlecht, ... ): X-axis containing Befragung1...3, y-axis containing the values given by the matrix 'x', points within one d...
2003 Jan 29
1
RODBC sqlSave Error
...erfavorit1" "Aktuelle Bewerbungssituation" ... ..- attr(*, "names")= chr "CUSID" "WELLE" "Q21" "BEWERB" ... sqlSave(channel,mno.x,verbose=T) Query: CREATE TABLE mno.x (rownames varchar(255) ,BEWERB double ,MEDIENPR?SENZ double ,GESCHLECHT double ) Error in sqlSave(channel, mno.x, verbose = T) : [RODBC] ERROR: Could not SQLExecute >>str(mno.x) `data.frame': 583 obs. of 3 variables: $ BEWERB : num 2 2 1 2 1 1 2 2 1 1 ... $ MEDIENPR?SENZ: num 73.3 75.0 70.0 60.0 100.0 ... $ GESCHLECHT : num 1 1 1...
2013 May 11
3
boxplot with grouped variables
my dataset looked like this in the beginning: >Daten V1 V2 V3 1 Dosis Gewicht Geschlecht 2 0 6.62 m 3 0 6.65 m 4 0 5.78 m 5 0 5.63 m I need box plots for V2 with all combination of V1 and V3, so I deleted the first row, and tried this: boxplot(Daten$V2[Daten$V3=="m"]) but it does not work and I have no clue...
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...Spindler" <Martin.Spindler at gmx.de> To: r-help at R-project.org Subject: [R] subset with two factors Message-ID: <20101210112513.214200 at gmx.net> Content-Type: text/plain; charset="utf-8" Dear all, I have a dataframe of the following strucutre numacc_b coverage_b Geschlecht GG 1 0 1 W A 2 0 1 M A 3 0 1 M B 4 0 1 M B 5 0 1 W A 6 0 1 M B I would like to form a subset consisting of all entries with Geschlecht=M and G...