search for: hc2

Displaying 18 results from an estimated 18 matches for "hc2".

Did you mean: h2c
2016 Aug 16
0
Question about trusted domain list in samba-4.4.x
Hi list, This is my domain enviroment and all DC are windows 2008r2 http://i.imgur.com/8cNOtm2.jpeg When I used samba-4.0.5, I join my box to domain "HC1" , I got trusted domain "CHILD2" in "wbinfo -m". [/share/Public] # wbinfo -m BUILTIN MYBOX HC1 CHILD1 TREEROOT HC2 CHILD2 Then I upgraded my box to samba-4.4.4, I lost CHILD2 in "wbinfo -m". [/share/Public] # wbinfo -m BUILTIN MYBOX HC1 CHILD1 TREEROOT HC2 In log.wb-HC2 , I found following message: [2016/07/26 12:02:03.981949, 5, pid=15758, effective(0, 0), real(0, 0), class=winbind] ../source3/w...
2007 Sep 17
1
side bars on dendrograms with latticeExtra
Dear all, I am using the heatmap representations of latticeExtra package and I would be interested to draw color side bars representing the groups of a factor of interest. From my understanding of : > help(dendrogramGrob) ... The 'add' argument can be used for additional annotation at the base of the dendrogram. It should be a list with one component for each row,
2016 Jul 27
3
Lost trusted domain in samba-4.4.4
...map config * : range = 400001-500000 idmap config HC1 : backend = rid idmap config HC1 : range = 10000001-20000000 idmap config CHILD1 : backend = rid idmap config CHILD1 : range = 30000001-40000000 idmap config TREEROOT : backend = rid idmap config TREEROOT : range = 40000001-50000000 idmap config HC2 : backend = rid idmap config HC2 : range = 50000001-60000000 idmap config CHILD2 : backend = rid idmap config CHILD2 : range = 60000001-70000000 2016-07-27 16:58 GMT+08:00 Rowland penny <rpenny at samba.org>: > On 27/07/16 09:35, hy wu wrote: > >> Hi list, >> >> This...
2016 Jul 27
2
Lost trusted domain in samba-4.4.4
Hi list, This is my domain enviroment and all DC are windows 2008r2 http://i.imgur.com/8cNOtm2.jpeg When I used samba-4.0.5, I join my box to domain "HC1" , I got trusted domain "CHILD2" in "wbinfo -m". [/share/Public] # wbinfo -m BUILTIN MYBOX HC1 CHILD1 TREEROOT HC2 CHILD2 Then I upgraded my box to samba-4.4.4, I lost CHILD2 in "wbinfo -m". [/share/Public] # wbinfo -m BUILTIN MYBOX HC1 CHILD1 TREEROOT HC2 In log.wb-HC2 , I found following message: [2016/07/26 12:02:03.981949, 5, pid=15758, effective(0, 0), real(0, 0), class=winbind] ../source3/w...
2010 Feb 21
1
How to: Compare Two dendrograms (Hierarchical Clusterings) ?
Hello all, I wish to compare two dendrograms (representing Hierarchical Clusterings). My problems are several: 1) how do I manually create a dendrogram object ? That is, how can I reconstruct it as an "hclust" object that creates such a dendrogram, when all I have is the dendrogram image (but don't have the underlaying distance matrix that produced it) ? I see that there is a
2016 Jul 27
0
Lost trusted domain in samba-4.4.4
...2008r2 > > http://i.imgur.com/8cNOtm2.jpeg > > When I used samba-4.0.5, I join my box to domain "HC1" , I got trusted > domain "CHILD2" in "wbinfo -m". > > [/share/Public] # wbinfo -m > BUILTIN > MYBOX > HC1 > CHILD1 > TREEROOT > HC2 > CHILD2 > > Then I upgraded my box to samba-4.4.4, I lost CHILD2 in "wbinfo -m". > [/share/Public] # wbinfo -m > BUILTIN > MYBOX > HC1 > CHILD1 > TREEROOT > HC2 > > > In log.wb-HC2 , I found following message: > > [2016/07/26 12:02:03.981949,...
2008 Mar 19
0
Table for clustering dendrogram
...http://www.nabble.com/file/p16142989/Sc2Mown_Pred.txt Sc2Mown_Pred.txt Sc2Mpred<- read.table("Sc2Mown_Pred.txt", header=T, row.names=1) library(vegan) attach(Sc2Mpred) Sc2Mpred_JD <- vegdist(Sc2Mpred, method="jaccard", binary=T, diag=FALSE, upper=FALSE, na.rm = FALSE) hc2<- hclust(Sc2Mpred_JD, "ave") plot(hc2, hang = -1) str(hc2) merge height order labels Do you know of any function that computes that? I did not find any. I hope you have a good advice! Thanks a lot in advance!! Yvonne Yvonne Fabian PhD Student University of Fribourg Depar...
2016 Jul 27
0
Lost trusted domain in samba-4.4.4
...0 > idmap config HC1 : backend = rid > idmap config HC1 : range = 10000001-20000000 > idmap config CHILD1 : backend = rid > idmap config CHILD1 : range = 30000001-40000000 > idmap config TREEROOT : backend = rid > idmap config TREEROOT : range = 40000001-50000000 > idmap config HC2 : backend = rid > idmap config HC2 : range = 50000001-60000000 > idmap config CHILD2 : backend = rid > idmap config CHILD2 : range = 60000001-70000000 > If you have used the correct patch and are still having the problem, then I would suggest you add to the bug report that you are hav...
2009 Sep 27
1
[LLVMdev] A basicblock iterator bug in llvm
...; > I see you are still at 2.5. Then this patch (the fix) > is relevant for you: > > <http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/ > ilist.h?r1=66061&r2=68785&diff_format=h> > > Cheers, > > Gabor > > > > On 27 Sep., 05:45, hc2... at columbia.edu wrote: >> Dear developers: >>      When I am doing basicblock pass, I meet a bug: there is an   >> iterator "I" in a basicblock, and it is not pointing to the first   >> instruction in this basicblock. However, "I--;" will fail by an  ...
2009 Sep 27
0
[LLVMdev] A basicblock iterator bug in llvm
On 27 Sep., 05:45, hc2... at columbia.edu wrote: > Dear developers: >      When I am doing basicblock pass, I meet a bug: there is an   > iterator "I" in a basicblock, and it is not pointing to the first   > instruction in this basicblock. However, "I--;" will fail by an   > assertion....
2009 Sep 27
5
[LLVMdev] A basicblock iterator bug in llvm
Dear developers: When I am doing basicblock pass, I meet a bug: there is an iterator "I" in a basicblock, and it is not pointing to the first instruction in this basicblock. However, "I--;" will fail by an assertion. The basic block ("I" is pointing to the second instruction) in test.ll: bb: ; preds = %bb1 %1 = call i32 (i8*, ...)* @printf(i8* noalias
2009 Sep 27
0
[LLVMdev] A basicblock iterator bug in llvm
AAAH! I see you are still at 2.5. Then this patch (the fix) is relevant for you: <http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/ ilist.h?r1=66061&r2=68785&diff_format=h> Cheers, Gabor On 27 Sep., 05:45, hc2... at columbia.edu wrote: > Dear developers: >      When I am doing basicblock pass, I meet a bug: there is an   > iterator "I" in a basicblock, and it is not pointing to the first   > instruction in this basicblock. However, "I--;" will fail by an   > assertion....
2011 Jul 11
1
Robust vce for heckman estimators
When using function heckit() from package ‘sampleSelection’, is there anyway to make t-tests for the coefficients using robust covariance matrix estimator? By “robust” I mean something like if a had an object ‘lm’ called “reg” and then used: > coeftest(reg, vcov = vcovHC(reg)). I’m asking this because in Stata we could use function heckman and then use vce option “robust”. We could do the
2017 Aug 03
0
Results of vcovCL (sandwich) and of cluster() in Stata
...t;- filter(cities, city != "Z?rich" & city != "Mainz" & city != "Wittenberg") # the model m1 <- lm(prot1530 ~ press - 1, data = cities) # the clustered standard errors coeftest(m1, vcov. = vcovCL(m1, cluster=cities$territory)) I tried different types (HC1, HC2, etc), but always the value for the SE is not the same as in the table. Any ideas? Many thanks in advance. -- :: Igor Sosa Mayor :: joseleopoldo1792 at gmail.com :: :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ :: :: jabberid: rogorido :: ::
2012 Mar 12
2
Replicating Stata's xtreg clustered SEs in R
I'm trying to replicate a time-series cross-sectional analysis (countries over years) with SEs clustered by country. ?The original analysis was done in Stata 10 with: xtreg [DV] [IVs] fe cluster(country). Using plm() in R (cran.r-project.org/web/packages/plm/index.html), I've replicated the coefficients. I sought to estimate country-clustered SEs with vcovHC(), and tried a variety of
2000 Mar 07
1
update fails after specific sequence of steps (PR#474)
...sumry <- summary(model, corr = FALSE) s2 <- sumry$sigma^2 V <- sumry$cov.unscaled if (type == FALSE) return(s2 * V) e <- residuals(model) X <- model.matrix(model) df.res <- df.residual(model) factor <- switch(type, hc0 = 1, hc1 = n/df.res, hc2 = 1/(1 - hat(X)), hc3 = 1/(1 - hat(X))^2) V %*% t(X) %*% apply(X, 2, "*", (e^2)/factor) %*% V } > --please do not edit the information below-- Version: platform = Windows arch = x86 os = Win32 system = x86, Win32 status = major = 1 minor = 0.0 year = 2000 mont...
2006 Dec 26
1
Colored Dendrogram
...; John suggested (where you probably would want the F statistic > > to use the other vcov as well). > > Good point. Here's a modified version that also fixes up the F-test: > > summaryHCCM.lm <- function(model, type=c("hc3", "hc0", "hc1", "hc2", > "hc4"), > > ...){ > if (!require(car)) stop("Required car package is missing.") > type <- match.arg(type) > V <- hccm(model, type=type) > sumry <- summary(model) > table <- coef(sumry) > table[,2] <- sqrt(di...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...4O=)TQsr#-ls{8*$UDJ+BV?#we4aKwEM+;YY(8 at G3`Ob-_stFBY4;> z at CZoXX*)z$2zgZ0>(m}IvmQs*d2J_p_p-JN<xgq5&A#jreIeRv(B9UbkYnGgU8X#( z?E~)%+LPiwTM>rhU2VT$)wBbs>Idzhs9rgQVlP6hvW=&aIHw&p6VIUdQSDiwnA#EG z&$Z{|*q#UdS?wq&zi7u0e@;7&_%|4orX1H!h+19RNszwMUN9xI6V<+?odW5Cb{hC2 zbWK%GYG>qBJcIc2+KW;Q&m;bfb{0GzqHa|=qP=8}ZWk&)t-UOCTzduaSG8Bgojhh( zQ%-=QDz9j-n_ at dBd-(=PuWN6b^R!oMr5x7Yk|mZR<4vt2%+3T#-$sSw=sUn;=)1sU z>3hKA>HAm`e<UAhb1D50ggNvh;92xz;Mw#O;F<JO4a?&*Z5>Vh9O*Um3)H)Seu?-> z`W5gh`ZXvE={M-%68bGDE9iHiECtq-WuU9dV(@6nBKkdYm(w4BSJNMX*V3...