search for: group4

Displaying 20 results from an estimated 40 matches for "group4".

Did you mean: groups
2009 Sep 20
2
missing level of a nested factor results in an NA in lm output
...2.58e-11 *** FEATURE4227 -0.3271 0.4944 -0.661 0.52325 FEATURE6374 -1.0743 0.4944 -2.173 0.05492 . GROUP1 -1.2641 0.5709 -2.214 0.05120 . GROUP2 -0.2359 0.5709 -0.413 0.68825 GROUP3 -1.3081 0.5709 -2.291 0.04492 * GROUP4 -0.5867 0.5709 -1.028 0.32836 FEATURE4227:GROUP1 1.5651 0.6993 2.238 0.04915 * FEATURE6374:GROUP1 1.1435 0.6993 1.635 0.13302 FEATURE4227:GROUP2 0.4372 0.6993 0.625 0.54577 FEATURE6374:GROUP2 0.6728 0.6993 0.962 0.35867 FEATURE4227:GROUP3 1.0...
2012 Mar 07
2
staging shutdowns
Hello All, I'm deploying NUT in a data center and I'm curious to know how others have gone about staging the shutdown of various systems. The systems are broken down into groups of importance, group1 being the most important group4 being the least. In the event of an outage take down group4 after 5 minutes, group3 after 10 minutes, group2 after 15, and finally group4 after 20. I've only been using NUT for a few days but I'm assuming I can accomplish this with a combination multiple systems, upssched events. Thanks!...
2016 Dec 01
1
how to set different permission for samba share
Hi all, I'm on FreeBSD11 and I install samba36. I have some users and groups. user1, user2 -> group1 user3->group3 user4,user5->group4 I have a share: /extra/samba-test Access to the share is : user1->writable user4->readable group4->writable group3->writable My config file is: [samba-share] comment= aa path= /extra/samba-test public= no browsable= yes writable=no write list=@group4 @group3 user1 The question is...
2007 Feb 14
2
Solaris 10 and "store dos attributes"
I'm having trouble with files being marked read-only in Windows because the Solaris file owner does not have write-permissions on the file; group-write is allowed: -r--rw---- 1 user group 32 Feb 13 14:19 testfile.txt I thought that setting "store dos attributes = yes" for this share would allow the "read only" setting to be stored in extended attributes, but it
2005 Mar 21
1
rpart memory problem
Hi everyone, I have a problem using rpart (R 2.0.1 under Unix) Indeed, I have a large matrix (9271x7), my response variable is numeric and all my predictor variables are categorical (from 3 to 8 levels). Here is an example : > mydata[1:5,] distance group3 group4 group5 group6 group7 group8 pos_1 0.141836040224967 a c e a g g pos_501 0.153605961621317 a a a a g g pos_1001 0.152246705384699 a c e a g g pos_1501 0.145563737522463 a c e a g...
2010 Nov 11
1
exploratory analysis of large categorical datasets
...I am looking to perform exploratory analyses of two (relatively) large datasets of categorical data. The first one is a binary 80x100 matrix, in the form: matrix(sample(c(0,1),25,replace=TRUE), nrow = 5, ncol=5, dimnames = list(c( "group1", "group2","group3", "group4","group5"), c("V.1", "V.2", "V.3", "V.4", "V.5"))) and the second one is a multistate 750x1500 matrix, with up to 15 *unordered* states per variable, in the form: matrix(sample(c(1:15),25,replace=TRUE), nrow = 5, ncol=5, dimnames...
2007 Oct 30
2
flexible processing
...now a better subject. I would like to be very flexible in how to process my data. Assume the following dataset: par1 <- seq(0,1,length.out = 100) par2 <- seq(1,100) fac1 <- factor(rep(c("group1", "group2"), each = 50)) fac2 <- factor(rep(c("group3", "group4", "group5", "group6"), each = 25)) df <- data.frame(par1, par2, fac1, fac2) Now, I would like to calculate e.g. the "sum" for par1 grouping by "fac1" and the "mean" and "sd" for par2 grouping by "fac1". I would like t...
2009 Sep 18
0
missing values at a combination of two factors
...cause of singularities) Estimate Std. Error t value Pr(>|t|) (Intercept) 13.18320 0.37333 35.312 <2e-16 *** GROUP1 0.61861 0.52797 1.172 0.251 GROUP2 0.18993 0.52797 0.360 0.722 GROUP3 0.27163 0.52797 0.514 0.611 GROUP4 -0.28173 0.52797 -0.534 0.598 GROUP0:PATIENT2 0.12643 0.52797 0.239 0.812 GROUP1:PATIENT2 -0.72617 0.52797 -1.375 0.180 GROUP2:PATIENT2 -0.26360 0.52797 -0.499 0.621 GROUP3:PATIENT2 0.04293 0.52797 0.081 0.936 GROUP4:PATIENT2 0.59812 0.52797 1.1...
2010 Sep 29
1
Understanding linear contrasts in Anova using R
...05 0.0001415 *** # Residuals 55 124.46 2.2629 #Coefficients: # Estimate Std. Error t value Pr(>|t|) #(Intercept) 1.80250 0.43425 4.151 0.000116 *** #group2 -1.12750 0.61412 -1.836 0.071772 . #group3 -2.71500 0.61412 -4.421 4.67e-05 *** #group4 -1.25833 0.61412 -2.049 0.045245 * #group5 0.08667 0.61412 0.141 0.888288 # Use sum contrasts to compare each group against grand mean. options(contrasts = c("contr.sum","contr.poly")) model3 <- lm(dv ~ group) summary(model3) # Again, this is as e...
2011 Jun 17
4
profile plot in R
Hi friends, I have a matrix with following format. group var1 var2 .......varN c1 group1 1.2399 1.4990....-1.4829 c2 group4 0.8989 0.7849.....1.8933 ... ... c100 group10 ..... I want to draw a profile plot of each condition c1 to c100, which rows in above matrix and each line representing a row should be uniquely colored according to the group(1 to 10). I think this is simple task but I could not figure out how...
2011 Oct 30
1
Normality tests on groups of rows in a data frame, grouped based on content in other columns
...t;- subset(df, Plant=="p1" & Tissue=="t1" & Gene=="g1") group2 <- subset(df, Plant=="p1" & Tissue=="t1" & Gene=="g2") group3 <- subset(df, Plant=="p1" & Tissue=="t1" & Gene=="g3") group4 <- subset(df, Plant=="p1" & Tissue=="t2" & Gene=="g1") group5 <- subset(df, Plant=="p1" & Tissue=="t2" & Gene=="g2") group6 <- subset(df, Plant=="p1" & Tissue=="t2" & Gene=="g3&quot...
2012 May 22
2
getting a Likert plot from a data frame
...o numeric variables and a categorical variable, I can't get likert to use the column containing the categorical variable as a my y axis label. Here is a quick example: library(HH) #my data are: df<-data.frame(as.character(cat=c("group1","group2","group3","group4", "group5")),males=c(20,30,45,12,5),females=c(35,23,32,8,5)) #make a pyramid Likert chart p<-likert(df) as.pyramidLikert(p) It tries to plot three variables here when I just want two. I think I understand what is happening - my categorical variable is treated as a factor and I th...
2006 Sep 12
2
Home dirs problem
...... /group2 /user3 ... /group3 /group3_1 /user4 ... /group3_2 ... /group4 /user5 How can I configure samba to use this home directory's? The user data is stored in LDAP (including the home directory and other information not related to samba: qmail-ldap, courier, etc) ? The only option I've found is something similar to:...
2006 Mar 21
2
How to make extension groups ???
Hello All, i am repeating this question for the sixth time but i think i was not explaining the problem correctly. ............. Now i will try to explain it...... I have 4 telephone lines(PSTN) in my PBX. Now I want to make groups of the extensions to use that lines. e.g. extensions 12,13 & 31 are in groupA extensions 14 - 20 are in groupB extensions 21 - 30
2010 Jul 06
2
Help With ANOVA
...(t(Samp1), t(Samp2), t(Samp3), t(Samp4)), Group = structure(c(1,1,1,1,1,1,1,1,1, 2,2,2,2,2,2,2,2, 3,3,3,3,3,3,3,3,3, 4,4,4,4,4,4,4,4,4,4, 5,5,5,5,5,5,5,5,5, 6,6,6,6,6,6,6,6,6), .Label = c("Group1", "Group2", "Group3", "Group4", "Group5", "Group6"), class = "factor"), Sample = structure(c( 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40,41,42,43,44,45,46,47,48,49,50,...
2011 Jul 11
2
Help! permission denied when accessing folder
...ALL staff # -------------------------------------- [libshare] comment = Library staff shared directory path = /<path> browseable = yes writeable = yes create mask = 0777 force create mode = 0777 directory mask = 0777 valid users = +group1 +group2 +group3 +group4 +group 5 +group6 +group7 +group8............+group17 +studempl invalid users = +circdesk Note: I am a member of one of the groups defined in valid users above. I have not restarted the samba server but I don't think that would be necessary. Actually I would like to set the permissions on...
2010 Jul 06
3
Help With ANOVA (corrected please ignore last email)
...lt;- structure(list(Intensity = datalist, Group = structure(c(1,1,1,1,1,1,1,1,1, 2,2,2,2,2,2,2,2, 3,3,3,3,3,3,3,3,3, 4,4,4,4,4,4,4,4,4,4, 5,5,5,5,5,5,5,5,5, 6,6,6,6,6,6,6,6,6), .Label = c("Group1", "Group2", "Group3", "Group4", "Group5", "Group6"), class = "factor"), Sample = structure(c( 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40,41,42,43,44,45,46,47,48,49,50,...
2015 Jul 06
0
Unisteam not showing callerid
...the device, 24 characters max dateformat=1 ; 0 = month/day, 1 (default) = day/month timeformat=2 ; 0 = 0:00am ; 1 (default) = 0h00, 2 = 0:00 callhistory=0 ; 0 = disable, 1 = enable call history, default = 1 [group3] callgroup = 3 pickupgroup = 3 [group4] callgroup = 4 pickupgroup = 4 [group5] callgroup = 3,5 pickupgroup = 3,5 [group6] callgroup = 6 pickupgroup = 6 [4294](unistim-phones,group3) device=0016caf460f5 line=> 4294 callerid="Victoriya Mukan" <4294> [4211](unistim-phones,group4) device=000ae475faed line=>...
2005 Mar 22
1
Can't Modify files on SMB PDC
...4096 feb 28 16:37 . drwxrwxr-x 6 root root 4096 feb 25 15:14 .. drwxrwxrwx 3 root group1 4096 feb 28 19:55 group1 drwxrwxrwx 8 root group2 4096 mar 2 20:55 group2 drwxrwxrwx 2 root group3 4096 oct 21 18:48 group3 drwxrwxrwx 4 root group4 4096 feb 24 20:26 group4 /home/Work/Public [Public Share] drwxrwxrwx 17 root root 4096 mar 22 14:10 Public/ All the PDC groups and the Linux groups are mapped. I've tried with unix permissions but it's the same.. I'm stuck! any help would be appreciated ....
2005 Jun 06
1
Problem listing group membership from Windows
...-> Domain Computers Group0 (S-1-5-21-1650503604-3559415045-1985522256-3001) -> Group0 Group1 (S-1-5-21-1650503604-3559415045-1985522256-3003) -> Group1 Group2 (S-1-5-21-1650503604-3559415045-1985522256-3005) -> Group2 Group3 (S-1-5-21-1650503604-3559415045-1985522256-3007) -> Group3 Group4 (S-1-5-21-1650503604-3559415045-1985522256-3009) -> Group4 Group5 (S-1-5-21-1650503604-3559415045-1985522256-3011) -> Group5 Group6 (S-1-5-21-1650503604-3559415045-1985522256-3013) -> Group6 Group7 (S-1-5-21-1650503604-3559415045-1985522256-3015) -> Group7 Group8 (S-1-5-21-1650503604-35...