Description Usage Arguments Value Examples
View source: R/Functions_Cross_Dep.R
Take a k-order polynomial approximation of a multivariate φ(xi,xj) where both xi and xj 
are vectors of length l. This expansion involves l pairwise polynomial expansions using 
polyexp(). The expansion excludes terms that are solely in the first variable term 
because coefficients on them are not identified.
| 1 | polyexp_mul(xi, xj, k)
 | 
| xi | vector of first variable terms | 
| xj | vector of second variable terms | 
| k | order of polynomial approximation | 
vector of length l*k(k+1)/2
| 1 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.