File: grapes-termin-grapes.Rd

package info (click to toggle)
r-cran-bayesfactor 0.9.12-4.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,492 kB
  • sloc: cpp: 1,555; sh: 16; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/aaGenerics.R
\name{\%termin\%}
\alias{\%termin\%}
\title{Find a model term in a vector of model terms}
\usage{
x \%termin\% table
}
\arguments{
\item{x}{the terms to be matched}

\item{table}{the terms to be matched against}
}
\value{
A logical vector of the same length as x, indicating if a
match was located for each element of x.
}
\description{
Find a model term in a vector of model terms
}