Description Usage Arguments Details Value
The function call_mbmdr
has created some files (including the calculated MBMDR-models) and stored
them on hard drive permanently.
The aim of this function is to reload all data properly, even after memory has been cleared (e.g. by shutdown of your machine).
1 | read_mbmdr(where_to_find)
|
where_to_find |
The directory in which the MBMDR-files are stored, encoded as |
In the directory given by parameter where_to_find
, the following files are expected
input.mbmdr
was the source file for MBMDR-4.4.1
output.table
is a summary of the calculations from MBMDR-4.4.1
output.models
is a file that encodes the MBMDR-models as linear form
generating_sample
is a list containing the rownames of the observations used for calculating mbmdr-model
included.categories
is a set of lists, that contain variable names and the categories used by this variable
Do not edit theese files by hand.
A data.frame of class "mbmdr_output", with the columns
|
The name of first variable in interaction |
|
The name of second variable in interaction |
|
The strength of interaction measured by chi square test |
|
The strength of interaction measured by significance level in maxT-test |
|
The directory, in which MBMDR stores the files |
|
A matrix showing the mbmdr-tables. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.