search for: contstrain

Displaying 2 results from an estimated 2 matches for "contstrain".

Did you mean: constrain
2006 Apr 13
0
'partitions not contstrained to drive'???
I was trying to do a new install on RAID1 and my first drive happened to be partitioned correctly from previous use so I tried the 'clone partions' option in disk druid to create matching ones on the second drive and got this error message: "The source drive has partitions which are not constrained to the drive /dev/sda". What does that mean? -- Les Mikesell lesmikesell
2012 Apr 13
1
R: Colouring phylogenetic tip labels and/or edges
...s<-read.delim("states", header=TRUE)#load states head(states) #match states to tree states<-structure(states$PC, names=states$Species) names(states)<-tree$tip.label #MuSSE diversitree:::argnames.musse(NULL, 3) #number of states lik<-make.musse(tree, states, 3) argnames(lik) #contstrain lambda lik.base<-constrain(lik, lambda2~lambda1, lambda3~lambda1, mu2~mu1,mu3~mu1,q13~q12,q21~q12,q23~q12,q31~q12,q32~q12) #find ML point for this model p<-starting.point.musse(tree, 3) fit.base<-find.mle(lik.base, p[argnames(lik.base)]) #unconstrained lik.lambda<-constrain(lik,mu2~mu1...