search for: 1row

Displaying 3 results from an estimated 3 matches for "1row".

2012 May 14
3
select data
...But, while doing it, I need to do not consider some values. To better explain, think like there are two units and three variables: V1 V2 V3 [1] 3 -2 4 [2] -1 4 1 and you want to calculate the average by row, without considering those negative values: => mean(1row) = (3+4)/2 => mean(2row) = (4+1)/2 Could anyone please give me the commands to do that in R? Thank you so much [[alternative HTML version deleted]]
2013 Mar 07
2
Copying a dataframe
...s the error message I am getting: Error in `[[<-.data.frame`(`*tmp*`, 1, value = c(4626L, 1L)) : replacement has 2 rows, data has 1 I have tried printing out the dimensions of tab and mat separately to see if they are the same, but tab is 4626 rows, 21 columns (which is correct), while mat says 1row and 2columns. Would be grateful if you could tell me where I am going wrong? Is there are better function to transfer/copy values? [[alternative HTML version deleted]]
2014 Feb 25
12
[PATCH 0/8] virt-builder: use .conf files for configuration
Hi, attached there is a serie of patches that completes the work on making virt-builder use .conf files, shipped in XDG directories, to configure all the available sources of indexes used. This also removes the hardcoded default location, replaced now with a configuration file (which may be not used at all). Thanks, Pino Toscano (8): builder: allow "no key" as key in Sigchecker