Displaying 4 results from an estimated 4 matches for "sam1".
Did you mean:
sam
2018 Dec 24
1
samba 4.9 AD trusted domain
Hi Team,
upgraded samba from 4.7.7 to 4.9.3
While listing AD trusted domain i got the following changes from samba 4.7
to 4.9.
samba 4.9:wbinfo -m --verbose
BUILTIN
Local
Domain Name DNS
Domain Trust Type
Transitive In Out
SAM1
sam1.local
Workstation Yes No No
SAM
sam.local Routed
(via HCL1)
X2
Local
samba 4.7: wbinfo -m --verbose
Domain Name DNS
Domain Trust Type
Transitive In Out
BUILTIN
None...
2009 Sep 12
1
How to visualize paired t-test results?
...produce plots that show the mean and CI's from the original data and the
estimate of the difference between means and the confidence intervals (see
below) from the t-test. I really don't know what would be the best way to
graphically display the results. Thanks in advance.
#### data ######
sam1 <- c(51.7, 54.2, 53.3, 57, 56.4, 61.5, 57.2, 56.2, 58.4, 55.8)
sam2 <- c(62.5, 65.2, 67.6, 69.9, 69.4, 70.1, 67.8, 67, 68.5, 62.4)
DF <- stack(data.frame(sam1 = sam1, sam2 = sam2))
#### paired-t-test ######
res <- t.test(values ~ ind, data=DF, paired = TRUE)
#### plots #####
library(...
2005 Nov 13
1
Memory allocation (PR#8304)
Full_Name: Hans Kestler
Version: 2.2.0
OS: 10.4.3
Submission from: (NULL) (84.156.184.101)
> sam1.out<-sam(raw1[,2:23],raw1.cl,B=0,rand=124)
We're doing 319770 complete permutations
Error: cannot allocate vector of size 575586 Kb
R(572,0xa000ed68) malloc: *** vm_allocate(size=589402112) failed (error code=3)
R(572,0xa000ed68) malloc: *** error: can't allocate region
R(572,0xa000ed6...
2004 Oct 04
2
Help with Affymetrix data
I have CEL files from Affymetrix Mouse Array 430_2 and am trying to get the
the individual PM intensities (11 per gene) for each sample. I would like to
write out this into a tab delimited text file. Where am I stalling? This is
what I've done:
Change dir(to where CEL files are saved)
Data <- ReadAffy()
eset <- rma(Data)
write.exprs(eset, file="mydata.txt")
With this I am