Displaying 5 results from an estimated 5 matches for "hilliges".
Did you mean:
hillier
2004 Jan 29
0
change_to_user: Invalid vuid - sporadically access denied
> Hi there,
>
> we're running into sporadic (!) problems when users access files read/write using rational clearcase.
> The production is running on unix and automatically starts several telnet sessions from unix to win2k
> (but only one at a time) that copy directory trees onto the samba share (sunos 5.8/samba 2.2.8a).
> After a while in various parts of the production
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
>