Ejercicio 3
Ejercicio 3
User: Luis
Project: M2
Notes:
1. Unicode is supported; see help unicode_advice.
2. Maximum number of variables is set to 5,000 but can be increased;
see help set_maxvar.
3. New update available; type -update all-
2 . sort id set
variable id not found
r(111);
3 . sort id
variable id not found
r(111);
4 . sort ID SET
6 . clogit choice cost highbio medbio meadow fish fence walk crayfish, group(idd)
variable choice not found
r(111);
7 . clogit CHOICE COST HIGHBIO MEDBIO MEADOW FISH FENCE WALK CRAYFISH,group(idd)
10 . help mixed
11 . help miixlogit
12 . help mixlogit
15 . mixlogit CHOICE COST,rand(HIGHBIO MEDBIO MEADOW FISH WALK CRAYFISH) group(SET) id(ID)
At least one group has more than one chosen alternative
r(498);
16 . mixlogit CHOICE COST,rand(HIGHBIO MEDBIO MEADOW FISH WALK CRAYFISH) group(ID) id(SET)
At least one group has more than one chosen alternative
r(498);
17 . lca CHOICE COST HIGHBIO MEDBIO MEADOW FISH FENCE WALK CRAYFISH , nclass(3)
command lca is unrecognized
r(199);
19 .