Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 71 found.
[1] < 1 2 3 4 5 6 7 8 > [8]  Sort:

ffdfrbind.fill (Package: ffbase) : rbind for ffdf where missing columns are added if not available in one of the ffdf objects

rbind for ffdf where missing columns are added if not available in one of the ffdf objects.
Similarly as rbind.fill but for ffdf objects
● Data Source: CranContrib
● Keywords:
● Alias: ffdfrbind.fill
● 0 images

binned_sumsq (Package: ffbase) : Fast squared summing in different bins

binned_sum implements fast squared summing for given bins by calling c-code, which can be used to calculate variance and standard deviation Please note that incorrect use of this function may crash your R-session. the values of bins must be in between 1:nbins and bin may not contain NA
● Data Source: CranContrib
● Keywords:
● Alias: binned_sumsq, binned_sumsq.default, binned_sumsq.ff
● 0 images

save.ffdf (Package: ffbase) : Save ffdf data.frames in a directory

save.ffdf saves all ffdf data.frames in the given dir. Each column is stored as with filename <ffdfname>$<colname>.ff. All variables given in "..." are stored in ".RData" in the same directory. The data can be reloaded by starting a R session in the directory or by using load.ffdf. Note that calling save.ffdf multiple times for the same directory will only store the ffdf's that were given in the last call.
● Data Source: CranContrib
● Keywords:
● Alias: save.ffdf
● 0 images

pack.ffdf (Package: ffbase) : Packs ffdf data.frames into a compressed file

pack.ffdf stores ffdf data.frames into the given file for easy archiving and movement of data. The file can be restored using unpack.ffdf. If file ends with ".zip", the package will be zipped otherwise it will be tar.gz-ed.
● Data Source: CranContrib
● Keywords:
● Alias: pack.ffdf
● 0 images

+.ff_vector (Package: ffbase) : Arithmetic Operators for ff vectors

These binary operators perform arithmetic on numeric ff vectors. Arith family:
● Data Source: CranContrib
● Keywords:
● Alias: *.ff_vector, +.ff_vector, -.ff_vector, /.ff_vector, Arithmetic, %/%.ff_vector, %%.ff_vector, ^.ff_vector
● 0 images

ffrandom (Package: ffbase) : Generate code{ff

A convenience function to generate ff vectors with draws from random distributions using functions such as runif, rnorm and rlnorm.
● Data Source: CranContrib
● Keywords:
● Alias: ffrandom
● 0 images

subset.ff (Package: ffbase) : Subsetting a ff vector or ffdfdata frame

Subsetting a ff vector or ffdfdata frame
● Data Source: CranContrib
● Keywords:
● Alias: subset.ff, subset.ffdf
● 0 images

sum.ff (Package: ffbase) : Sum of code{ff

sum returns the sum of all the values present in its arguments.
● Data Source: CranContrib
● Keywords:
● Alias: sum.ff
● 0 images

duplicated.ff (Package: ffbase) : Duplicated for ff and ffdf objects

Duplicated for ff and ffdf objects similar as in duplicated.
Remark that this duplicated function is slightly different from the duplicated method in the base package as it first orders the ffdf or ff_vector object and then applies duplicated. This means you need to order the ffdf or ff_vector in case you want to have the exact same result as the result of the base package. See the example.
● Data Source: CranContrib
● Keywords:
● Alias: duplicated.ff, duplicated.ffdf
● 0 images

table (Package: ffbase) : Cross Tabulation and Table Creation

Upgrades table to a generic function and implements a method for ff vectors which works for ff factors. For other arguments passed on to table, uses table
● Data Source: CranContrib
● Keywords:
● Alias: table, table.ff
● 0 images