Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The other parts in this DataSHIELD tutorial series are:

...

The function can additionally compute a chi-squared test for homogeneity on (nc-1)*(nr-1) degrees of freedom (where nc is the number of columns and nr is the number of rows):


Code Block
languagexml
ds.table(rvar='D$DIS_DIAB', cvar='D$GENDER', datasources = connections, report.chisq.tests = TRUE)

Below code omits the first section of output which is an exact duplicate of above, only chisquare reports shown:

...

The other parts in this DataSHIELD tutorial series are:

...