Skip to content

bigglm.ffdf not working #61

@egarpor

Description

@egarpor

When running the example of bigglm.ffdf:

> library(biglm)
> library(ff)
> 
> data(trees)
> x <- as.ffdf(trees)
> a <- bigglm(log(Volume)~log(Girth)+log(Height), 
+             data=x, chunksize=10, sandwich=TRUE)
Error in UseMethod("bigglm", data) : 
  no applicable method for 'bigglm' applied to an object of class "ffdf"

Error on ff 0.13.1 and biglm 0.9-2. My session:

> version
               _                           
platform       x86_64-apple-darwin17.0     
arch           x86_64                      
os             darwin17.0                  
system         x86_64, darwin17.0          
status                                     
major          4                           
minor          0.2                         
year           2020                        
month          06                          
day            22                          
svn rev        78730                       
language       R                           
version.string R version 4.0.2 (2020-06-22)
nickname       Taking Off Again    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions