ag.product.ds: Computes a product

Description Usage Arguments Value Author(s) Examples

Description

Computes a product

Usage

1
  ag.product.ds(a = 1, b = 1, c = 1, d = 1, e = 1)

Arguments

a

a numerical

b

a numerical

c

a numerical

d

a numerical

e

a numerical

Value

a numerical

Author(s)

Burton, P.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
# load the file that contains the login details
data(logindata)

# login and assign the required variables to R
myvar <- list("LAB_TSC","LAB_HDL")
opals <- ag.ds.login(logins=logindata,assign=TRUE,variables=myvar)

# compute the of 'LAB_TSC' by 'LAB_HDL' and assign it to 'P'
datashield.assign(opals, "P", quote(ag.product.ds(D$LAB_TSC, D$LAB_HDL)))

## End(Not run)

datashield/ag.dev.sv documentation built on May 14, 2019, 7:46 p.m.