Displaying 3 results from an estimated 3 matches for "hoji".
Did you mean:
hoja
2011 Aug 22
3
automatic file input
Dear all,
I have 100 files which are used as input.and I have to input the name of my files again and again.the name of the files are 1.out, 2.out......100.out.
I want to know if there is anything like perl so that i can use something like this-
for($f = 1; $f <= 100; $f++) {
$file = $f.".out";
I have tried this thing in R but it does not work.Can somebody please help me.
2012 Nov 26
1
A problem subsetting a data frame
...0
> ..@ .__classVersion__:Formal class 'Versions' [package "Biobase"] with 1 slots
> .. .. ..@ .Data:List of 4
> .. .. .. ..$ : int [1:3] 2 10 0
> .. .. .. ..$ : int [1:3] 2 5 5
> .. .. .. ..$ : int [1:3] 1 3 0
> .. .. .. ..$ : int [1:3] 1 0 0
Aki Hoji, Ph.D
Dept. Infectious Diseases & Microbiology
University of PIttsburgh
Rm427 Parran Hall, GSPH-IDM
130 Desoto St., Pittsburgh, PA 15261
2016 Apr 29
2
lm() with spearman corr option ?
Hi,
A following function was kindly provided by GGally?s maintainer, Barret Schloerke.
function(data, mapping, ...) {
p <- ggplot(data = data, mapping = mapping) +
geom_point(color = I("blue")) +
geom_smooth(method = "lm", color = I("black"), ...) +
theme_blank() +
theme(panel.border=element_rect(fill=NA, linetype =