Displaying 4 results from an estimated 4 matches for "heyi".
Did you mean:
hey
2012 Mar 23
1
Nonparametric bivariate distribution estimation and sampling
...k? I don?t want parametric models like bivariate normal distribution etc, as I would like to accurate model my data. I don?t want to use the bootstrapping approach, i.e. sampling with replacement, as this will generate lots of duplicate data points. Any thoughts or input will be highly appreciated!
Heyi
2010 Aug 24
1
break the long R code lines automatically
...code regions in Emacs/ESS, but no good ones for
breaking code lines. However, I saw the nice multi-line codes in all
R/Bioconductor packages. Please let me know if you have any ideas on how people
usually break the existent long R code lines automatically. I will really
appreciate your kind help!
Heyi
[[alternative HTML version deleted]]
2009 Jun 05
2
Install RCurl in Linux
Hello all,
I had both curl and curl-devel
(both 7.15) installed on my x86_64/CentOS machine. However, I still got problem
when I do
R CMD INSTALL RCurl
Error message below,
since library and/or include path is missing. I tried
R CMD INSTALL RCurl
--configure-args='--libdir=/usr/lib64/
--includedir=/usr/include/'
Same result. Any
hint/suggestion would be appreciated.
...
No
2009 Mar 20
1
Bug with the col option in plot function
I lose control on colors when I plot points with pch=1 or 16
(empty or solid circle) or any letter, say "A". For example:
x=runif(5)
y=runif(5)
pdf("plot.pdf")
plot(x, y,
type='p', pch=1, col = 1:5) #just black points
plot(x, y,
type='p', pch=0, col = 1:5) #points with different colors
dev.off()
This problem occurred for different versions of R