| Index | Tutorial | Glossary |
Groups the result of the numeric expression in the ContinuousVar into (-infinity, floor), [floor,v1), [v1,v2), [v2,v3)..., [vn, ceiling), [ceiling,infinity), where floor, v1, v2, ..., vn, ceiling are numbers satisfying floor < v1 < v2 < ... < vn < ceiling.
| Expression | Explanation |
| Group(c201,1990,2000) | Defines categorical variable that equals to 1 if a firm began operations in the country before 1990, 2 if a firm began operations in the country from 1990 to 2000, and 3 if a firm began operations after 2000. |