Questions tagged [ffbase]

Basic statistical functions for package ff

R package ffbase provides basic functionality to allow to do basic data operations on ff structures. This functionality is also available in the R base library and ffbase tries to provide the methods needed for ff structures such that switching between in-RAM objects and on-disk objects in ff is more straightforward.

More info:

64 questions
0
votes
1 answer

Why merge does not work on ffdf casted from ff_matrix

Why doesn't merge work in the following? It gives error `Error: require(ff) require(ffbase) a <- ffbase:::as.ff_matrix.ffdf(as.ffdf(data.frame(matrix(rnorm(10),ncol=2)))) b <-…
user2763361
  • 3,789
  • 11
  • 45
  • 81
0
votes
1 answer

R package ff with cross products of a number of different keys fails

I am coming across difficulties using the ff package, when attempting to create cross-products of a number of different keys. Using expand.ffgrid(), there are no issues when passing individual ff objects as below: test_ff <-…
Dimitris
  • 2,030
  • 3
  • 27
  • 45
0
votes
1 answer

How to cast ffdf to ff

I am using the read.table.ffdf function from the ff package to read a gigantic matrix of numbers. How do I then cast this resulting ffdf object to an ff object without first converting to RAM?
user2763361
  • 3,789
  • 11
  • 45
  • 81
-1
votes
1 answer

Conditional Character Column ffdf data

I imported a big dataset (~6 million rows) to R using ffbase package that lists people enrolled in high school in Brazil. In principle, I have 2 columns: Id (Student Id Number) and University (Institution’s name). I would like to create a column -…
phill
  • 95
  • 2
  • 10
1 2 3 4
5