Displaying 6 results from an estimated 6 matches for "glazko".
Did you mean:
glazed
2007 Sep 21
2
duplicated names and values
Dear list,
I am sorry about this simple question, but somehow I can not figure out
how to solve my problem, may be you could help?
I have a vector mir3:
> length(mir3)
[1] 220671
>head(mir3)
rno-miR-30c rno-miR-30c rno-miR-30d
rno-miR-30e "ENSRNOT00000049288" "ENSRNOT00000049288"
"ENSRNOT00000049288"
2006 Feb 15
1
distribution fitting
Dear list,
Does anyone know how to fit the power law distribution?
I have the empirical distribution and would like to check whether it fits
the power law (with the power estimated from the data).
Any hints are appreciated.
Tanks a lot!
Galina
[[alternative HTML version deleted]]
2006 Feb 16
1
how to save the picture with par(mfrow = c(1, 3), pty='s') setti ngs?
Dear list,
I am trying to place 3 density functions in one Figure, 1 row by 3 columns:
-------------------------------------------------------
op <- par(mfrow = c(1, 3),pty='s')
pdf(file="Fig_den.pdf")
barplot2(tab.in,plot.grid=TRUE,xlab="number of HGT_in",ylab="density")
lines(dneg,col="red",lwd=2)
2006 Feb 15
1
power law
Dear list,
Does anyone know how to fit the power law distribution?
I have the empirical distribution and would like to check whether it fits
power law (with the power estimated from the data).
Any hints are appreciated
Best regards
Galina
[[alternative HTML version deleted]]
2007 Feb 09
1
extract submatrix with unique names
Dear list,
I have a table where first 3 columns are identical if the name in the
first column is the same, and
the number in N4 is slightly different for all identical names, like
this:
-------------------------------------------------------------------
29 Mm.1_at 3 + 93649936
30 Mm.1_at 3 + 93649990
31 Mm.1_at 3 + 93649993
32
2005 May 01
2
simulate zero-truncated Poisson distribution
Dear All
I would like to know whether it is possible with R to
generate random numbers from zero-truncated Poisson
distribution.
Thanks in advance,
Galina