search for: cis

Displaying 20 results from an estimated 503 matches for "cis".

Did you mean: cds
2013 May 07
3
Announce: cis-puppet 0.2.0 is now available
Overview ======== This module implements the Center for Internet Security (CIS) Security Configuration Benchmark for Red Hat Enterprise Linux 6 v.1.1.0 (avilable at http://benchmarks.cisecurity.org). Each scored control has been implemented as a class or a custom fact. Installation ============ Please either: - Clone git repo from https://github.com/arildjensen/cis-puppet...
2009 Jul 24
4
CI wiskers
I have a matrix containing means and CIs (lower and upper in two columns, so three columns for every data point) for several points. I have to build a graph of these means accompained by the CIs (as wiskers). No problems with making the graph of means, but I don't know how to introduce CIs. Can anybody advise? -- View this message...
2010 Feb 17
1
Problems transferring from older version of rsync to new
...sync version 2.6.8 protocol version 29 On another system I have: > authoritative# rsync --version rsync version 3.0.7 protocol version 30 I have the following problem when trying to fetch files from the system running the old daemon: # /usr/local/bin/rsync --protocol=29 -vvvvvvvv rsync://cis/namedb/named.cis.slave.conf /etc/namedb/cis FILE_STRUCT_LEN=24, EXTRA_LEN=4 opening tcp connection to cis port 873 sending daemon args: --server --sender -vvvv . namedb/named.cis.slave.conf (Client) Protocol versions: remote=29, negotiated=29 Invalid flist flag: 1004 [Receiver] _exit_cleanup(code=...
2005 Oct 19
0
mid-p CIs for common odds ratio
mantelhaen.test() gives the exact conditional p-value (for independence) and confidence intervals (CIs)for the common odds ratio for a stratified 2x2 table. The epitools package by Tomas Aragon (available via CRAN) contains functions which use fisher.test() to calculate mid-p exact p-values and CIs for the CMLE odds ratio for a single 2x2 table. The mid-p p-value for independence for a stratified 2x...
2010 Jul 06
0
Problem with wct4xxp - cannot make calls
...onfig! Jul 5 18:00:36 server kernel: dahdi: Registered tone zone 0 (United States / North America) Jul 5 18:00:36 server kernel: About to enter startup! Jul 5 18:00:36 server kernel: TE4XXP: Span 1 configured for CCS/HDB3/CRC4 Jul 5 18:00:36 server kernel: 2G: Got interrupt, status = 0000000c, CIS = 0080 Jul 5 18:00:36 server kernel: wct4xxp 0000:06:08.0: timing source auto Jul 5 18:00:36 server kernel: wct4xxp 0000:06:08.0: Evaluating spans for timing source Jul 5 18:00:36 server kernel: wct4xxp 0000:06:08.0: span 1 is green : syncpos 1 Jul 5 18:00:36 server kernel: wct4xxp 0000:06:0...
1996 Nov 25
0
LSF Update#14 v1.2 "lpr vulnerability"
...NED MESSAGE----- $Id: lpr-vulnerability-0.6-linux,v 1.2 1996/11/25 22:39:20 alex Exp $ Linux Security FAQ Update lpr Vulnerability Mon Nov 25 16:56:59 EST 1996 Copyright (C) 1995,1996 Alexander O. Yuriev (alex@bach.cis.temple.edu) CIS Laboratories TEMPLE UNIVERSITY U.S.A. ============================================================================= This is an official Update of the Linux Security FAQ, and it is suppos...
2006 Nov 27
1
Help with response CIs for lme
Hi, Can someone please offer a procedure for going from CIs produced by intervals.lme() to fixed-effects response CIs. Here's a simple example: library(mlmRev) library(nlme) hsb.lme <- lme(mAch ~ minrty * sector, random = ~ 1 | cses, Hsb82) (intervals(hsb.lme)) (hsb.new <- data.frame minrty = rep(c('No', 'Yes'), 2), s...
2004 Jul 08
4
read.frame
...NP_000055 NP_000087 NP_000168 Now I did the following FIRST time: c=read.table("file1.txt") e=read.table("file2.txt") s=read.table("file4.txt") h=read.table("file3.txt") > class(c) [1] "data.frame" > class(s) [1] "data.frame" > CiS=intersect(c,s) > CiS NULL data frame with 0 rows ##### Why am I getting NULL data error. I know there are common elements between c and S. ########## > CiS<-intersect(read.matrix(c,s)) Error in unique(y[match(x, y, 0)]) : Argument "y" is missing, with no default > CiS<-in...
2017 Dec 10
2
Confidence intervals around the MIC (Maximal information coefficient)
...5,4,3,2) D=c(3,5,4,6,7,2,3,1,2,4,5,4,6,4,5,4,3,2,8,9) cor(C,D,method= "spearman") library(boot) myCor=function(data,index){ cor(data[index, ])[1,2] } results=boot(data=cbind(C,D),statistic=myCor, R=2000) boot.ci(results,type="all") ########## Now, I would like to calculate the CIs around the MIC (Maximal information coefficient). The MIC can be calculated thanks to the library(minerva). I don?t get the CIs for the MIC, I don?t know how to change my R codes to get the CIs around the MIC. Any help would be highly appreciated : ########## library(minerva) mine(C,D) library(bo...
1996 Nov 21
2
Re: BOUNCE: Re: Chattr +i and securelevel
...able module loading. 4) disable the chattr call for ext2fs. Only (4) is implemented right now. Roger. > > Best wishes, > Alex > From mail@mail.redhat.com 11628 by invoked 501); uid Received: (qmail 17521 invoked from network); 22 Nov 1996 21:43:54 -0000 Received: from bach.cis.temple.edu (155.247.71.92) by mail2.redhat.com with SMTP; 22 Nov 1996 21:43:53 -0000 Received: (from alex@localhost) by bach.cis.temple.edu (8.7.4/8.7.3) id QAA22951; Fri, 22 Nov 1996 16:56:41 -0500 Received: from mail2.redhat.com (mail2.redhat.com [199.183.24.247]) by bach.cis.temple.edu (8.7.4/...
1996 Nov 22
0
LSF Update#14: Vulnerability of the lpr program.
...NED MESSAGE----- $Id: lpr-vulnerability-0.6-linux,v 1.1 1996/11/22 21:42:46 alex Exp $ Linux Security FAQ Update lpr Vulnerability Thu Nov 21 22:24:12 EST 1996 Copyright (C) 1995,1996 Alexander O. Yuriev (alex@bach.cis.temple.edu) CIS Laboratories TEMPLE UNIVERSITY U.S.A. ============================================================================= This is an official Update of the Linux Security FAQ, and it is suppos...
2024 Jan 13
2
Strange results : bootrstrp CIs
Dear R-experts, Here below, my R code working BUT I get a strange result I was not expecting! Indeed, the?95% percentile bootstrap CIs is (-54.81, -54.81 ). Is anything going wrong? Best, ########################################## Score=c(345,564,467,675,432,346,476,512,567,543,234,435,654,411,356,658,432,345,432,345, 345,456,543,501) ? Country=c("Italy", "Italy", "Italy", "Turkey", "...
2005 Jan 24
0
CIS inquiries
...t it might be convenient to have something like this for occasions in which I'm in a foreign domain and would like to make inquires on my office machine without firing up a full fledged browser. Lynx is ok for this purpose, but it might be nice to have something more specifically designed for CIS. url: www.econ.uiuc.edu/~roger Roger Koenker email rkoenker at uiuc.edu Department of Economics vox: 217-333-4558 University of Illinois fax: 217-244-6678 Champaign, IL 61820
2005 May 21
0
studentized CIs for a correlation using package boot
Dear useRs I need to compute studentized confidence intervals for a correlation, using the boot library. For this CIs we need to compute a variance estimate of the statistic (here correlation coeff) from each boostrap sample. There are 2 important points, I think: (1) We need to do a fisher transformation (atanh(x)) to correct for non-normality, this can be done easily be specifying h, hinv, and hdot parameteres i...
2005 Jul 11
2
CIs in predict?
...areapred.b <- seq(min(vol$log.area[vol$lake=="b"]), max(vol$log.area[vol$lake=="b"]), length=100) preda <- predict(vol.mod3, data.frame(log.area=areapred.a,interval="confidence" ,lake=rep("a",100))) #This gives the fitted values as predicted, but no CIs > preda 1 2 3 4 5 6 7 8 9 -0.562577529 -0.553263576 -0.543949624 -0.534635671 -0.525321718 -0.516007765 -0.506693813 -0.497379860 -0.488065907 10 11 12 13...
2008 Nov 14
3
Change Confidence Limits on a plot
...llows: mult<-glht(lm(effectModel, data=statdata, na.action = na.omit), linfct=mcp(mainEffect="Means")) meanPlot <- sub(".html", "meanplot.jpg", htmlFile) jpeg(meanPlot) plot(mult, main=NA, xlab=unlist(strsplit(Args[4],"~"))[1]) This produces 95% CIs by default but I would like to produce 99% CIs - How do I do this? Thanks, Robin -- View this message in context: http://www.nabble.com/Change-Confidence-Limits-on-a-plot-tp20503927p20503927.html Sent from the R help mailing list archive at Nabble.com.
2010 Apr 30
4
plotting multiple CIs
...eb/packages/plotrix/index.html This is their example: library(plotrix) y <- runif(10) err <- runif(10) plotCI(x=1:10,y=y,uiw=err,liw=2*err,lwd=2,col="red",scol="blue",main="Add colors to the points and error bars") but does not seem to support plotting multiple CIs but only one per point, is there a similar library somewhere but having the possibility to plot multiple CIs? I know there is the function "segment" but I like this one above more :) Thanks in advance, Best regards, Giovanni
2011 Nov 15
2
break error bars in ggplot2
Hello, i use ggplot to plot some measures including CIs as horizontal errorbars. I get an error when the scale limits are narrower than the boundaries of the error bar and hence the CIs are not plotted. library(ggplot2) df <- data.frame(resp=c(1,2), k=c(1,2), se=c(1,2)) ggplot(df, aes(resp,y=k)) + geom_point() + geom_errorbarh(aes(xmax = resp + se...
2024 Jan 13
1
Strange results : bootrstrp CIs
? Sat, 13 Jan 2024 20:33:47 +0000 (UTC) varin sacha via R-help <r-help at r-project.org> ?????: > coef(lm(Score~ Time + factor(Country)),data=data[idx,]) Wrong place for the data=... argument. You meant to give it to lm(...), but in the end it went to coef(...). Without the data=... argument, the formula passed to lm() picks up the global variables inherited by the func() closure.
2008 Dec 02
1
Asymmetric CIs
Hi, I was wondering if there was some sort of package or function that calculated asymmetric confidence intervals for small proportions. I thought of both the epicalc and epitools package, but I am hoping to find something where you can just plug in a standard error and point estimate and it will output the upper and lower CI bounds. Thanks! Sarah