search for: hillig

Displaying 5 results from an estimated 5 matches for "hillig".

Did you mean: hillis
2004 Jan 29
0
change_to_user: Invalid vuid - sporadically access denied
...0, 0)] lib/util.c:show_msg(291) > smb_bcc=0 > [2004/01/28 09:03:24, 6, effective(0, 0), real(0, 0)] > lib/util_sock.c:write_socket(518) > write_socket(12,43) > [2004/01/28 09:03:24, 6, effective(0, 0), real(0, 0)] > lib/util_sock.c:write_socket(521) > > > Matthias Hillig > SBS ORS GD AHS OS 62 > Computer & Network Services (CNS) > *: <mailto:Matthias.Hillig@siemens.com> > *: +49 89 722 31614 > 6: +49 89 722 47847 > >
2012 Jan 10
1
colored outliers
Hi @ all, I have question how to mark significant outliers in R. This is my very simple script to plot a regression: TOC_NI<-read.csv2("C:/Users/XYZ/Desktop/Master/Daten/Statistik/TOC-NI.csv", sep=";", dec=",", encoding="UTF-8") plot(NI~TOC,data=TOC_NI,col="blue", pch=16, xlim=c(0,4500000)) abline(lm(NI~TOC,data=TOC_NI),col =
2011 Nov 29
3
Matrix for correlation
hi @ all, I have problem with creating a matrix for a cor() function. I try to use the cor() function on a matrix to test the correlation between each value in a column. Maybe like corr(x, method = xyz). My x has two columns maybe like this: MEDIA VALUE Car 23 Train 26 Plane 25 Cab 22 Bike 15 .... and so on. Now I want to calculate the correlation between Car and Train, Car
2012 Aug 28
4
barchart with 3 Arguments
Hi @ all, I have a problem concerning the barplot (barchart lattice) of a dataframe. I work with the attached dataframe. When I try to plot this dataframe I only get two rows plottet. When I try to plot the whole dataframe, there is message, that it is 'height' must be a vector or a matrix. On the y-axis, the "amount_cattle" should be displayed and on the x-axis the
2011 Jul 20
3
Grouping columns
*Hi @ all, I have a question concerning the possibilty of grouping the columns of a matrix. R groups the columns alphabetically. What can I do to group the columns in my specifications? The script is the following:* > #R-Skript: Anzahl xyz > > #Quelldatei einlesen > b<-read.csv2("Z:/int/xyz.csv", header=TRUE) > > #Teilmengen f?r die Einzeljahre generieren >