denote {mathml} | R Documentation |
denote This is a function that allows the user to insert abbreviations in the formula, explain them and make the needed computations
Description
denote This is a function that allows the user to insert abbreviations in the formula, explain them and make the needed computations
Usage
denote(abbr, expr, info)
Arguments
abbr |
Abbreviation used in the text to refer to the calculation, for example 's_p' for the pooled variance. |
expr |
Expression: calculations to be made in order to obtain the value to which the abbreviation refers to. |
info |
Information: Explanation of the formula used to provide the value of the abbreviation. e.g. 'the pooled variance' |
Value
expr e.g., x denotes a^2 + b
[Package mathml version 1.2 Index]