Displaying 4 results from an estimated 4 matches for "rges".
Did you mean:
regs
2007 May 31
1
plotting variable sections of hourly time series data using plot.zoo
Dear list,
I have to look examine hourly time - series and would like to plot variable
section of them using plot.zoo.
Hourly time series data which looks like this:
YYYY MM DD HH P-uk P-kor P-SME EPOT EREA RO R1
R2 RGES S-SNO SI SSM SUZ SLZ
2003 1 1 1 0.385 0.456 0.021 0.000 0.000 0.000 0.013
0.223 0.235 0.01 0.38 74.72 0.96 736.51
2003 1 1 2 0.230 0.275 0.028 0.000 0.000 0.000 0.012
0.223 0.235 0.03 0.56 74.72 0.94 736.37...
2011 Aug 22
0
mount.cifs with "sec=ntlmv2" fails ("mount error(22): Invalid argument")
...ent shows that NTLMv1
is tried ("sess setup type 1").
So is there anything wrong with my setup? Should NTLMv2 be working between Samba and
mount.cifs? If it should, why isn't it in this particular setup?
Any hints will be greatly appreciated.
TIA -- Till
--
Dipl.-Inform. Till D?rges doerges at pre-sense.de
Tel. +49 - 40 - 244 2407 - 14
Fax +49 - 40 - 244 2407 - 24
PRESENSE Technologies GmbH Sachsenstr. 5, D-20097 HH
USt-IdNr.: DE263765024
Ge...
2007 Sep 14
2
quantiles and dataframe
Hi
I have a dataframe, RQ, like this:
A B1 B2 B3
1 NA 112 12
2 NA 123 123
3 NA 324 13
4 3 21 535
5 4 12 33
6 7 1 335
7 4 NA 3535
8 4 NA NA
9 NA NA NA
10 5 NA NA
12 4 NA NA
15 2 NA NA
17 3 NA 1
63 1 NA 1
75 NA NA NA
100 NA NA NA
123 NA NA
2005 Aug 03
1
filter data set unique, duplicate..
Hello
First, thanks for the help for an earlier question about error handling!
I have problem filtering a dataset.
I'm trying to filter the data in the y columns based on the values in the x
column, e.g.:
x y1 y2 yn
1.0 1 NA 3
2.0 1 NA 11
2.0 2 NA NA
3.0