operations {lgpr} | R Documentation |
Operations on formula terms and expressions
Description
Operations on formula terms and expressions
Usage
## S4 method for signature 'lgprhs,lgprhs'
e1 + e2
## S4 method for signature 'lgpterm,lgpterm'
e1 + e2
## S4 method for signature 'lgprhs,lgpterm'
e1 + e2
## S4 method for signature 'lgpterm,lgpterm'
e1 * e2
Arguments
e1 |
The first sum, term or expression |
e2 |
The second sum, term or expression |
Value
The behaviour and return type depend on the types of e1
and e2
.
You can
[Package lgpr version 1.2.4 Index]