neModelDS | R Documentation |
This function is similar to R function neModel
from the
This function is similar to R function neModel
from the
medflex
package.
neModelDS(formula, family, expData, se, nBoot, newobj)
formula |
a formula object providing a symbolic description of the natural effect model. |
family |
aa description of the error distribution and link function to be used in the model. For glm this can be a character string naming a family function, a family function or the result of a call to a family function. For glm.fit only the third option is supported. |
expData |
the expanded dataset (of class "expData"). |
se |
character string indicating the type of standard errors to be calculated. The default type is based on the bootstrap. |
nBoot |
number of bootstrap replicates. |
newobj |
a character string that provides the name for the output object
that is stored on the data servers. Default |
The function 'neModelDS' is used to fit a natural effect model on the expanded dataset.
a list with (i) the summary table of the object of class 'neModel' and (ii) the variance-covariance matrix (if se = "robust").
Demetris Avraam, for DataSHIELD Development Team
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.