Learn R Programming

dsBase (version 6.3.3)

sqrtDS: Computes the square root values of the input variable

Description

This function is similar to R function sqrt.

Usage

sqrtDS(x)

Value

the object specified by the newobj argument of ds.sqrt (or default name sqrt.newobj) which is written to the server-side. The output object is of class numeric or integer.

Arguments

x

a string character, the name of a numeric or integer vector

Author

Demetris Avraam for DataSHIELD Development Team

Details

The function computes the square root values of an input numeric or integer vector.