Home
last modified time | relevance | path

Searched refs:experience (Results 1 – 25 of 4663) sorted by relevance

12345678910>>...187

/dports/finance/R-cran-AER/AER/man/
H A DCPS1985.Rd17 \item{experience}{Number of years of potential work experience
56 cps_3a <- lm(log(wage) ~ education + experience + I(experience^2),
58 cps_3b <- lm(log(wage) ~ gender + education + experience + I(experience^2),
60 cps_3c <- lm(log(wage) ~ gender + married + education + experience + I(experience^2),
62 cps_3e <- lm(log(wage) ~ gender*married + education + experience + I(experience^2),
66 cps_4a <- lm(log(wage) ~ gender + union + ethnicity + education + experience + I(experience^2),
68 cps_4c <- lm(log(wage) ~ gender + union + ethnicity + education * experience + I(experience^2),
72 cps_6a <- lm(log(wage) ~ gender + union + ethnicity + education + experience + I(experience^2),
74 cps_6a_noeth <- lm(log(wage) ~ gender + union + education + experience + I(experience^2),
79 cps_8a <- lm(log(wage) ~ gender + union + ethnicity + education + experience + I(experience^2),
H A DCPS1988.Rd17 \item{experience}{Number of years of potential work experience.}
30 A problem with CPS data is that it does not provide actual work experience.
31 It is therefore customary to compute experience as \code{age - education - 6}
32 (as was done by Bierens and Ginther, 2001), this may be considered potential experience.
33 As a result, some respondents have negative experience.
57 mincer <- log(wage) ~ ethnicity + education + experience + I(experience^2)
58 quart <- log(wage) ~ ethnicity + education + experience + I(experience^2) +
59 I(experience^3) + I(experience^4)
60 buchinsky <- log(wage) ~ ethnicity * (education + experience + parttime) +
61 region*smsa + I(experience^2) + I(education^2) + I(education*experience)
H A DPSID1976.Rd42 \item{experience}{Actual years of wife's previous labor market experience.}
125 wage ~ experience + I(experience^2) + education + city,
128 wage ~ experience + I(experience^2) + education + city,
130 gr_ols <- lm(wage ~ experience + I(experience^2) + education + city,
141 wl_lpm <- lm(partnum ~ nwincome + education + experience + I(experience^2) +
143 wl_logit <- glm(participation ~ nwincome + education + experience + I(experience^2) +
145 wl_probit <- glm(participation ~ nwincome + education + experience + I(experience^2) +
165 form <- hours ~ nwincome + education + experience + I(experience^2) + age + youngkids + oldkids
177 mc_probit <- glm(participation ~ nwincome + education + experience + I(experience^2) +
179 mc_tobit <- tobit(hours ~ nwincome + education + experience + I(experience^2) + age +
H A DWinkelmannBoes2009.Rd306 hours_tobit <- tobit(hours ~ nwincome + education + experience + I(experience^2) +
308 hours_ols1 <- lm(hours ~ nwincome + education + experience + I(experience^2) +
310 hours_ols2 <- lm(hours ~ nwincome + education + experience + I(experience^2) +
314 wage_ols <- lm(log(wage) ~ education + experience + I(experience^2),
319 education + experience + I(experience^2),
320 log(wage) ~ education + experience + I(experience^2), data = PSID1976)
324 experience + I(experience^2) + age + youngkids + oldkids,
328 experience + I(experience^2) + age + youngkids + oldkids,
333 coef(lm(log(wage) ~ education + experience + I(experience^2),
336 coef(tobit(log(wage) ~ education + experience + I(experience^2),
/dports/finance/R-cran-AER/AER/demo/
H A DCh-Intro.R77 cps_lm <- lm(log(wage) ~ experience + I(experience^2) +
79 cps_rq <- rq(log(wage) ~ experience + I(experience^2) +
87 experience = min(cps$experience):max(cps$experience)) nameattr
105 plot(log(wage) ~ experience, data = cps)
106 for(i in 6:10) lines(cps2[,i] ~ experience,
126 cps_bkde <- bkde2D(cbind(cps$experience, log(cps$wage)),
149 lines(fit ~ experience, data = cps2)
150 lines(lwr ~ experience, data = cps2, lty = 2)
151 lines(upr ~ experience, data = cps2, lty = 2)
H A DCh-LinearRegression.R159 cps_lm <- lm(log(wage) ~ experience + I(experience^2) +
189 cps_noeth <- lm(log(wage) ~ experience + I(experience^2) +
216 cps_plm <- lm(log(wage) ~ bs(experience, df = 5) +
230 bs(experience, df = i) + education + ethnicity,
256 cps <- data.frame(experience = -2:60, education = nameattr
262 plot(log(wage) ~ jitter(experience, factor = 3), pch = 19,
264 lines(yhat1 ~ experience, data = cps, lty = 2)
265 lines(yhat2 ~ experience, data = cps)
273 cps_int <- lm(log(wage) ~ experience + I(experience^2) +
290 (experience + I(experience^2) + education) - 1,
[all …]
/dports/finance/R-cran-AER/AER/tests/
H A DCh-Intro.R77 cps_lm <- lm(log(wage) ~ experience + I(experience^2) +
79 cps_rq <- rq(log(wage) ~ experience + I(experience^2) +
87 experience = min(cps$experience):max(cps$experience)) nameattr
105 plot(log(wage) ~ experience, data = cps)
106 for(i in 6:10) lines(cps2[,i] ~ experience,
126 cps_bkde <- bkde2D(cbind(cps$experience, log(cps$wage)),
149 lines(fit ~ experience, data = cps2)
150 lines(lwr ~ experience, data = cps2, lty = 2)
151 lines(upr ~ experience, data = cps2, lty = 2)
H A DCh-LinearRegression.R159 cps_lm <- lm(log(wage) ~ experience + I(experience^2) +
189 cps_noeth <- lm(log(wage) ~ experience + I(experience^2) +
216 cps_plm <- lm(log(wage) ~ bs(experience, df = 5) +
230 bs(experience, df = i) + education + ethnicity,
256 cps <- data.frame(experience = -2:60, education = nameattr
262 plot(log(wage) ~ jitter(experience, factor = 3), pch = 19,
264 lines(yhat1 ~ experience, data = cps, lty = 2)
265 lines(yhat2 ~ experience, data = cps)
273 cps_int <- lm(log(wage) ~ experience + I(experience^2) +
290 (experience + I(experience^2) + education) - 1,
[all …]
H A DCh-LinearRegression.Rout.save266 R> cps_lm <- lm(log(wage) ~ experience + I(experience^2) +
293 lm(formula = log(wage) ~ experience + I(experience^2) + education +
317 R> cps_noeth <- lm(log(wage) ~ experience + I(experience^2) +
322 Model 1: log(wage) ~ experience + I(experience^2) + education
323 Model 2: log(wage) ~ experience + I(experience^2) + education + ethnicity
357 Model 2: log(wage) ~ experience + I(experience^2) + education
426 R> cps_int <- lm(log(wage) ~ experience + I(experience^2) +
445 R> ## cps_int <- lm(log(wage) ~ experience + I(experience^2) +
454 + (experience + I(experience^2) + education) - 1,
465 (Intercept) experience I(experience^2) education
[all …]
H A DCh-Intro.Rout.save143 R> cps_lm <- lm(log(wage) ~ experience + I(experience^2) +
145 R> cps_rq <- rq(log(wage) ~ experience + I(experience^2) +
153 + experience = min(cps$experience):max(cps$experience))
163 R> ## plot(log(wage) ~ experience, data = cps)
171 R> plot(log(wage) ~ experience, data = cps)
172 R> for(i in 6:10) lines(cps2[,i] ~ experience,
208 R> ## xlab = "experience", ylab = "log(wage)")
210 R> ## lines(fit ~ experience, data = cps2)
220 + xlab = "experience", ylab = "log(wage)")
222 R> lines(fit ~ experience, data = cps2)
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-grow.cc40 int experience = monster_xp_base; in mons_experience_levels() local
43 mexp[i] = experience; in mons_experience_levels()
46 (monster_xp_base + experience) * 2 * monster_xp_multiplier in mons_experience_levels()
51 experience += delta; in mons_experience_levels()
148 if (experience || !alive()) in init_experience()
151 experience = mexplevs[min(get_experience_level(), MAX_MONS_HD)]; in init_experience()
172 if (experience + exp < experience) in gain_exp()
175 experience += exp; in gain_exp()
181 && experience >= mexplevs[get_experience_level() + 1] in gain_exp()
194 && experience >= mexplevs[get_experience_level() + 1]) in gain_exp()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dg_match.cpp46 int experience = 0; in G_GetEarnedExperience() local
53 experience = 50 * (weight / chr->score.skills[ABILITY_POWER]) / penalty; in G_GetEarnedExperience()
60experience += 60 * (chr->scoreMission->hits[i][KILLED_ENEMIES] + chr->scoreMission->hitsSplash[i][… in G_GetEarnedExperience()
62experience += 40 * (chr->scoreMission->hits[i][KILLED_ENEMIES] + chr->scoreMission->hitsSplash[i][… in G_GetEarnedExperience()
65 experience = 50 + 100 * chr->scoreMission->kills[KILLED_ENEMIES]; in G_GetEarnedExperience()
68experience = 180 * (chr->scoreMission->hits[skill][KILLED_ENEMIES] + chr->scoreMission->hitsSplash… in G_GetEarnedExperience()
86 return experience; in G_GetEarnedExperience()
109 chr->score.experience[i] += gainedXP; in G_UpdateCharacterExperience()
114 chr->score.experience[ABILITY_SPEED] += totalGainedXP / 5; in G_UpdateCharacterExperience()
116 chr->score.experience[SKILL_NUM_TYPES] += totalGainedXP / 5; in G_UpdateCharacterExperience()
[all …]
/dports/games/frogatto/frogatto-1.3.1/modules/cellular/data/gui/
H A Dcellular.cfg15 draw_number(object.vars.experience,5,20+240,20+18+38),
26 if(object.vars.experience = null, set(object.vars.experience,level.player.experience*100)),
27 if(object.vars.experience > level.player.vars.experience*100,
28 …add(object.vars.experience,-diff/10-1) where diff = object.vars.experience - level.player.vars.exp…
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/Pim/Entity/
H A DWorkExperience.php151 public function build(\EmpWorkExperience $experience){ argument
153 $this->setId($experience->getSeqno());
154 $this->setCompany($experience->getEmployer());
155 $this->setJobTitle($experience->getJobtitle());
156 $this->setFrom(substr($experience->getFromDate(), 0, -9));
157 $this->setTo(substr($experience->getToDate(), 0, -9));
158 $this->setComment($experience->getComments());
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Under_the_Burning_Suns/utils/
H A Dgarak-abilities.cfg25 -- if level is equal, the unit with less experience comes first
28 if u1.experience < u2.experience then return true end
39 local div = math.floor(teacher.experience / #students)
40 local mod = teacher.experience % #students
54 student.experience = student.experience + xp_to_add
58 if student.experience >= student.max_experience then
66 …-- in case that Garak has no "students", his experience goes wasted instead of being redistributed…
67 teacher.experience = 0
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/wml/
H A Dharm_unit.lua37 local experience = cfg.experience
170 if experience ~= false and harmer and harmer.valid
174 harmer.experience = harmer.experience + calc_xp( unit_to_harm.__cfg.level )
176 unit_to_harm.experience = unit_to_harm.experience + harmer.__cfg.level
177 harmer.experience = harmer.experience + unit_to_harm.__cfg.level
194 if experience ~= false and unit_to_harm and unit_to_harm.valid then
198 if experience ~= false and harmer and harmer.valid then
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/ressources/net/
H A Dtest2.net205 experience
223 experience
241 experience
259 experience
277 experience
299 experience
321 experience
339 experience
353 experience
367 experience
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/content-src/asrouter/docs/
H A Dfirst-run.md10 A full-page multistep experience that shows up on first run since Fx80 with `browser.aboutwelcome.e…
14 Proton design is default experience since MR1 however pre-MR1 flow is supported when `browser.about…
16 Multistage proton onboarding experience is live since Fx89 and its major variations are:
20 No about:welcome experience is shown (users see about:newtab during first run).
26 … multistep experience that shows a large splash screen and several subsequent screens. See [Defaul…
30 An older multi-stage experience that has been available since Fx80 but was deprecated in Fx89.
39 …boarding experience shown to users when they try to download an addon from addons.mozilla.org but …
50 …ments) has higher precedence to defaults. See [Default experience variations](#default-experience-…
55 #### Default experience variations
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/content-src/asrouter/docs/
H A Dfirst-run.md10 A full-page multistep experience that shows up on first run since Fx80 with `browser.aboutwelcome.e…
14 Proton design is default experience since MR1 however pre-MR1 flow is supported when `browser.about…
16 Multistage proton onboarding experience is live since Fx89 and its major variations are:
20 No about:welcome experience is shown (users see about:newtab during first run).
26 … multistep experience that shows a large splash screen and several subsequent screens. See [Defaul…
30 An older multi-stage experience that has been available since Fx80 but was deprecated in Fx89.
39 …boarding experience shown to users when they try to download an addon from addons.mozilla.org but …
50 …ments) has higher precedence to defaults. See [Default experience variations](#default-experience-…
55 #### Default experience variations
/dports/www/firefox/firefox-99.0/browser/components/newtab/content-src/asrouter/docs/
H A Dfirst-run.md10 A full-page multistep experience that shows up on first run since Fx80 with `browser.aboutwelcome.e…
14 Multistage proton onboarding experience is live since Fx89 and its major variations are:
18 No about:welcome experience is shown (users see about:newtab during first run).
24 … multistep experience that shows a large splash screen and several subsequent screens. See [Defaul…
28 …boarding experience shown to users when they try to download an addon from addons.mozilla.org but …
39 …ments) has higher precedence to defaults. See [Default experience variations](#default-experience-…
44 #### Default experience variations
/dports/games/wesnoth/wesnoth-1.14.17/data/ai/scenarios/
H A Dscenario-high_xp_attack.cfg53 {UNIT 1 (Skeleton) 6 58 (random_traits,experience=no,33)}
58 {UNIT 1 (Skeleton) 23 55 (random_traits,experience,hitpoints=no,34,10)}
62 {UNIT 1 (Revenant) 8 29 (random_traits,experience=no,83)}
67 {UNIT 1 (Revenant) 18 29 (random_traits,experience=no,83)}
73 {UNIT 1 (Skeleton) 20 54 (random_traits,experience=no,34)}
78 {UNIT 1 (Revenant) 32 41 (random_traits,experience=no,84)}
79 {UNIT 1 (Revenant) 46 41 (random_traits,experience,hitpoints=no,84,25)}
84 {UNIT 1 (Ghoul) 52 55 (random_traits,experience,hitpoints=no,34,16)}
90 {UNIT 1 (Ghoul) 56 55 (random_traits,experience,hitpoints=no,34,24)}
117 …is really expected that you add more units and/or change hitpoints and experience using debug comm…
/dports/games/wesnoth/wesnoth-1.14.17/data/campaigns/Descent_Into_Darkness/utils/
H A Dmacros.cfg11 experience=0
147 # experience points.
154 # The experience that will be used for the new lich will be at least
155 # the necromancer's current actual experience.
157 value=$stored_necromancer.experience
160 # Each AMLA took 20% more experience, so we will need to reduce this
175 # Each AMLA increased the experience needed by 20%, which
186 # Add the experience that was needed for the previous AMLA
200 # and experience needed to level up.
214 experience=$experience_gained_after_max_level
[all …]
/dports/games/pioneer/pioneer-20210723/data/modules/CrewContracts/
H A DCrewContracts.lua178 c.experience = c.engineering
183 c.estimatedWage = c.estimatedWage or wageFromScore(c.experience)
203 c.experience = c.engineering
209 …math.max(c.contract and (c.contract.wage + 5) or 0, c.estimatedWage or wageFromScore(c.experience))
231 local experience =
232 candidate.experience > 160 and l.VETERAN_TIME_SERVED_CREW_MEMBER or
233 candidate.experience > 140 and l.TIME_SERVED_CREW_MEMBER or
234 candidate.experience > 100 and l.MINIMAL_TIME_SERVED_ABOARD_SHIP or
235 candidate.experience > 60 and l.SOME_EXPERIENCE_IN_CONTROLLED_ENVIRONMENTS or
236 candidate.experience > 10 and l.SIMULATOR_TRAINING_ONLY or
[all …]
/dports/graphics/dia/dia-0.97.3/lib/
H A Dprop_basic.c115 src->experience |= PXP_COPIED; in commonprop_copy()
116 prop->experience |= PXP_COPY; in commonprop_copy()
124 prop->experience |= PXP_GET_WIDGET; in commonprop_get_widget()
132 prop->experience |= PXP_RESET_WIDGET; in commonprop_reset_widget()
139 prop->experience |= PXP_SET_FROM_WIDGET; in commonprop_set_from_widget()
146 prop->experience |= PXP_LOADED; in commonprop_load()
153 prop->experience |= PXP_SAVED; in commonprop_save()
167 ((Property *)prop)->experience |= PXP_GFO; in commonprop_get_from_offset()
175 prop->experience |= PXP_SFO; in commonprop_set_from_offset()
217 prop->experience = 0; in initialize_property()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/newtab/content-src/asrouter/docs/
H A Dfirst-run.md3 First Run flow describes the entire experience users have after Firefox has successfully been insta…
7 A first run experience shown on about:welcome page and decide UI based on messaging template provid…
23 A full-page experience that shows up on first run, usually the first stage (a previous variant of t…
30 …fter attempting to add an add-on from another browser. This is a full-page experience on first run.
32 Please Note: This is unique interrupt experience shown on about:welcome and not controlled by inter…
45 * static - same experience as ‘supercharge’ triplet - with Sync, Monitor and Mobile onboarding cards
57 …'join-supercharge' interrupt and triplet experience is used. 'join-supercharge' is default first r…
62 … screen by clicking on “Start browsing” shows stage 2 'supercharge' triplets experience on new tab.

12345678910>>...187