search for: cmbn

Displaying 12 results from an estimated 12 matches for "cmbn".

Did you mean: cman
2003 Jun 09
0
Samba 3.0.0beta1, NT4 Joining a Domain Problems
...PDC, and when I try to join the workstation to the samba controlled domain using the root account (which worked on Samba 2.2.8 just fine), I get a message on the NT workstation that it was not able to contact the domain controller - check the username and password. The NT workstation's name is CMBN-B03, and CMBN-B03$ is in my unix password file just as I did with Samba 2.2.8. If I fire up 2.2.8 instead of 3.0.0, it can join the domain fine. I have attached a log of level = 4 to this e-mail, but it doesn't seem to yield much information. It gives the code NT_STATUS_UNSUCCESSFUL - Maybe i&...
2010 Dec 21
3
combination value
<mailto:r-help@r-project.org>Hi every one, I want to calculate the combination function in R, the value not all the possible choices. I mean cmbn(5,2)=10. Is there any function unless using factorial? Regards, Amir [[alternative HTML version deleted]]
2005 Sep 27
5
graphics guide?
...mmand, I have however not found any explanation of what this actually does. ?plot.new does give an explanation, but it is explained in R, so to speak. Where do I find out what for instance a graphics frame is? Thanks, Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2005 Sep 23
2
multifigure question
...ots simply using plot(), how do I put them next to each other? I am sorry if this is a FAQ, but I cannot understand what it says in the guide and the wonderful google couldn't turn up anything helpful either...:) Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2006 May 29
1
variation on vioplot?
...r, and I have had three groups within each vioplot. I would now like to have these two next to each other, each with their own zero point. Does anybody have any tips on how to achieve this? Any help much appreciated. Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2009 Jun 10
1
R: Best way to plot a Matrix of all possible pair combinations
...7743 0.7605977 0.2394023 0.7103720 0.2896280 0.00000000 [9,] 0.0754717 0.7169811 0.0000000 0.3584906 0.9245283 0.28301887 [10,] 0.3870968 0.9354839 0.0000000 0.4516129 0.6129032 0.06451613 where all the columns (1 to 6) are representing all possible pair-wise combination from four datasets, like cmbn [,1] [,2] [,3] [,4] [,5] [,6] [1,] 1 1 1 2 2 3 [2,] 2 3 4 3 4 4 and all the rows represent different species so; > M[1,1] [1] 0.875 ## is the distance value for species 1 for combination data pair 1& 2. Can any body please suggest me what will b...
2005 Sep 23
2
multi-class histogram?
...But, I want each column split in three, where the size of each coloured area represents the proportions of the values in that column that comes from each of the three classes. Do you have any tips on how I do this? Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2005 Oct 04
6
boxplot statistics
...lot.stats page talks about "hinges", what are those? "The two "hinges" are versions of the first and third quartile, i.e., close to 'quantile(x, c(1,3)/4)'." Thankyou very much. Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2005 Sep 28
1
boxplot and xlim confusion?
...e","orange","lightblue","orange","lightblue","orange") ,horizontal = TRUE, main="EUK", xaxs = "i") Karin (sorry if you're getting sick of me..:)) -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2005 Oct 26
2
horizontal violin plots?
...I just bungling it somehow? For instance, for vioplot (from the example shown, with the horizontal modification): > vioplot(bimodal,uniform,normal, horizontal=TRUE) Error in median(data) : need numeric data > Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2005 Nov 14
1
bug/feature with barplot?
...barplot(VADeaths[1:4,], beside=TRUE, col=c("red", "green", "blue", "yellow", "black")) Now, I don't know if this is a bug or a feature, but it sure bugged me...:) Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/
2006 Feb 21
2
rotated labels in barplot with beside=T and multiple groups
...RUE) NULL > The result is the bars pointing upwards, like I want, but I get one tickmark per bar, and no labels underneath. I want no tickmark, and one label per group. Any ideas as to what I am doing wrong? TIA, Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://www.cmbn.no/rognes/