q15_1: Does the job in question 15 in comercio.xlsx

Usage Arguments Examples

View source: R/q15_1.R

Usage

1
q15_1(x, sc, ec, nr = 1, nc = 1, cPos, ...)

Arguments

x

data.frame or matrix with data. The last column is assumed to be the total column.

...

further arguments passed to q11_1

col_fw

corresponding column to add values with in case the computed sum is less than given by x. Default to 1.

cols

columns to be used to check the sum. It overrides sc and ec

Examples

1
2
3
4
5
cpos <- getPosIndex(cnames = names(df1),
                    sc = "P15_1_1_1",
                    ec = "P15_1_5_2") # this (ec) is the column of "total"
x[, cpos] <- q15_1(x = df1, cPos = cpos,
                   nr = 5, nc = 2)

mathphysmx/cleanTable documentation built on May 29, 2019, 2:51 p.m.