# S4 method for dfmDense
t(x)# S4 method for dfmSparse
t(x)
# S4 method for dfmSparse
colSums(x, na.rm = FALSE, dims = 1L, ...)
# S4 method for dfmSparse
rowSums(x, na.rm = FALSE, dims = 1L, ...)
# S4 method for dfmSparse
colMeans(x, na.rm = FALSE, dims = 1L, ...)
# S4 method for dfmSparse
rowMeans(x, na.rm = FALSE, dims = 1L, ...)
# S4 method for dfmSparse,numeric
+(e1, e2)
# S4 method for numeric,dfmSparse
+(e1, e2)
# S4 method for dfmDense,numeric
+(e1, e2)
# S4 method for numeric,dfmDense
+(e1, e2)
# S4 method for dfm,index,index,missing
[(x, i, j, ..., drop = FALSE)
# S4 method for dfm,index,index,logical
[(x, i, j, ..., drop = FALSE)
# S4 method for dfm,missing,missing,missing
[(x, i, j, ..., drop = FALSE)
# S4 method for dfm,missing,missing,logical
[(x, i, j, ..., drop = FALSE)
# S4 method for dfm,index,missing,missing
[(x, i, j, ..., drop = FALSE)
# S4 method for dfm,index,missing,logical
[(x, i, j, ..., drop = FALSE)
# S4 method for dfm,missing,index,missing
[(x, i, j, ..., drop = FALSE)
# S4 method for dfm,missing,index,logical
[(x, i, j, ..., drop = FALSE)