search for: abk

Displaying 9 results from an estimated 9 matches for "abk".

Did you mean: abi
2000 Sep 03
1
removing rows from a dataframe
Hi, I have a dataframe, hilodata, which looks like this: > hilodata sym date maxprice minprice ntick 1 ABK 19910711 11.1867461 0.0000000 108 2 ABK 19910712 11.5298979 11.1867461 111 3 ABK 19910715 11.7357889 11.4612675 52 4 ABK 19910716 11.5298979 11.3240068 51 5 ABK 19910717 11.4612675 11.1181158 23 6 CSC...
2009 Dec 10
1
Detectar outliers en un gráfico de dispersión
...iero mostrar recta de regresión y valor de correlación serie0 <- c(0.651, 0.712, 0.614, 0.645, 0.559, 0.647, 0.642, 0.534, 0.616, 0.621, 0.623) serie1 <- c(0.572, 0.641, 0.565, 0.596, 0.518, 0.604, 0.602, 0.501, 0.58, 0.589, 0.596) data <- cbind(serie0, serie1) colnames(data) <- c('ABK', 'CMJ') rownames(data) <- c('CV', 'JN', 'MM', 'AT', 'NS', 'JA', 'SR', 'PC', 'JS', 'CB', 'AG') colors=gray.colors(length(rownames(data))) rang <- c(1:length(rownames(data))) plot(serie0, serie1...
2009 Dec 10
0
Detectar outliers en un gráfico de dispersión SOLUCION
...i soft. La solución (por si le sirve a alguien) es: -- serie0 <- c(0.651, 0.712, 0.614, 0.645, 0.559, 0.647, 0.642, 0.534, 0.616, 0.621, 0.623) serie1 <- c(0.572, 0.641, 0.565, 0.596, 0.518, 0.604, 0.602, 0.501, 0.58, 0.589, 0.596) data <- cbind(serie0, serie1) colnames(data) <- c('ABK', 'CMJ') rownames(data) <- c('CV', 'JN', 'MM', 'AT', 'NS', 'JA', 'SR', 'PC', 'JS', 'CB', 'AG') colors=gray.colors(length(rownames(data))) rang <- c(1:length(rownames(data))) plot(serie0,serie1...
2010 Aug 06
1
Running Sweave directly from Windows command line
...ows. However, running Sweave from the R command prompt works fine. Anyway, under Linux the command "R CMD Sweave file.Rnw" works also perfectly. Is there any possibility to get it working in Windows? Thanks in advance! Wassertemperaturen in Deutschland Sommer, Sonne, Strand - wer braucht Abk?hlung? Die aktuellen Wassertemperaturen und Windgeschwindigkeiten f?r Deutschlands Badeseen gibt?s auf arcor.de.
1999 Jun 02
0
ACI appraisal program "freezes" when accessing SAMBA shares
..., 5] smbd/mangle.c:name_map_mangle(983) name_map_mangle( 32023360.aci, need83 = FALSE, cache83 = TRUE, 3 ) [1999/06/02 16:04:25, 5] smbd/mangle.c:name_map_mangle(1017) name_map_mangle() ==> [32023360.aci] [1999/06/02 16:04:25, 5] smbd/mangle.c:name_map_mangle(983) name_map_mangle( 32023360.abk, need83 = FALSE, cache83 = TRUE, 3 ) [1999/06/02 16:04:25, 5] smbd/mangle.c:name_map_mangle(1017) name_map_mangle() ==> [32023360.abk] I set "mangled names" to "no" to see if that would help, but it didn't. Does anyone know of a way to fix or get around this problem?...
2014 Jan 16
3
[LLVMdev] Do all user-written passes have to be run through a PassManager object (called from outside the LLVM infrastructure)?
...ses and getting the correct results: #if METHOD_1 PassManager PM; PM.add(new Analyzeind(F)); PM.run(*M); #else //METHOD_2 AnalyzeKind *abk = new AnalyzeKind(F); abk->runOnFunction(*F); #endif However, I found that if my own pass has requirements, e.g. AU.addRequired<DominatorTree>(); AU.addPreserved<DominatorTree>...
2011 Jan 03
0
orddom package for Ordinal Dominance Statistics
...vailable as of now via http://cran.r-project.org/web/packages/orddom/index.html Your comments and suggestions are appreciated; please send your email to jens.rogmann _AT_ uni-hamburg.de Thank you, Kind regards Jens J. Rogmann --------------- Dr. J. J. Rogmann Universit?t Hamburg Fakultaet EPB / ABK Dept of Psychology Von-Melle-Park 5/IV D-20146 Hamburg Germany _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Jan 03
0
orddom package for Ordinal Dominance Statistics
...vailable as of now via http://cran.r-project.org/web/packages/orddom/index.html Your comments and suggestions are appreciated; please send your email to jens.rogmann _AT_ uni-hamburg.de Thank you, Kind regards Jens J. Rogmann --------------- Dr. J. J. Rogmann Universit?t Hamburg Fakultaet EPB / ABK Dept of Psychology Von-Melle-Park 5/IV D-20146 Hamburg Germany _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2004 Sep 01
8
Rules by Mac Address
Hi, I am using Shorewall in Adamantix. At the moment everything flow fine, my question is that how can I filter the access by computer mac address, I had read the documentation maybe I am ''stupid enough to spot the guide, if so please show me''. What is the rules line if I want to 1. limit ~01-01-01-01-01-01,~02-02-02-02-02-02,~03-03-03-03-03-03-03 to access 202.202.202.202