This function is similar to R function neLht from the medflex package.

ds.neLht(model = NULL, linfct = NULL, datasources = NULL)

Arguments

model

the name of a fitted natural effect model object. This is the object saved on the server-side by the ds.neModel function.

linfct

a specification of the linear hypothesis to be tested.

datasources

a list of DSConnection-class objects obtained after login. If the datasources argument is not specified the default set of connections will be used: see datashield.connections_default.

Value

a summary table of the object of class c("neLht", "glht") (see glht).

Details

The function ds.neLht allows to calculate linear combinations of natural effect model parameter estimates.

Author

Demetris Avraam, for DataSHIELD Development Team