search for: v6

Displaying 20 results from an estimated 2475 matches for "v6".

2013 Jun 30
0
Help: argument is not numeric or logical: returning NA
...re(list......) #output of dput ? lst2<- lst1[1:10] #deleted the last list element lst3<-lapply(lst2,function(x) {x$V3<- as.character(x$V3);x})? #here if I apply one of the conditions, none of the list elements fulfill the criteria #for example lapply(lst3,function(x) subset(x,V1==6 & V6>300 & V6<3000,select="V6")) #[1]] #[1] V6 #<0 rows> (or 0-length row.names) # #[[2]] #[1] V6 #<0 rows> (or 0-length row.names) # #[[3]] #[1] V6 #<0 rows> (or 0-length row.names) --------------------------------------------- #changed the V1 column ?set.seed(24)...
2009 Mar 31
3
Factor Analysis Output from R and SAS
...r loadings are different. I did real dataset(n=264), however, I had an extremely different from R and SAS. Why this things happened? Which software is correct on? Thanks in advance, - TY #R code with example data # A little demonstration, v2 is just v1 with noise, # and same for v4 vs. v3 and v6 vs. v5 # Last four cases are there to add noise # and introduce a positive manifold (g factor) v1 <- c(1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,4,5,6) v2 <- c(1,2,1,1,1,1,2,1,2,1,3,4,3,3,3,4,6,5) v3 <- c(3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,5,4,6) v4 <- c(3,3,4,3,3,1,1,2,1,1,1,1,2,1,1,5,6,4) v5 &l...
2005 Oct 20
5
search a value in variables dataset
Dear R-list, I have a dataset, say (the real dataset is 20 columns,110200 rows). > my.reducedID V1 V2 V3 V4 V5 V6 V7 V8 V9 [1,] 1 0 0 1 14 3 1 0 2 [2,] 2 0 0 1 14 3 1 0 2 [3,] 0 1 0 1 14 2 1 0 2 [4,] 0 0 1 1 14 3 1 0 2 [5,] 0 1 1 0 14 2 1 0 2 [6,] 0 0 0 1 14 3 1 0 2 [7,] 0 0 0 1 0 3 1 0 2 [8,] 0 0 0 1 1 3 1 0 2...
2023 Aug 05
2
Question on simultaneous IPv4 and IPv6 "any address" listening
Cheers all, TL;DR version: I've recently found that at least on my test box the `LISTEN *` line had only set up an IPv4 `0.0.0.0` listener but not an IPv6 `::0` listener for `upsd`. In fact, at least on a "dual-stack" system, it seems impossible to bind to both - so depending on binding order I either lose IPv6 or lose IPv4 directly (but have it practically as IPv4-over-IPv6). Given that `LISTEN *` support is in fact not documented expli...
2023 Aug 05
2
Question on simultaneous IPv4 and IPv6 "any address" listening
Cheers all, TL;DR version: I've recently found that at least on my test box the `LISTEN *` line had only set up an IPv4 `0.0.0.0` listener but not an IPv6 `::0` listener for `upsd`. In fact, at least on a "dual-stack" system, it seems impossible to bind to both - so depending on binding order I either lose IPv6 or lose IPv4 directly (but have it practically as IPv4-over-IPv6). Given that `LISTEN *` support is in fact not documented expli...
2009 Aug 16
5
Plot(x,y)
Hi , I am using the plot function for some data , and the plot is coming back pure black , with scales on the side . Regards Malcolm [[alternative HTML version deleted]]
2020 Sep 20
2
expresiones regulares
Hola a tod en s ?alquien sabria como convertir estas frases con expresiones regulares? 1.3ptd -> 1.3 ptd 1.3ptdm -> 1.3 ptdm 4.4ptdm23j -> 4.4 ptdm 23j 7.716s -> 7.7 16s 1.4hola -> 1.4 hola 1.4hola.hola -> 1.4 hola.hola 5.5v6 -> 5.5 v6 5.5v6sdp -> 5.5 v6 sdp 5.5v10sdp -> 5.5 v10 sdp de forma que esta frase "hola 1.3ptd 1.3ptdm 4.4ptdm23j 7.716s 1.4hola pepe 1.4hola.hola 5.5v6 5.5v6sdp 5.5v10sdp" quedara as? "hola 1.3 ptd 1.3 ptdm 4.4 ptdm 23j 7.7 16s 1.4 hola pepe 1.4 hola.hola 5.5 v6 5.5...
2023 Aug 05
1
Question on simultaneous IPv4 and IPv6 "any address" listening
Jim Klimov via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> writes: > I've recently found that at least on my test box the `LISTEN *` line had > only set up an IPv4 `0.0.0.0` listener but not an IPv6 `::0` listener for > `upsd`. Interesting. On one system I checked, I have 4 explicit directives for 127.0.0.1, ::1, and the LAN on v4/v6. On another, I have an empty upsd.conf and it is listening: nut upsd 1047 4* internet stream tcp 127.0.0.1:3493 nut upsd 1047...
2023 Aug 05
1
Question on simultaneous IPv4 and IPv6 "any address" listening
Jim Klimov via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> writes: > I've recently found that at least on my test box the `LISTEN *` line had > only set up an IPv4 `0.0.0.0` listener but not an IPv6 `::0` listener for > `upsd`. Interesting. On one system I checked, I have 4 explicit directives for 127.0.0.1, ::1, and the LAN on v4/v6. On another, I have an empty upsd.conf and it is listening: nut upsd 1047 4* internet stream tcp 127.0.0.1:3493 nut upsd 1047...
2015 May 03
4
can't disable tcp6 on centos 7
> > It's listening on both IPv6 and IPv4. Specifically, why is that a problem? The central problem seems to be that the monitoring host can't hit nrpe on port 5666 UDP. [root at monitor1:~] #/usr/local/nagios/libexec/check_nrpe -H puppet.mydomain.com CHECK_NRPE: Socket timeout after 10 seconds. It is listening on the pup...
2012 Nov 01
4
Return Vector Component
Hi, I am new R user and I am still learn this fabulous software. I am stuck on this part. I need to check 2 character vectors v1 <-
2009 Aug 11
3
loadings function (PR#13886)
Full_Name: Mike Ulrich Version: 2.9 OS: Mac OSX Submission from: (NULL) (69.169.178.34) The help documentation for loadings() lists more then one parameter. The function call only expects one parameter. The digits, cutoff, and sort parameters are not used in the function. ## S3 method for class 'loadings': print(x, digits = 3, cutoff = 0.1, sort = FALSE, ...) ## S3 method for class
2006 Aug 03
2
get() in sapply() in with()
...is also possible to use get() within a with() function, but when I try to use get within sapply within with I arrive at "Error in get(x, envir, mode, inherits) : variable "v5" was not found". Is there a solution? Thanks, Heinz T?chler ## example df1 <- data.frame(v5=16:20, v6=21:25, v7=I(letters[16:20]), v8=letters[16:20]) with(df1, sapply(c('v5', 'v6'), get) ) ## Error, see next line ## Error in get(x, envir, mode, inherits) : variable "v5" was not found with(df1, sapply(list(v5, v6), mean) ) # does work with(df1, get('v5') ) # does...
2010 Apr 19
2
Select single column, preserve name?
Hi, list- ?? I've got a large list of multi-column data and I'd like to filter it according to a threshold, such as, "show me the values that are above 0.4 for each line." For instance, if the line of data were: > line v1 v2 v3 v4 v5 v6 v7 v8 v9 1 -0.32 0.66 -0.35 -0.82 0.38 0.66 -0.02 -0.11 -0.64 I can do this > line[,line >= 0.4] v2 v6 1 0.66 0.66 and > names(line[,line >= 0.4]) [1] "v2" "v6" That's great. But, if there's only one value which passes the test, as in:...
2007 Oct 10
2
how to generate and evaluate a design using Algdesign
Hi, I have some problems when using AlgDesign->optFederov() generating designs. I have 6 variables, all factors. 3^2 and 4^4, I want to have a design that can take care of main effects and two interactions within 2 pair of variables v3-v4 and v5-v6, the following is the code ################ require(AlgDesign) set.seed(1) levels = c(v1=3,v2=3, v3=4,v4=4,v5=4,v6=4) dat<-gen.factorial(levels,center=FALSE,varNames=names(levels),factors= c(1,2,3,4,5,6)) model = ~.+v3:v4+v5:v6 optDgn<-optFederov(model,dat,nRepeat=5,nTrials = 32,criterion...
2011 May 17
2
reshaping issue
...s, I have a problem with reshaping data. I know such questions have been asked before, but I can't get it right, neither with the reshape function nor with the melt function. My dataset has about 407 variables and about 48000 cases. Each case looks as follows: V1 v2 v3 v4 v5 v6 v7 x1 y1 x2 y2 .... x200 y200 V1 is unique, v2-v7 are settings (that are linked to V1) and x and y are measures What I would like is for each V1 is a combination of its unique id, the settings that apply to that case and then the X and Y values (these are linked to each ot...
2018 May 14
2
Roaming profils cannot sync four files
...a WIndows Server 2016 as a DC and Samba 4.5 (Debian Stretch) as a fileserver. The fileserver is made with Windows ACLs (exactly like the Samba tutorial). The Windows 10 Client cannot copy these 4 files: C:\Users\testuser\AppData\Local\Microsoft\Windows\UPPS\UPPS.bin -> UNC\FS\profiles\testuser.V6\AppData\Local\Microsoft\Windows\UPPS\UPPS.bin C:\Users\testuser\AppData\Local\Microsoft\WindowsApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe -> UNC\FS\profiles\testuser.V6\AppData\Local\Microsoft\WindowsApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe C:\Users\testus...
2004 Jan 08
1
AW: IPv6 support
In the setup I'm looking now there are IPv4-only and IPv6-only SIP-clients (or UA's) but the Proxies (or servers) are v4 and v6 dual-stacked (to make things a bit easier). I think there will be a lot of IPv6-only SIP-clients (e.g. mobile clients and all the existing IPv4-NAT'ed networks) and a lot of IPv4-only "old legacy" SIP-clients....
2003 Sep 01
1
v6 in tonight's cvsup
just cvsupped to get the panic cure. hosts with v6 enabled get lock-ups. no detail yet, as i am remote from them and am deciding whether to wait for remote hands to power cycle or to start driving. but two of them got very very net soggy. and i went in out of band to the console, disabled v6 in /etc/rc.conf, rebooted, and they're fine. the...
2014 Sep 06
2
Suggested additions to the wiki on the V6 to V7 upgrade page
Hi I've reviewed and am performing some tests for the V6 to V7 preupgrade assistant. I have some suggestions for the wiki page. I have started a google doc with some suggested additions. They will most likely be added to as I discuss stuff with the dev mailing list. Whoever is responsible for maintaining the upgrade guide page on the wiki, could you gi...