Differences between revisions 2 and 3
Revision 2 as of 2023-06-09 15:56:45
Size: 586
Comment:
Revision 3 as of 2023-06-09 15:58:28
Size: 634
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
There is also a '''`suffix(stub)`''' option.

Stata FrAlias

The fralias command provides a read-only view of values in a linked frame.


Usage

fralias add foo bar baz, from(linkvar)
fralias add foo newbar=bar, from(linkvar)

To create an alias for all variables while adding a prefix, try:

fralias add *, from(linkvar) prefix(merge_)

There is also a suffix(stub) option.

To list all aliased variables, try fralias describe.


See also

Stata manual for fralias


CategoryRicottone

Stata/FrAlias (last edited 2023-06-09 15:58:28 by DominicRicottone)