Learn R Programming

callback (version 0.1.1)

stat_colsums: Sums the numeric or logical columns in a data frame.

Description

Sums the numeric or logical columns in a data frame.

Usage

stat_colsums(x)

Value

A data frame with the column sums, under their original names.

Arguments

x

A data frame

Examples

Run this code
data(labour1)
s <- callback(labour1,"offer","hist","callback","all")
stat_colsums(s$pfds[["LTC vs STC"]])

Run the code above in your browser using DataLab