gretl version 1.3.3 Copyright Ramu Ramanathan and Allin Cottrell This is free software with ABSOLUTELY NO WARRANTY Current session: 2005/04/25 22:35 ? run /home/bkessler/GrigorenkoChapter/prog/out/transforms.inp ? import /home/bkessler/GrigorenkoChapter/prog/out/orig.csv parsing /home/bkessler/GrigorenkoChapter/prog/out/orig.csv... using delimiter ',' longest line: 260 characters number of columns = 43 number of variables: 42 number of non-blank lines: 2327 scanning for variable names... line: ,pronunc,ktmRT,swRT,sbRT,elpRT,ktmErr,swErr,sbErr,elpErr,freq,fam,img,bigrams,nabrSiz,onWLen,hdWLen,vwWLen,rmWLen,cdWLen,onPLen,cdPLen,onWFr,hdWFr,vwWFr,rmWFr,cdWFr,onPFr,hdPFr,vwPFr,rmPFr,cdPFr,onRCn,hdRCn,vwRCn,rmRCn,cdRCn,head,onWCn,hdWCn,vwWCn,rmWCn,cdWCn scanning for row labels and data... variable 1: translating from strings to code numbers variable 37: translating from strings to code numbers String code table written to /home/bkessler/gretl/string_table.txt first row label "ace", last label "zoo" trying to parse row labels as dates... treating these as undated data Full data range: 1 - 2326 (n = 2326) Current sample: 1 - 2326 Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn You should now use the "print" command to verify the data If they are OK, use the "store" command to save them in gretl format ? ols ktmRT const freq Model 1: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 621.951 1.07228 580.024 < 0.00001 *** 10) freq -0.000414552 7.36400E-05 -5.629 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.00219e+06 Standard error of residuals = 50.8203 Unadjusted R-squared = 0.0134528 Adjusted R-squared = 0.0130283 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24877.3 Schwarz Bayesian criterion (BIC) = 24888.8 ? genr xform = ln(freq + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 2: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 664.161 3.04409 218.181 < 0.00001 *** 43) xform -7.65535 0.507216 -15.093 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.54092e+06 Standard error of residuals = 48.8285 Unadjusted R-squared = 0.0892686 Adjusted R-squared = 0.0888767 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24691.3 Schwarz Bayesian criterion (BIC) = 24702.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(freq) Generated vector xform (ID 43) ? ols ktmRT const xform Model 3: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 628.662 1.25106 502.505 < 0.00001 *** 43) xform -0.267720 0.0240918 -11.113 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.77707e+06 Standard error of residuals = 49.8581 Unadjusted R-squared = 0.050455 Adjusted R-squared = 0.0500465 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24788.4 Schwarz Bayesian criterion (BIC) = 24799.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (freq + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 4: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 618.653 1.09845 563.205 < 0.00001 *** 43) xform 120.829 17.7868 6.793 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.96558e+06 Standard error of residuals = 50.665 Unadjusted R-squared = 0.0194704 Adjusted R-squared = 0.0190484 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24863.1 Schwarz Bayesian criterion (BIC) = 24874.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const freq Model 5: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 566.698 0.898360 630.813 < 0.00001 *** 10) freq -0.000201949 6.16956E-05 -3.273 0.001079 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.213e+06 Standard error of residuals = 42.5772 Unadjusted R-squared = 0.00458924 Adjusted R-squared = 0.00416093 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24054 Schwarz Bayesian criterion (BIC) = 24065.5 ? genr xform = ln(freq + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 6: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 586.676 2.62191 223.759 < 0.00001 *** 43) xform -3.62596 0.436871 -8.300 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.11058e+06 Standard error of residuals = 42.0565 Unadjusted R-squared = 0.0287884 Adjusted R-squared = 0.0283705 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23996.8 Schwarz Bayesian criterion (BIC) = 24008.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(freq) Generated vector xform (ID 43) ? ols swRT const xform Model 7: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 569.613 1.06321 535.746 < 0.00001 *** 43) xform -0.118296 0.0204745 -5.778 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.17249e+06 Standard error of residuals = 42.372 Unadjusted R-squared = 0.0141606 Adjusted R-squared = 0.0137364 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24031.6 Schwarz Bayesian criterion (BIC) = 24043.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (freq + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 8: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 565.057 0.921949 612.894 < 0.00001 *** 43) xform 60.7484 14.9288 4.069 0.000049 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.20248e+06 Standard error of residuals = 42.5241 Unadjusted R-squared = 0.00707458 Adjusted R-squared = 0.00664733 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24048.2 Schwarz Bayesian criterion (BIC) = 24059.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const freq Model 9: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 468.172 0.434266 1.1E+03 < 0.00001 *** 10) freq -0.000137925 2.98236E-05 -4.625 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 984468 Standard error of residuals = 20.5818 Unadjusted R-squared = 0.00911905 Adjusted R-squared = 0.00869268 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20672.4 Schwarz Bayesian criterion (BIC) = 20683.9 ? genr xform = ln(freq + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 10: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 484.138 1.23791 391.094 < 0.00001 *** 43) xform -2.88655 0.206264 -13.994 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 916310 Standard error of residuals = 19.8565 Unadjusted R-squared = 0.0777208 Adjusted R-squared = 0.077324 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20505.6 Schwarz Bayesian criterion (BIC) = 20517.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(freq) Generated vector xform (ID 43) ? ols sbRT const xform Model 11: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 470.569 0.508692 925.058 < 0.00001 *** 43) xform -0.0946854 0.00979595 -9.666 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 955131 Standard error of residuals = 20.2728 Unadjusted R-squared = 0.0386473 Adjusted R-squared = 0.0382337 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20602.1 Schwarz Bayesian criterion (BIC) = 20613.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (freq + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 12: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.114 0.445618 1.0E+03 < 0.00001 *** 43) xform 38.0403 7.21573 5.272 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 981787 Standard error of residuals = 20.5537 Unadjusted R-squared = 0.0118176 Adjusted R-squared = 0.0113924 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20666.1 Schwarz Bayesian criterion (BIC) = 20677.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const freq Model 13: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 618.799 1.03263 599.247 < 0.00001 *** 10) freq -0.000268045 7.09166E-05 -3.780 0.000161 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.56645e+06 Standard error of residuals = 48.9408 Unadjusted R-squared = 0.00610972 Adjusted R-squared = 0.00568205 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24702 Schwarz Bayesian criterion (BIC) = 24713.5 ? genr xform = ln(freq + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 14: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 661.614 2.90678 227.611 < 0.00001 *** 43) xform -7.69217 0.484336 -15.882 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.05232e+06 Standard error of residuals = 46.6259 Unadjusted R-squared = 0.0979082 Adjusted R-squared = 0.09752 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24476.6 Schwarz Bayesian criterion (BIC) = 24488.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(freq) Generated vector xform (ID 43) ? ols elpRT const xform Model 15: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 624.378 1.20974 516.125 < 0.00001 *** 43) xform -0.215477 0.0232962 -9.249 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.40182e+06 Standard error of residuals = 48.2116 Unadjusted R-squared = 0.0355055 Adjusted R-squared = 0.0350905 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24632.2 Schwarz Bayesian criterion (BIC) = 24643.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (freq + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 16: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 615.645 1.05023 586.199 < 0.00001 *** 43) xform 134.748 17.0061 7.924 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.45335e+06 Standard error of residuals = 48.4411 Unadjusted R-squared = 0.0263041 Adjusted R-squared = 0.0258851 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24654.3 Schwarz Bayesian criterion (BIC) = 24665.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const fam Model 17: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 763.810 16.3043 46.847 < 0.00001 *** 11) fam -21.0492 2.39541 -8.787 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.88839e+06 Standard error of residuals = 50.3362 Unadjusted R-squared = 0.0321574 Adjusted R-squared = 0.0317409 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24832.8 Schwarz Bayesian criterion (BIC) = 24844.3 ? genr xform = ln(fam + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 18: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 916.217 34.5562 26.514 < 0.00001 *** 43) xform -143.993 16.8377 -8.552 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.89842e+06 Standard error of residuals = 50.379 Unadjusted R-squared = 0.030509 Adjusted R-squared = 0.0300918 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24836.8 Schwarz Bayesian criterion (BIC) = 24848.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(fam) Generated vector xform (ID 43) ? ols ktmRT const xform Model 19: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 886.299 30.6923 28.877 < 0.00001 *** 43) xform -101.917 11.7764 -8.654 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.89409e+06 Standard error of residuals = 50.3605 Unadjusted R-squared = 0.0312213 Adjusted R-squared = 0.0308045 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24835.1 Schwarz Bayesian criterion (BIC) = 24846.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (fam + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 20: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 496.398 15.0744 32.930 < 0.00001 *** 43) xform 965.915 116.732 8.275 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.90992e+06 Standard error of residuals = 50.4281 Unadjusted R-squared = 0.0286186 Adjusted R-squared = 0.0282006 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24841.3 Schwarz Bayesian criterion (BIC) = 24852.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const fam Model 21: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 633.190 13.7525 46.042 < 0.00001 *** 11) fam -9.86919 2.02050 -4.885 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.18941e+06 Standard error of residuals = 42.4579 Unadjusted R-squared = 0.0101619 Adjusted R-squared = 0.00973595 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24041 Schwarz Bayesian criterion (BIC) = 24052.5 ? genr xform = ln(fam + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 22: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 705.593 29.1286 24.223 < 0.00001 *** 43) xform -67.9739 14.1931 -4.789 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.19106e+06 Standard error of residuals = 42.4662 Unadjusted R-squared = 0.00977305 Adjusted R-squared = 0.00934696 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24041.9 Schwarz Bayesian criterion (BIC) = 24053.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(fam) Generated vector xform (ID 43) ? ols swRT const xform Model 23: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 691.121 25.8788 26.706 < 0.00001 *** 43) xform -47.9773 9.92955 -4.832 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.19033e+06 Standard error of residuals = 42.4625 Unadjusted R-squared = 0.0099457 Adjusted R-squared = 0.00951969 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24041.5 Schwarz Bayesian criterion (BIC) = 24053 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (fam + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 24: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 507.083 12.6976 39.935 < 0.00001 *** 43) xform 458.527 98.3270 4.663 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.19318e+06 Standard error of residuals = 42.477 Unadjusted R-squared = 0.00927051 Adjusted R-squared = 0.0088442 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24043.1 Schwarz Bayesian criterion (BIC) = 24054.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const fam Model 25: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 515.391 6.62376 77.809 < 0.00001 *** 11) fam -7.00632 0.973156 -7.200 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 971852 Standard error of residuals = 20.4495 Unadjusted R-squared = 0.0218172 Adjusted R-squared = 0.0213963 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20642.4 Schwarz Bayesian criterion (BIC) = 20653.9 ? genr xform = ln(fam + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 26: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 565.033 14.0380 40.250 < 0.00001 *** 43) xform -47.3989 6.84012 -6.930 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 973415 Standard error of residuals = 20.4659 Unadjusted R-squared = 0.0202437 Adjusted R-squared = 0.0198221 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20646.2 Schwarz Bayesian criterion (BIC) = 20657.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(fam) Generated vector xform (ID 43) ? ols sbRT const xform Model 27: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 555.601 12.4687 44.560 < 0.00001 *** 43) xform -33.7081 4.78416 -7.046 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 972749 Standard error of residuals = 20.4589 Unadjusted R-squared = 0.0209142 Adjusted R-squared = 0.0204929 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20644.6 Schwarz Bayesian criterion (BIC) = 20656.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (fam + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 28: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 427.345 6.12321 69.791 < 0.00001 *** 43) xform 314.030 47.4166 6.623 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 975124 Standard error of residuals = 20.4839 Unadjusted R-squared = 0.0185236 Adjusted R-squared = 0.0181012 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20650.3 Schwarz Bayesian criterion (BIC) = 20661.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const fam Model 29: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 776.594 15.5559 49.923 < 0.00001 *** 11) fam -23.3371 2.28545 -10.211 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.36018e+06 Standard error of residuals = 48.0255 Unadjusted R-squared = 0.0429392 Adjusted R-squared = 0.0425274 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24614.2 Schwarz Bayesian criterion (BIC) = 24625.7 ? genr xform = ln(fam + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 30: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 943.376 32.9890 28.597 < 0.00001 *** 43) xform -158.576 16.0741 -9.865 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.37555e+06 Standard error of residuals = 48.0943 Unadjusted R-squared = 0.040195 Adjusted R-squared = 0.039782 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24620.9 Schwarz Bayesian criterion (BIC) = 24632.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(fam) Generated vector xform (ID 43) ? ols elpRT const xform Model 31: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 911.273 29.2932 31.109 < 0.00001 *** 43) xform -112.563 11.2396 -10.015 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.36896e+06 Standard error of residuals = 48.0648 Unadjusted R-squared = 0.0413715 Adjusted R-squared = 0.040959 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24618 Schwarz Bayesian criterion (BIC) = 24629.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (fam + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 32: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 482.094 14.3997 33.479 < 0.00001 *** 43) xform 1055.55 111.508 9.466 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.39274e+06 Standard error of residuals = 48.1711 Unadjusted R-squared = 0.0371264 Adjusted R-squared = 0.0367121 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24628.3 Schwarz Bayesian criterion (BIC) = 24639.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const img Model 33: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 628.572 3.48595 180.316 < 0.00001 *** 12) img -1.78835 0.767451 -2.330 0.019878 ** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.06986e+06 Standard error of residuals = 51.1059 Unadjusted R-squared = 0.00233107 Adjusted R-squared = 0.00190178 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24903.4 Schwarz Bayesian criterion (BIC) = 24914.9 ? genr xform = ln(img + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 34: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 628.545 6.27163 100.220 < 0.00001 *** 43) xform -4.71404 3.77835 -1.248 0.212287 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07997e+06 Standard error of residuals = 51.1485 Unadjusted R-squared = 0.000669353 Adjusted R-squared = 0.000239348 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24907.3 Schwarz Bayesian criterion (BIC) = 24918.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(img) Generated vector xform (ID 43) ? ols ktmRT const xform Model 35: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 630.499 6.28549 100.310 < 0.00001 *** 43) xform -4.71426 3.02156 -1.560 0.118847 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07767e+06 Standard error of residuals = 51.1388 Unadjusted R-squared = 0.00104634 Adjusted R-squared = 0.000616501 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24906.4 Schwarz Bayesian criterion (BIC) = 24917.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (img + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 36: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 621.420 3.31206 187.623 < 0.00001 *** 43) xform -2.88927 15.4346 -0.187 0.851525 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08395e+06 Standard error of residuals = 51.1652 Unadjusted R-squared = 1.50779e-05 Adjusted R-squared = -0.000415208 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.8 Schwarz Bayesian criterion (BIC) = 24920.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const img Model 37: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 572.086 2.90803 196.726 < 0.00001 *** 12) img -1.37095 0.640218 -2.141 0.032347 ** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22409e+06 Standard error of residuals = 42.6332 Unadjusted R-squared = 0.00196922 Adjusted R-squared = 0.00153978 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24060.2 Schwarz Bayesian criterion (BIC) = 24071.7 ? genr xform = ln(img + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 38: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 574.879 5.22946 109.931 < 0.00001 *** 43) xform -5.33354 3.15049 -1.693 0.090605 * Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22721e+06 Standard error of residuals = 42.649 Unadjusted R-squared = 0.00123169 Adjusted R-squared = 0.000801929 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24061.9 Schwarz Bayesian criterion (BIC) = 24073.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(img) Generated vector xform (ID 43) ? ols swRT const xform Model 39: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 575.512 5.24154 109.798 < 0.00001 *** 43) xform -4.56434 2.51971 -1.811 0.070199 * Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22645e+06 Standard error of residuals = 42.6452 Unadjusted R-squared = 0.00140996 Adjusted R-squared = 0.000980274 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24061.5 Schwarz Bayesian criterion (BIC) = 24073 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (img + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 40: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 563.609 2.76193 204.064 < 0.00001 *** 43) xform 12.5162 12.8709 0.972 0.330932 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.2307e+06 Standard error of residuals = 42.6666 Unadjusted R-squared = 0.000406738 Adjusted R-squared = -2.33793e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24063.8 Schwarz Bayesian criterion (BIC) = 24075.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const img Model 41: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 471.616 1.40789 334.982 < 0.00001 *** 12) img -0.881800 0.309954 -2.845 0.004481 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 990080 Standard error of residuals = 20.6404 Unadjusted R-squared = 0.00347057 Adjusted R-squared = 0.00304177 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20685.7 Schwarz Bayesian criterion (BIC) = 20697.2 ? genr xform = ln(img + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 42: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 472.608 2.53322 186.564 < 0.00001 *** 43) xform -2.93889 1.52614 -1.926 0.054265 * Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 991945 Standard error of residuals = 20.6598 Unadjusted R-squared = 0.00159311 Adjusted R-squared = 0.0011635 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20690 Schwarz Bayesian criterion (BIC) = 20701.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(img) Generated vector xform (ID 43) ? ols sbRT const xform Model 43: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 473.213 2.53877 186.394 < 0.00001 *** 43) xform -2.64002 1.22044 -2.163 0.030629 ** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 991532 Standard error of residuals = 20.6555 Unadjusted R-squared = 0.00200944 Adjusted R-squared = 0.00158001 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20689.1 Schwarz Bayesian criterion (BIC) = 20700.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (img + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 44: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.111 1.33835 349.021 < 0.00001 *** 43) xform 3.39028 6.23686 0.544 0.586778 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993402 Standard error of residuals = 20.6749 Unadjusted R-squared = 0.00012713 Adjusted R-squared = -0.000303108 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693.4 Schwarz Bayesian criterion (BIC) = 20705 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const img Model 45: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 635.711 3.32643 191.109 < 0.00001 *** 12) img -4.07506 0.732331 -5.564 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.52703e+06 Standard error of residuals = 48.7672 Unadjusted R-squared = 0.0131482 Adjusted R-squared = 0.0127236 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24685.5 Schwarz Bayesian criterion (BIC) = 24697 ? genr xform = ln(img + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 46: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 646.634 5.98927 107.965 < 0.00001 *** 43) xform -17.4559 3.60824 -4.838 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.54483e+06 Standard error of residuals = 48.8457 Unadjusted R-squared = 0.00997027 Adjusted R-squared = 0.00954426 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24693 Schwarz Bayesian criterion (BIC) = 24704.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(img) Generated vector xform (ID 43) ? ols elpRT const xform Model 47: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 648.042 6.00075 107.994 < 0.00001 *** 43) xform -14.6146 2.88468 -5.066 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.53949e+06 Standard error of residuals = 48.8221 Unadjusted R-squared = 0.0109238 Adjusted R-squared = 0.0104982 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24690.7 Schwarz Bayesian criterion (BIC) = 24702.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (img + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 48: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 607.166 3.16880 191.607 < 0.00001 *** 43) xform 53.6733 14.7670 3.635 0.000284 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.56901e+06 Standard error of residuals = 48.9521 Unadjusted R-squared = 0.00565242 Adjusted R-squared = 0.00522456 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24703.1 Schwarz Bayesian criterion (BIC) = 24714.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const bigrams Model 49: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 628.242 1.48318 423.577 < 0.00001 *** 13) bigrams -0.00635462 0.000898770 -7.070 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.95592e+06 Standard error of residuals = 50.624 Unadjusted R-squared = 0.0210574 Adjusted R-squared = 0.0206361 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24859.3 Schwarz Bayesian criterion (BIC) = 24870.8 ? genr xform = ln(bigrams + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 50: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 655.575 6.70272 97.807 < 0.00001 *** 43) xform -5.23468 0.997340 -5.249 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.01276e+06 Standard error of residuals = 50.865 Unadjusted R-squared = 0.0117149 Adjusted R-squared = 0.0112897 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24881.4 Schwarz Bayesian criterion (BIC) = 24892.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(bigrams) Generated vector xform (ID 43) ? ols ktmRT const xform Model 51: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 637.227 2.53025 251.843 < 0.00001 *** 43) xform -0.527657 0.0741027 -7.121 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.95414e+06 Standard error of residuals = 50.6164 Unadjusted R-squared = 0.0213514 Adjusted R-squared = 0.0209303 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24858.6 Schwarz Bayesian criterion (BIC) = 24870.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (bigrams + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 52: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 620.742 1.09298 567.938 < 0.00001 *** 43) xform 27.1771 79.1041 0.344 0.731207 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08373e+06 Standard error of residuals = 51.1643 Unadjusted R-squared = 5.07868e-05 Adjusted R-squared = -0.000379484 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.7 Schwarz Bayesian criterion (BIC) = 24920.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const bigrams Model 53: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 570.565 1.24357 458.810 < 0.00001 *** 13) bigrams -0.00378382 0.000753573 -5.021 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.187e+06 Standard error of residuals = 42.4457 Unadjusted R-squared = 0.0107322 Adjusted R-squared = 0.0103065 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24039.6 Schwarz Bayesian criterion (BIC) = 24051.1 ? genr xform = ln(bigrams + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 54: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 586.142 5.60783 104.522 < 0.00001 *** 43) xform -3.01180 0.834424 -3.609 0.000313 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.20883e+06 Standard error of residuals = 42.5562 Unadjusted R-squared = 0.00557461 Adjusted R-squared = 0.00514671 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24051.7 Schwarz Bayesian criterion (BIC) = 24063.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(bigrams) Generated vector xform (ID 43) ? ols swRT const xform Model 55: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 575.740 2.12206 271.312 < 0.00001 *** 43) xform -0.308566 0.0621481 -4.965 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.188e+06 Standard error of residuals = 42.4507 Unadjusted R-squared = 0.0104959 Adjusted R-squared = 0.0100702 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24040.2 Schwarz Bayesian criterion (BIC) = 24051.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (bigrams + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 56: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 565.955 0.911474 620.923 < 0.00001 *** 43) xform 59.5466 65.9678 0.903 0.366799 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23094e+06 Standard error of residuals = 42.6678 Unadjusted R-squared = 0.000350478 Adjusted R-squared = -7.96633e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24063.9 Schwarz Bayesian criterion (BIC) = 24075.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const bigrams Model 57: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 471.239 0.597302 788.945 < 0.00001 *** 13) bigrams -0.00294917 0.000361949 -8.148 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 965934 Standard error of residuals = 20.3871 Unadjusted R-squared = 0.0277738 Adjusted R-squared = 0.0273555 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20628.2 Schwarz Bayesian criterion (BIC) = 20639.7 ? genr xform = ln(bigrams + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 58: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 487.416 2.69327 180.976 < 0.00001 *** 43) xform -2.95563 0.400749 -7.375 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 970806 Standard error of residuals = 20.4385 Unadjusted R-squared = 0.0228703 Adjusted R-squared = 0.0224498 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20639.9 Schwarz Bayesian criterion (BIC) = 20651.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(bigrams) Generated vector xform (ID 43) ? ols sbRT const xform Model 59: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 476.196 1.01571 468.832 < 0.00001 *** 43) xform -0.270219 0.0297467 -9.084 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 959460 Standard error of residuals = 20.3187 Unadjusted R-squared = 0.0342898 Adjusted R-squared = 0.0338742 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20612.6 Schwarz Bayesian criterion (BIC) = 20624.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (bigrams + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 60: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.653 0.441506 1.1E+03 < 0.00001 *** 43) xform 44.2587 31.9540 1.385 0.166162 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 992709 Standard error of residuals = 20.6677 Unadjusted R-squared = 0.00082481 Adjusted R-squared = 0.000394872 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20691.8 Schwarz Bayesian criterion (BIC) = 20703.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const bigrams Model 61: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 623.911 1.42803 436.903 < 0.00001 *** 13) bigrams -0.00500435 0.000865349 -5.783 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.52122e+06 Standard error of residuals = 48.7416 Unadjusted R-squared = 0.0141864 Adjusted R-squared = 0.0137622 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24683 Schwarz Bayesian criterion (BIC) = 24694.6 ? genr xform = ln(bigrams + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 62: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 647.635 6.43909 100.579 < 0.00001 *** 43) xform -4.45373 0.958113 -4.648 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.54908e+06 Standard error of residuals = 48.8644 Unadjusted R-squared = 0.00921212 Adjusted R-squared = 0.00878579 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24694.8 Schwarz Bayesian criterion (BIC) = 24706.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(bigrams) Generated vector xform (ID 43) ? ols elpRT const xform Model 63: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 631.536 2.43474 259.386 < 0.00001 *** 43) xform -0.433213 0.0713055 -6.075 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.51311e+06 Standard error of residuals = 48.7057 Unadjusted R-squared = 0.0156343 Adjusted R-squared = 0.0152107 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24679.6 Schwarz Bayesian criterion (BIC) = 24691.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (bigrams + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 64: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 617.935 1.04862 589.286 < 0.00001 *** 43) xform 42.5061 75.8935 0.560 0.575482 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59991e+06 Standard error of residuals = 49.0877 Unadjusted R-squared = 0.000134958 Adjusted R-squared = -0.000295276 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24716 Schwarz Bayesian criterion (BIC) = 24727.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const nabrSiz Model 65: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 641.354 1.67976 381.814 < 0.00001 *** 14) nabrSiz -2.86046 0.186963 -15.300 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.52731e+06 Standard error of residuals = 48.7685 Unadjusted R-squared = 0.0915057 Adjusted R-squared = 0.0911148 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24685.6 Schwarz Bayesian criterion (BIC) = 24697.1 ? genr xform = ln(nabrSiz + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 66: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 658.068 2.50942 262.239 < 0.00001 *** 43) xform -20.3257 1.25500 -16.196 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.467e+06 Standard error of residuals = 48.5016 Unadjusted R-squared = 0.10142 Adjusted R-squared = 0.101033 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24660.1 Schwarz Bayesian criterion (BIC) = 24671.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(nabrSiz) Generated vector xform (ID 43) ? ols ktmRT const xform Model 67: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 655.765 2.38115 275.398 < 0.00001 *** 43) xform -14.3882 0.889002 -16.185 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.46776e+06 Standard error of residuals = 48.505 Unadjusted R-squared = 0.101295 Adjusted R-squared = 0.100908 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24660.4 Schwarz Bayesian criterion (BIC) = 24671.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (nabrSiz + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 68: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 607.230 1.42584 425.876 < 0.00001 *** 43) xform 59.2435 4.33594 13.663 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.63165e+06 Standard error of residuals = 49.2266 Unadjusted R-squared = 0.074357 Adjusted R-squared = 0.0739587 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24729.1 Schwarz Bayesian criterion (BIC) = 24740.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const nabrSiz Model 69: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 582.977 1.40341 415.402 < 0.00001 *** 14) nabrSiz -2.34510 0.156204 -15.013 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.85823e+06 Standard error of residuals = 40.7452 Unadjusted R-squared = 0.0884102 Adjusted R-squared = 0.088018 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23849.4 Schwarz Bayesian criterion (BIC) = 23860.9 ? genr xform = ln(nabrSiz + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 70: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 595.736 2.10393 283.154 < 0.00001 *** 43) xform -16.1483 1.05221 -15.347 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.84295e+06 Standard error of residuals = 40.6644 Unadjusted R-squared = 0.0920218 Adjusted R-squared = 0.0916311 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23840.2 Schwarz Bayesian criterion (BIC) = 23851.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(nabrSiz) Generated vector xform (ID 43) ? ols swRT const xform Model 71: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 594.310 1.99341 298.138 < 0.00001 *** 43) xform -11.5975 0.744238 -15.583 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.83202e+06 Standard error of residuals = 40.6065 Unadjusted R-squared = 0.0946042 Adjusted R-squared = 0.0942146 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23833.6 Schwarz Bayesian criterion (BIC) = 23845.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (nabrSiz + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 72: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 555.436 1.19437 465.045 < 0.00001 *** 43) xform 46.6755 3.63206 12.851 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.95161e+06 Standard error of residuals = 41.2353 Unadjusted R-squared = 0.0663471 Adjusted R-squared = 0.0659454 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23905.1 Schwarz Bayesian criterion (BIC) = 23916.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const nabrSiz Model 73: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 478.142 0.659545 724.957 < 0.00001 *** 14) nabrSiz -1.44152 0.0734098 -19.637 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 852140 Standard error of residuals = 19.1486 Unadjusted R-squared = 0.142309 Adjusted R-squared = 0.14194 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20336.7 Schwarz Bayesian criterion (BIC) = 20348.2 ? genr xform = ln(nabrSiz + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 74: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 486.001 0.987212 492.297 < 0.00001 *** 43) xform -9.93525 0.493720 -20.123 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 846099 Standard error of residuals = 19.0806 Unadjusted R-squared = 0.148389 Adjusted R-squared = 0.148023 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20320.1 Schwarz Bayesian criterion (BIC) = 20331.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(nabrSiz) Generated vector xform (ID 43) ? ols sbRT const xform Model 75: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 485.042 0.935184 518.659 < 0.00001 *** 43) xform -7.10163 0.349151 -20.340 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 843392 Standard error of residuals = 19.0501 Unadjusted R-squared = 0.151114 Adjusted R-squared = 0.150748 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20312.7 Schwarz Bayesian criterion (BIC) = 20324.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (nabrSiz + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 76: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 461.312 0.567016 813.578 < 0.00001 *** 43) xform 28.2576 1.72428 16.388 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 890607 Standard error of residuals = 19.5761 Unadjusted R-squared = 0.103591 Adjusted R-squared = 0.103205 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20439.4 Schwarz Bayesian criterion (BIC) = 20450.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const nabrSiz Model 77: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 640.188 1.59030 402.557 < 0.00001 *** 14) nabrSiz -3.08218 0.177007 -17.413 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.9543e+06 Standard error of residuals = 46.1714 Unadjusted R-squared = 0.11541 Adjusted R-squared = 0.115029 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24431 Schwarz Bayesian criterion (BIC) = 24442.5 ? genr xform = ln(nabrSiz + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 78: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 658.213 2.37179 277.518 < 0.00001 *** 43) xform -21.9093 1.18617 -18.471 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.88373e+06 Standard error of residuals = 45.8414 Unadjusted R-squared = 0.128009 Adjusted R-squared = 0.127634 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24397.7 Schwarz Bayesian criterion (BIC) = 24409.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(nabrSiz) Generated vector xform (ID 43) ? ols elpRT const xform Model 79: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 655.817 2.24983 291.496 < 0.00001 *** 43) xform -15.5451 0.839974 -18.507 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.8813e+06 Standard error of residuals = 45.83 Unadjusted R-squared = 0.128444 Adjusted R-squared = 0.128069 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24396.5 Schwarz Bayesian criterion (BIC) = 24408 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (nabrSiz + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 80: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 603.169 1.35118 446.402 < 0.00001 *** 43) xform 64.9259 4.10891 15.801 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.05733e+06 Standard error of residuals = 46.649 Unadjusted R-squared = 0.0970128 Adjusted R-squared = 0.0966243 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24478.9 Schwarz Bayesian criterion (BIC) = 24490.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const onWLen Model 81: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 568.852 2.38286 238.727 < 0.00001 *** 15) onWLen 36.6271 1.53943 23.793 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 4.89234e+06 Standard error of residuals = 45.8818 Unadjusted R-squared = 0.195874 Adjusted R-squared = 0.195528 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24401.8 Schwarz Bayesian criterion (BIC) = 24413.3 ? genr xform = ln(onWLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 82: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 551.621 3.29076 167.627 < 0.00001 *** 43) xform 81.3916 3.69969 22.000 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.0354e+06 Standard error of residuals = 46.5478 Unadjusted R-squared = 0.172359 Adjusted R-squared = 0.172003 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24468.8 Schwarz Bayesian criterion (BIC) = 24480.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onWLen) Generated vector xform (ID 43) ? ols ktmRT const xform Model 83: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 543.138 3.91802 138.625 < 0.00001 *** 43) xform 67.3442 3.28889 20.476 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.15416e+06 Standard error of residuals = 47.0935 Unadjusted R-squared = 0.152838 Adjusted R-squared = 0.152474 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24523 Schwarz Bayesian criterion (BIC) = 24534.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onWLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 84: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 684.615 3.58705 190.857 < 0.00001 *** 43) xform -144.084 7.78807 -18.501 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.30302e+06 Standard error of residuals = 47.7687 Unadjusted R-squared = 0.128371 Adjusted R-squared = 0.127996 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24589.3 Schwarz Bayesian criterion (BIC) = 24600.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const onWLen Model 85: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 523.663 1.99699 262.226 < 0.00001 *** 15) onWLen 29.9399 1.29014 23.207 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.43615e+06 Standard error of residuals = 38.4519 Unadjusted R-squared = 0.188137 Adjusted R-squared = 0.187788 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23579.9 Schwarz Bayesian criterion (BIC) = 23591.5 ? genr xform = ln(onWLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 86: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 511.064 2.77010 184.493 < 0.00001 *** 43) xform 64.7839 3.11433 20.802 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.56807e+06 Standard error of residuals = 39.1831 Unadjusted R-squared = 0.156968 Adjusted R-squared = 0.156606 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23667.6 Schwarz Bayesian criterion (BIC) = 23679.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onWLen) Generated vector xform (ID 43) ? ols swRT const xform Model 87: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 505.561 3.30473 152.981 < 0.00001 *** 43) xform 52.5197 2.77408 18.932 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.66688e+06 Standard error of residuals = 39.7219 Unadjusted R-squared = 0.133622 Adjusted R-squared = 0.133249 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23731.1 Schwarz Bayesian criterion (BIC) = 23742.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onWLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 88: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 614.714 3.02834 202.987 < 0.00001 *** 43) xform -109.698 6.57502 -16.684 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.77971e+06 Standard error of residuals = 40.3284 Unadjusted R-squared = 0.106964 Adjusted R-squared = 0.106579 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23801.6 Schwarz Bayesian criterion (BIC) = 23813.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const onWLen Model 89: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 446.935 0.964490 463.390 < 0.00001 *** 15) onWLen 14.7021 0.623101 23.595 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 801520 Standard error of residuals = 18.5712 Unadjusted R-squared = 0.193259 Adjusted R-squared = 0.192911 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20194.2 Schwarz Bayesian criterion (BIC) = 20205.7 ? genr xform = ln(onWLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 90: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 440.142 1.33287 330.221 < 0.00001 *** 43) xform 32.5248 1.49850 21.705 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 826073 Standard error of residuals = 18.8535 Unadjusted R-squared = 0.168546 Adjusted R-squared = 0.168188 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20264.4 Schwarz Bayesian criterion (BIC) = 20275.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onWLen) Generated vector xform (ID 43) ? ols sbRT const xform Model 91: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 437.234 1.59073 274.863 < 0.00001 *** 43) xform 26.4943 1.33530 19.841 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 849605 Standard error of residuals = 19.1201 Unadjusted R-squared = 0.14486 Adjusted R-squared = 0.144492 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20329.7 Schwarz Bayesian criterion (BIC) = 20341.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onWLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 92: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 492.812 1.45576 338.527 < 0.00001 *** 43) xform -56.5021 3.16068 -17.877 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 873424 Standard error of residuals = 19.3863 Unadjusted R-squared = 0.120886 Adjusted R-squared = 0.120508 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20394.1 Schwarz Bayesian criterion (BIC) = 20405.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const onWLen Model 93: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 567.441 2.27764 249.135 < 0.00001 *** 15) onWLen 35.6796 1.47145 24.248 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.46983e+06 Standard error of residuals = 43.8558 Unadjusted R-squared = 0.201912 Adjusted R-squared = 0.201569 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24191.7 Schwarz Bayesian criterion (BIC) = 24203.2 ? genr xform = ln(onWLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 94: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 551.323 3.15387 174.808 < 0.00001 *** 43) xform 78.5007 3.54579 22.139 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.6252e+06 Standard error of residuals = 44.6115 Unadjusted R-squared = 0.174171 Adjusted R-squared = 0.173815 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24271.2 Schwarz Bayesian criterion (BIC) = 24282.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onWLen) Generated vector xform (ID 43) ? ols elpRT const xform Model 95: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 543.495 3.75883 144.592 < 0.00001 *** 43) xform 64.6453 3.15526 20.488 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.74384e+06 Standard error of residuals = 45.1801 Unadjusted R-squared = 0.152988 Adjusted R-squared = 0.152623 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24330.1 Schwarz Bayesian criterion (BIC) = 24341.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onWLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 96: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 678.762 3.44582 196.981 < 0.00001 *** 43) xform -137.088 7.48143 -18.324 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.89365e+06 Standard error of residuals = 45.8879 Unadjusted R-squared = 0.126238 Adjusted R-squared = 0.125862 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24402.4 Schwarz Bayesian criterion (BIC) = 24413.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const hdWLen Model 97: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 547.245 3.56641 153.444 < 0.00001 *** 16) hdWLen 25.0204 1.16696 21.441 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.07931e+06 Standard error of residuals = 46.7503 Unadjusted R-squared = 0.165141 Adjusted R-squared = 0.164782 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24489 Schwarz Bayesian criterion (BIC) = 24500.5 ? genr xform = ln(hdWLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 98: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 490.514 6.30116 77.845 < 0.00001 *** 43) xform 96.5773 4.61366 20.933 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.11888e+06 Standard error of residuals = 46.9321 Unadjusted R-squared = 0.158637 Adjusted R-squared = 0.158275 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24507.1 Schwarz Bayesian criterion (BIC) = 24518.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdWLen) Generated vector xform (ID 43) ? ols ktmRT const xform Model 99: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 476.626 6.88747 69.202 < 0.00001 *** 43) xform 84.9363 4.01610 21.149 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.10209e+06 Standard error of residuals = 46.855 Unadjusted R-squared = 0.161398 Adjusted R-squared = 0.161037 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24499.4 Schwarz Bayesian criterion (BIC) = 24510.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdWLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 100: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 711.451 4.65701 152.770 < 0.00001 *** 43) xform -341.599 17.1618 -19.905 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.1979e+06 Standard error of residuals = 47.2929 Unadjusted R-squared = 0.145649 Adjusted R-squared = 0.145281 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24542.7 Schwarz Bayesian criterion (BIC) = 24554.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const hdWLen Model 101: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 506.614 2.99191 169.328 < 0.00001 *** 16) hdWLen 20.2438 0.978979 20.679 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.5747e+06 Standard error of residuals = 39.2195 Unadjusted R-squared = 0.155401 Adjusted R-squared = 0.155037 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23671.9 Schwarz Bayesian criterion (BIC) = 23683.4 ? genr xform = ln(hdWLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 102: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 461.599 5.29246 87.218 < 0.00001 *** 43) xform 77.4836 3.87510 19.995 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.61117e+06 Standard error of residuals = 39.419 Unadjusted R-squared = 0.146784 Adjusted R-squared = 0.146417 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23695.5 Schwarz Bayesian criterion (BIC) = 23707 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdWLen) Generated vector xform (ID 43) ? ols swRT const xform Model 103: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 450.150 5.78305 77.840 < 0.00001 *** 43) xform 68.3247 3.37211 20.262 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.59701e+06 Standard error of residuals = 39.3417 Unadjusted R-squared = 0.15013 Adjusted R-squared = 0.149765 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23686.4 Schwarz Bayesian criterion (BIC) = 23697.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdWLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 104: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 638.004 3.91598 162.923 < 0.00001 *** 43) xform -270.855 14.4310 -18.769 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.67531e+06 Standard error of residuals = 39.7676 Unadjusted R-squared = 0.131629 Adjusted R-squared = 0.131256 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23736.5 Schwarz Bayesian criterion (BIC) = 23748 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const hdWLen Model 105: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 437.934 1.43997 304.128 < 0.00001 *** 16) hdWLen 10.1547 0.471169 21.552 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 828030 Standard error of residuals = 18.8758 Unadjusted R-squared = 0.166576 Adjusted R-squared = 0.166217 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20269.9 Schwarz Bayesian criterion (BIC) = 20281.4 ? genr xform = ln(hdWLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 106: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 414.932 2.54445 163.073 < 0.00001 *** 43) xform 39.1799 1.86303 21.030 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 834683 Standard error of residuals = 18.9515 Unadjusted R-squared = 0.15988 Adjusted R-squared = 0.159519 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20288.5 Schwarz Bayesian criterion (BIC) = 20300 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdWLen) Generated vector xform (ID 43) ? ols sbRT const xform Model 107: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 409.296 2.78114 147.168 < 0.00001 *** 43) xform 34.4586 1.62169 21.249 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 831908 Standard error of residuals = 18.9199 Unadjusted R-squared = 0.162673 Adjusted R-squared = 0.162313 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20280.8 Schwarz Bayesian criterion (BIC) = 20292.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdWLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 108: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 504.459 1.88157 268.105 < 0.00001 *** 43) xform -138.192 6.93387 -19.930 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 848505 Standard error of residuals = 19.1077 Unadjusted R-squared = 0.145967 Adjusted R-squared = 0.1456 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20326.7 Schwarz Bayesian criterion (BIC) = 20338.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const hdWLen Model 109: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 544.232 3.38987 160.546 < 0.00001 *** 16) hdWLen 25.1079 1.10920 22.636 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.58891e+06 Standard error of residuals = 44.4362 Unadjusted R-squared = 0.18065 Adjusted R-squared = 0.180297 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24252.8 Schwarz Bayesian criterion (BIC) = 24264.3 ? genr xform = ln(hdWLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 110: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 487.983 5.99844 81.352 < 0.00001 *** 43) xform 96.4104 4.39201 21.951 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.63885e+06 Standard error of residuals = 44.6773 Unadjusted R-squared = 0.171734 Adjusted R-squared = 0.171377 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24278 Schwarz Bayesian criterion (BIC) = 24289.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdWLen) Generated vector xform (ID 43) ? ols elpRT const xform Model 111: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 473.873 6.55313 72.313 < 0.00001 *** 43) xform 84.9344 3.82115 22.227 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.61877e+06 Standard error of residuals = 44.5805 Unadjusted R-squared = 0.175319 Adjusted R-squared = 0.174964 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24267.9 Schwarz Bayesian criterion (BIC) = 24279.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdWLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 112: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 708.056 4.44104 159.435 < 0.00001 *** 43) xform -339.194 16.3659 -20.726 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.72697e+06 Standard error of residuals = 45.0997 Unadjusted R-squared = 0.156 Adjusted R-squared = 0.155637 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24321.8 Schwarz Bayesian criterion (BIC) = 24333.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const vwWLen Model 113: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 604.430 3.01515 200.464 < 0.00001 *** 17) vwWLen 10.7171 1.84590 5.806 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.99705e+06 Standard error of residuals = 50.7985 Unadjusted R-squared = 0.014297 Adjusted R-squared = 0.0138729 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24875.3 Schwarz Bayesian criterion (BIC) = 24886.8 ? genr xform = ln(vwWLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 114: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 595.987 4.48647 132.841 < 0.00001 *** 43) xform 27.4796 4.82339 5.697 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.00024e+06 Standard error of residuals = 50.812 Unadjusted R-squared = 0.0137739 Adjusted R-squared = 0.0133496 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24876.6 Schwarz Bayesian criterion (BIC) = 24888.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwWLen) Generated vector xform (ID 43) ? ols ktmRT const xform Model 115: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 588.295 5.77744 101.826 < 0.00001 *** 43) xform 26.7495 4.66999 5.728 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.99934e+06 Standard error of residuals = 50.8082 Unadjusted R-squared = 0.0139212 Adjusted R-squared = 0.0134968 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24876.2 Schwarz Bayesian criterion (BIC) = 24887.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwWLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 116: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 648.828 5.12827 126.520 < 0.00001 *** 43) xform -67.5560 12.1110 -5.578 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.00366e+06 Standard error of residuals = 50.8265 Unadjusted R-squared = 0.0132116 Adjusted R-squared = 0.012787 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24877.9 Schwarz Bayesian criterion (BIC) = 24889.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const vwWLen Model 117: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 553.807 2.51820 219.921 < 0.00001 *** 17) vwWLen 8.06664 1.54166 5.232 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.18314e+06 Standard error of residuals = 42.4261 Unadjusted R-squared = 0.0116435 Adjusted R-squared = 0.0112182 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24037.5 Schwarz Bayesian criterion (BIC) = 24049 ? genr xform = ln(vwWLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 118: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 547.483 3.74691 146.116 < 0.00001 *** 43) xform 20.6497 4.02829 5.126 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.1851e+06 Standard error of residuals = 42.436 Unadjusted R-squared = 0.0111806 Adjusted R-squared = 0.0107551 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24038.6 Schwarz Bayesian criterion (BIC) = 24050.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwWLen) Generated vector xform (ID 43) ? ols swRT const xform Model 119: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 541.697 4.82513 112.266 < 0.00001 *** 43) xform 20.1055 3.90022 5.155 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.18457e+06 Standard error of residuals = 42.4334 Unadjusted R-squared = 0.0113052 Adjusted R-squared = 0.0108798 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24038.3 Schwarz Bayesian criterion (BIC) = 24049.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwWLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 120: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 587.133 4.28281 137.090 < 0.00001 *** 43) xform -50.6265 10.1143 -5.005 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.18728e+06 Standard error of residuals = 42.4471 Unadjusted R-squared = 0.0106657 Adjusted R-squared = 0.01024 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24039.8 Schwarz Bayesian criterion (BIC) = 24051.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const vwWLen Model 121: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 460.691 1.21711 378.513 < 0.00001 *** 17) vwWLen 4.64485 0.745123 6.234 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 977189 Standard error of residuals = 20.5055 Unadjusted R-squared = 0.0164456 Adjusted R-squared = 0.0160224 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20655.2 Schwarz Bayesian criterion (BIC) = 20666.7 ? genr xform = ln(vwWLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 122: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 457.293 1.81180 252.397 < 0.00001 *** 43) xform 11.6209 1.94786 5.966 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 978541 Standard error of residuals = 20.5197 Unadjusted R-squared = 0.0150843 Adjusted R-squared = 0.0146605 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20658.4 Schwarz Bayesian criterion (BIC) = 20669.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwWLen) Generated vector xform (ID 43) ? ols sbRT const xform Model 123: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 453.967 2.33293 194.591 < 0.00001 *** 43) xform 11.3722 1.88574 6.031 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 978220 Standard error of residuals = 20.5164 Unadjusted R-squared = 0.015408 Adjusted R-squared = 0.0149844 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20657.6 Schwarz Bayesian criterion (BIC) = 20669.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwWLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 124: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 479.406 2.07163 231.414 < 0.00001 *** 43) xform -28.0058 4.89239 -5.724 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 979714 Standard error of residuals = 20.532 Unadjusted R-squared = 0.0139039 Adjusted R-squared = 0.0134796 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20661.2 Schwarz Bayesian criterion (BIC) = 20672.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const vwWLen Model 125: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 600.378 2.88734 207.935 < 0.00001 *** 17) vwWLen 11.5637 1.76765 6.542 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.4994e+06 Standard error of residuals = 48.6452 Unadjusted R-squared = 0.0180817 Adjusted R-squared = 0.0176592 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24673.8 Schwarz Bayesian criterion (BIC) = 24685.3 ? genr xform = ln(vwWLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 126: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 591.561 4.29743 137.655 < 0.00001 *** 43) xform 29.3265 4.62015 6.348 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.50523e+06 Standard error of residuals = 48.6709 Unadjusted R-squared = 0.0170415 Adjusted R-squared = 0.0166185 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24676.3 Schwarz Bayesian criterion (BIC) = 24687.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwWLen) Generated vector xform (ID 43) ? ols elpRT const xform Model 127: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 583.271 5.53367 105.404 < 0.00001 *** 43) xform 28.6138 4.47294 6.397 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.50376e+06 Standard error of residuals = 48.6644 Unadjusted R-squared = 0.017304 Adjusted R-squared = 0.0168812 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24675.7 Schwarz Bayesian criterion (BIC) = 24687.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwWLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 128: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 647.681 4.91326 131.823 < 0.00001 *** 43) xform -71.4395 11.6032 -6.157 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.51078e+06 Standard error of residuals = 48.6955 Unadjusted R-squared = 0.0160494 Adjusted R-squared = 0.015626 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24678.6 Schwarz Bayesian criterion (BIC) = 24690.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const rmWLen Model 129: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 598.263 4.69740 127.361 < 0.00001 *** 18) rmWLen 7.65052 1.55156 4.931 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.02105e+06 Standard error of residuals = 50.9 Unadjusted R-squared = 0.0103535 Adjusted R-squared = 0.0099277 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24884.6 Schwarz Bayesian criterion (BIC) = 24896.1 ? genr xform = ln(rmWLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 130: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 582.474 8.12401 71.698 < 0.00001 *** 43) xform 28.2389 5.92998 4.762 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.02524e+06 Standard error of residuals = 50.9178 Unadjusted R-squared = 0.00966352 Adjusted R-squared = 0.00923738 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24886.2 Schwarz Bayesian criterion (BIC) = 24897.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmWLen) Generated vector xform (ID 43) ? ols ktmRT const xform Model 131: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 577.862 8.96405 64.464 < 0.00001 *** 43) xform 25.1932 5.21895 4.827 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.02364e+06 Standard error of residuals = 50.911 Unadjusted R-squared = 0.00992729 Adjusted R-squared = 0.00950127 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24885.6 Schwarz Bayesian criterion (BIC) = 24897.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmWLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 132: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 645.938 5.64907 114.344 < 0.00001 *** 43) xform -96.0654 21.2349 -4.524 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.03093e+06 Standard error of residuals = 50.9418 Unadjusted R-squared = 0.00872947 Adjusted R-squared = 0.00830294 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24888.4 Schwarz Bayesian criterion (BIC) = 24899.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const rmWLen Model 133: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 553.942 3.92977 140.960 < 0.00001 *** 18) rmWLen 4.13928 1.29801 3.189 0.001447 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.21398e+06 Standard error of residuals = 42.5822 Unadjusted R-squared = 0.00435672 Adjusted R-squared = 0.0039283 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24054.6 Schwarz Bayesian criterion (BIC) = 24066.1 ? genr xform = ln(rmWLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 134: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 545.987 6.79583 80.342 < 0.00001 *** 43) xform 14.8457 4.96050 2.993 0.002794 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.21617e+06 Standard error of residuals = 42.5933 Unadjusted R-squared = 0.00383921 Adjusted R-squared = 0.00341057 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24055.8 Schwarz Bayesian criterion (BIC) = 24067.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmWLen) Generated vector xform (ID 43) ? ols swRT const xform Model 135: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 543.359 7.49886 72.459 < 0.00001 *** 43) xform 13.3639 4.36591 3.061 0.002232 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.21543e+06 Standard error of residuals = 42.5895 Unadjusted R-squared = 0.00401543 Adjusted R-squared = 0.00358687 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24055.4 Schwarz Bayesian criterion (BIC) = 24066.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmWLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 136: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 578.929 4.72469 122.533 < 0.00001 *** 43) xform -48.8853 17.7602 -2.753 0.005960 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.21867e+06 Standard error of residuals = 42.6059 Unadjusted R-squared = 0.00324948 Adjusted R-squared = 0.00282059 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24057.2 Schwarz Bayesian criterion (BIC) = 24068.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const rmWLen Model 137: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 457.623 1.89580 241.387 < 0.00001 *** 18) rmWLen 3.44988 0.626188 5.509 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 980719 Standard error of residuals = 20.5425 Unadjusted R-squared = 0.0128922 Adjusted R-squared = 0.0124674 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20663.6 Schwarz Bayesian criterion (BIC) = 20675.1 ? genr xform = ln(rmWLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 138: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 451.247 3.28070 137.546 < 0.00001 *** 43) xform 12.1857 2.39469 5.089 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 982580 Standard error of residuals = 20.562 Unadjusted R-squared = 0.0110192 Adjusted R-squared = 0.0105937 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20668 Schwarz Bayesian criterion (BIC) = 20679.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmWLen) Generated vector xform (ID 43) ? ols sbRT const xform Model 139: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 448.997 3.61928 124.057 < 0.00001 *** 43) xform 11.0241 2.10718 5.232 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 981963 Standard error of residuals = 20.5556 Unadjusted R-squared = 0.0116402 Adjusted R-squared = 0.0112149 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20666.5 Schwarz Bayesian criterion (BIC) = 20678 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmWLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 140: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 478.015 2.28268 209.410 < 0.00001 *** 43) xform -39.0869 8.58062 -4.555 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 984736 Standard error of residuals = 20.5846 Unadjusted R-squared = 0.00884971 Adjusted R-squared = 0.00842323 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20673.1 Schwarz Bayesian criterion (BIC) = 20684.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const rmWLen Model 141: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 596.284 4.50663 132.313 < 0.00001 *** 18) rmWLen 7.38689 1.48855 4.962 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.54195e+06 Standard error of residuals = 48.833 Unadjusted R-squared = 0.0104853 Adjusted R-squared = 0.0100595 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24691.8 Schwarz Bayesian criterion (BIC) = 24703.3 ? genr xform = ln(rmWLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 142: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 582.098 7.79630 74.663 < 0.00001 *** 43) xform 26.4866 5.69077 4.654 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.54895e+06 Standard error of residuals = 48.8638 Unadjusted R-squared = 0.00923516 Adjusted R-squared = 0.00880884 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24694.7 Schwarz Bayesian criterion (BIC) = 24706.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmWLen) Generated vector xform (ID 43) ? ols elpRT const xform Model 143: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 577.389 8.60171 67.125 < 0.00001 *** 43) xform 23.8548 5.00800 4.763 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.54652e+06 Standard error of residuals = 48.8531 Unadjusted R-squared = 0.00966869 Adjusted R-squared = 0.00924256 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24693.7 Schwarz Bayesian criterion (BIC) = 24705.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmWLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 144: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 640.925 5.42242 118.199 < 0.00001 *** 43) xform -87.4284 20.3829 -4.289 0.000019 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.55668e+06 Standard error of residuals = 48.8978 Unadjusted R-squared = 0.00785436 Adjusted R-squared = 0.00742745 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24697.9 Schwarz Bayesian criterion (BIC) = 24709.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const cdWLen Model 145: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 620.471 2.39582 258.981 < 0.00001 *** 19) cdWLen 0.247148 1.46828 0.168 0.866342 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08396e+06 Standard error of residuals = 51.1653 Unadjusted R-squared = 1.21915e-05 Adjusted R-squared = -0.000418096 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.8 Schwarz Bayesian criterion (BIC) = 24920.3 ? genr xform = ln(cdWLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 146: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 620.311 3.00168 206.655 < 0.00001 *** 43) xform 0.611171 3.28991 0.186 0.852640 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08395e+06 Standard error of residuals = 51.1652 Unadjusted R-squared = 1.48496e-05 Adjusted R-squared = -0.000415437 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.8 Schwarz Bayesian criterion (BIC) = 24920.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdWLen) Generated vector xform (ID 43) ? ols ktmRT const xform Model 147: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 619.663 3.31361 187.005 < 0.00001 *** 43) xform 1.02100 2.73952 0.373 0.709412 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08367e+06 Standard error of residuals = 51.1641 Unadjusted R-squared = 5.97635e-05 Adjusted R-squared = -0.000370503 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.7 Schwarz Bayesian criterion (BIC) = 24920.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdWLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 148: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 621.800 2.97871 208.748 < 0.00001 *** 43) xform -2.14469 6.17323 -0.347 0.728309 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08372e+06 Standard error of residuals = 51.1643 Unadjusted R-squared = 5.19333e-05 Adjusted R-squared = -0.000378337 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.7 Schwarz Bayesian criterion (BIC) = 24920.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const cdWLen Model 149: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 567.634 1.99798 284.103 < 0.00001 *** 19) cdWLen -1.01195 1.22446 -0.826 0.408635 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23118e+06 Standard error of residuals = 42.669 Unadjusted R-squared = 0.00029381 Adjusted R-squared = -0.000136356 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.1 Schwarz Bayesian criterion (BIC) = 24075.6 ? genr xform = ln(cdWLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 150: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 568.940 2.50284 227.317 < 0.00001 *** 43) xform -3.26488 2.74317 -1.190 0.234096 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22984e+06 Standard error of residuals = 42.6623 Unadjusted R-squared = 0.000609154 Adjusted R-squared = 0.000179124 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24063.3 Schwarz Bayesian criterion (BIC) = 24074.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdWLen) Generated vector xform (ID 43) ? ols swRT const xform Model 151: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 569.594 2.76281 206.165 < 0.00001 *** 43) xform -3.00297 2.28415 -1.315 0.188742 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22928e+06 Standard error of residuals = 42.6594 Unadjusted R-squared = 0.000743177 Adjusted R-squared = 0.000313204 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24063 Schwarz Bayesian criterion (BIC) = 24074.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdWLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 152: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 562.735 2.48334 226.604 < 0.00001 *** 43) xform 7.58143 5.14659 1.473 0.140860 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22847e+06 Standard error of residuals = 42.6554 Unadjusted R-squared = 0.000932871 Adjusted R-squared = 0.00050298 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24062.6 Schwarz Bayesian criterion (BIC) = 24074.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const cdWLen Model 153: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.295 0.968098 482.694 < 0.00001 *** 19) cdWLen 0.345302 0.593299 0.582 0.560621 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993383 Standard error of residuals = 20.6748 Unadjusted R-squared = 0.000145731 Adjusted R-squared = -0.000284499 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693.4 Schwarz Bayesian criterion (BIC) = 20704.9 ? genr xform = ln(cdWLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 154: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 468.098 1.21298 385.906 < 0.00001 *** 43) xform -0.349558 1.32946 -0.263 0.792626 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993498 Standard error of residuals = 20.676 Unadjusted R-squared = 2.97469e-05 Adjusted R-squared = -0.000400533 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693.7 Schwarz Bayesian criterion (BIC) = 20705.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdWLen) Generated vector xform (ID 43) ? ols sbRT const xform Model 155: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 468.534 1.33899 349.916 < 0.00001 *** 43) xform -0.640448 1.10701 -0.579 0.562956 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993385 Standard error of residuals = 20.6748 Unadjusted R-squared = 0.000144002 Adjusted R-squared = -0.000286229 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693.4 Schwarz Bayesian criterion (BIC) = 20704.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdWLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 156: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 466.621 1.20346 387.734 < 0.00001 *** 43) xform 2.61421 2.49411 1.048 0.294676 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993059 Standard error of residuals = 20.6714 Unadjusted R-squared = 0.000472509 Adjusted R-squared = 4.24201e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20692.6 Schwarz Bayesian criterion (BIC) = 20704.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const cdWLen Model 157: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 618.908 2.29861 269.253 < 0.00001 *** 19) cdWLen -0.568564 1.40871 -0.404 0.686539 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.60028e+06 Standard error of residuals = 49.0893 Unadjusted R-squared = 7.00893e-05 Adjusted R-squared = -0.000360173 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24716.1 Schwarz Bayesian criterion (BIC) = 24727.6 ? genr xform = ln(cdWLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 158: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 620.517 2.87949 215.496 < 0.00001 *** 43) xform -2.85897 3.15598 -0.906 0.365087 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59869e+06 Standard error of residuals = 49.0823 Unadjusted R-squared = 0.00035299 Adjusted R-squared = -7.71505e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24715.5 Schwarz Bayesian criterion (BIC) = 24727 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdWLen) Generated vector xform (ID 43) ? ols elpRT const xform Model 159: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 620.953 3.17872 195.347 < 0.00001 *** 43) xform -2.51043 2.62801 -0.955 0.339545 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59847e+06 Standard error of residuals = 49.0814 Unadjusted R-squared = 0.000392497 Adjusted R-squared = -3.76262e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24715.4 Schwarz Bayesian criterion (BIC) = 24726.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdWLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 160: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 614.806 2.85709 215.186 < 0.00001 *** 43) xform 7.25277 5.92117 1.225 0.220742 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59706e+06 Standard error of residuals = 49.0752 Unadjusted R-squared = 0.000645173 Adjusted R-squared = 0.000215158 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24714.8 Schwarz Bayesian criterion (BIC) = 24726.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const onPLen Model 161: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 573.298 2.43655 235.291 < 0.00001 *** 20) onPLen 35.8744 1.68667 21.269 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.09271e+06 Standard error of residuals = 46.8119 Unadjusted R-squared = 0.16294 Adjusted R-squared = 0.16258 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24495.1 Schwarz Bayesian criterion (BIC) = 24506.6 ? genr xform = ln(onPLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 162: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 557.118 3.38997 164.343 < 0.00001 *** 43) xform 78.2985 3.98707 19.638 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.21812e+06 Standard error of residuals = 47.3848 Unadjusted R-squared = 0.142326 Adjusted R-squared = 0.141957 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24551.7 Schwarz Bayesian criterion (BIC) = 24563.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onPLen) Generated vector xform (ID 43) ? ols ktmRT const xform Model 163: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 549.039 4.04676 135.674 < 0.00001 *** 43) xform 64.3321 3.51558 18.299 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.31781e+06 Standard error of residuals = 47.8353 Unadjusted R-squared = 0.125941 Adjusted R-squared = 0.125565 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24595.7 Schwarz Bayesian criterion (BIC) = 24607.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onPLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 164: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 682.987 3.88736 175.694 < 0.00001 *** 43) xform -135.928 8.21335 -16.550 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.44261e+06 Standard error of residuals = 48.3933 Unadjusted R-squared = 0.105428 Adjusted R-squared = 0.105043 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24649.7 Schwarz Bayesian criterion (BIC) = 24661.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const onPLen Model 165: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 528.035 2.04714 257.938 < 0.00001 *** 20) onPLen 28.7677 1.41711 20.300 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.59495e+06 Standard error of residuals = 39.3304 Unadjusted R-squared = 0.150616 Adjusted R-squared = 0.150251 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23685 Schwarz Bayesian criterion (BIC) = 23696.5 ? genr xform = ln(onPLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 166: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 516.776 2.85933 180.733 < 0.00001 *** 43) xform 60.6789 3.36297 18.043 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.71237e+06 Standard error of residuals = 39.9676 Unadjusted R-squared = 0.122873 Adjusted R-squared = 0.122496 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23759.8 Schwarz Bayesian criterion (BIC) = 23771.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onPLen) Generated vector xform (ID 43) ? ols swRT const xform Model 167: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 511.757 3.41749 149.746 < 0.00001 *** 43) xform 48.7423 2.96891 16.418 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.79256e+06 Standard error of residuals = 40.3969 Unadjusted R-squared = 0.103926 Adjusted R-squared = 0.103541 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23809.5 Schwarz Bayesian criterion (BIC) = 23821 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onPLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 168: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 611.837 3.28470 186.269 < 0.00001 *** 43) xform -99.9091 6.94004 -14.396 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.88589e+06 Standard error of residuals = 40.891 Unadjusted R-squared = 0.0818751 Adjusted R-squared = 0.08148 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23866 Schwarz Bayesian criterion (BIC) = 23877.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const onPLen Model 169: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 443.958 0.931381 476.667 < 0.00001 *** 20) onPLen 17.9935 0.644737 27.908 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 744135 Standard error of residuals = 17.894 Unadjusted R-squared = 0.251018 Adjusted R-squared = 0.250695 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20021.4 Schwarz Bayesian criterion (BIC) = 20032.9 ? genr xform = ln(onPLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 170: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 435.726 1.30567 333.717 < 0.00001 *** 43) xform 39.4157 1.53565 25.667 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 774091 Standard error of residuals = 18.2506 Unadjusted R-squared = 0.220866 Adjusted R-squared = 0.220531 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20113.2 Schwarz Bayesian criterion (BIC) = 20124.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onPLen) Generated vector xform (ID 43) ? ols sbRT const xform Model 171: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 432.593 1.57865 274.027 < 0.00001 *** 43) xform 31.5477 1.37144 23.003 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 809264 Standard error of residuals = 18.6607 Unadjusted R-squared = 0.185464 Adjusted R-squared = 0.185114 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20216.6 Schwarz Bayesian criterion (BIC) = 20228.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onPLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 172: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 498.433 1.52511 326.818 < 0.00001 *** 43) xform -66.9923 3.22231 -20.790 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 837724 Standard error of residuals = 18.9859 Unadjusted R-squared = 0.156819 Adjusted R-squared = 0.156457 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20297 Schwarz Bayesian criterion (BIC) = 20308.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const onPLen Model 173: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 572.210 2.33516 245.041 < 0.00001 *** 20) onPLen 34.6160 1.61648 21.414 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.67766e+06 Standard error of residuals = 44.8638 Unadjusted R-squared = 0.164803 Adjusted R-squared = 0.164443 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24297.4 Schwarz Bayesian criterion (BIC) = 24308.9 ? genr xform = ln(onPLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 174: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 557.174 3.25454 171.199 < 0.00001 *** 43) xform 74.8420 3.82779 19.552 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.80952e+06 Standard error of residuals = 45.4918 Unadjusted R-squared = 0.14126 Adjusted R-squared = 0.140891 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24362.1 Schwarz Bayesian criterion (BIC) = 24373.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onPLen) Generated vector xform (ID 43) ? ols elpRT const xform Model 175: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 549.833 3.88785 141.424 < 0.00001 *** 43) xform 61.1511 3.37752 18.105 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.90834e+06 Standard error of residuals = 45.9568 Unadjusted R-squared = 0.123615 Adjusted R-squared = 0.123238 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24409.4 Schwarz Bayesian criterion (BIC) = 24420.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onPLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 176: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 676.681 3.73726 181.064 < 0.00001 *** 43) xform -128.165 7.89621 -16.231 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.03041e+06 Standard error of residuals = 46.5247 Unadjusted R-squared = 0.101819 Adjusted R-squared = 0.101433 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24466.5 Schwarz Bayesian criterion (BIC) = 24478 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const cdPLen Model 177: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 624.668 2.54879 245.084 < 0.00001 *** 21) cdPLen -3.27758 1.98059 -1.655 0.098091 * Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07688e+06 Standard error of residuals = 51.1355 Unadjusted R-squared = 0.00117698 Adjusted R-squared = 0.00074719 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24906.1 Schwarz Bayesian criterion (BIC) = 24917.6 ? genr xform = ln(cdPLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 178: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 624.127 3.16527 197.180 < 0.00001 *** 43) xform -4.43818 4.01803 -1.105 0.269462 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08085e+06 Standard error of residuals = 51.1522 Unadjusted R-squared = 0.000524709 Adjusted R-squared = 9.46422e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24907.6 Schwarz Bayesian criterion (BIC) = 24919.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdPLen) Generated vector xform (ID 43) ? ols ktmRT const xform Model 179: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 623.126 3.49314 178.385 < 0.00001 *** 43) xform -2.22480 3.22907 -0.689 0.490897 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.0828e+06 Standard error of residuals = 51.1604 Unadjusted R-squared = 0.000204222 Adjusted R-squared = -0.000225983 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.4 Schwarz Bayesian criterion (BIC) = 24919.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdPLen + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 180: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 619.301 3.59165 172.428 < 0.00001 *** 43) xform 3.09875 6.93988 0.447 0.655267 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08352e+06 Standard error of residuals = 51.1634 Unadjusted R-squared = 8.57822e-05 Adjusted R-squared = -0.000344474 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.6 Schwarz Bayesian criterion (BIC) = 24920.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const cdPLen Model 181: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 573.173 2.12107 270.229 < 0.00001 *** 21) cdPLen -5.99868 1.64822 -3.639 0.000279 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.20844e+06 Standard error of residuals = 42.5542 Unadjusted R-squared = 0.00566729 Adjusted R-squared = 0.00523944 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24051.5 Schwarz Bayesian criterion (BIC) = 24063 ? genr xform = ln(cdPLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 182: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 574.715 2.63399 218.192 < 0.00001 *** 43) xform -11.5361 3.34362 -3.450 0.000570 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.21085e+06 Standard error of residuals = 42.5664 Unadjusted R-squared = 0.00509597 Adjusted R-squared = 0.00466787 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24052.9 Schwarz Bayesian criterion (BIC) = 24064.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdPLen) Generated vector xform (ID 43) ? ols swRT const xform Model 183: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 575.021 2.90739 197.779 < 0.00001 *** 43) xform -8.60407 2.68760 -3.201 0.001386 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.21384e+06 Standard error of residuals = 42.5815 Unadjusted R-squared = 0.00439068 Adjusted R-squared = 0.00396228 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24054.5 Schwarz Bayesian criterion (BIC) = 24066 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdPLen + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 184: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 557.480 2.98986 186.457 < 0.00001 *** 43) xform 17.5411 5.77709 3.036 0.002421 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.2157e+06 Standard error of residuals = 42.5909 Unadjusted R-squared = 0.00395131 Adjusted R-squared = 0.00352272 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24055.5 Schwarz Bayesian criterion (BIC) = 24067 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const cdPLen Model 185: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 470.565 1.02865 457.457 < 0.00001 *** 21) cdPLen -2.36255 0.799339 -2.956 0.003152 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 989807 Standard error of residuals = 20.6375 Unadjusted R-squared = 0.00374487 Adjusted R-squared = 0.00331619 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20685 Schwarz Bayesian criterion (BIC) = 20696.5 ? genr xform = ln(cdPLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 186: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 471.466 1.27689 369.230 < 0.00001 *** 43) xform -4.93886 1.62090 -3.047 0.002337 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 989575 Standard error of residuals = 20.6351 Unadjusted R-squared = 0.00397901 Adjusted R-squared = 0.00355043 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20684.5 Schwarz Bayesian criterion (BIC) = 20696 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdPLen) Generated vector xform (ID 43) ? ols sbRT const xform Model 187: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 471.798 1.40905 334.833 < 0.00001 *** 43) xform -3.87900 1.30253 -2.978 0.002931 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 989751 Standard error of residuals = 20.6369 Unadjusted R-squared = 0.00380165 Adjusted R-squared = 0.003373 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20684.9 Schwarz Bayesian criterion (BIC) = 20696.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdPLen + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 188: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 463.734 1.44878 320.086 < 0.00001 *** 43) xform 8.22421 2.79937 2.938 0.003337 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 989852 Standard error of residuals = 20.638 Unadjusted R-squared = 0.00370018 Adjusted R-squared = 0.00327148 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20685.1 Schwarz Bayesian criterion (BIC) = 20696.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const cdPLen Model 189: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 625.456 2.44109 256.220 < 0.00001 *** 21) cdPLen -6.30576 1.89690 -3.324 0.000900 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.57417e+06 Standard error of residuals = 48.9747 Unadjusted R-squared = 0.00473248 Adjusted R-squared = 0.00430422 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24705.2 Schwarz Bayesian criterion (BIC) = 24716.8 ? genr xform = ln(cdPLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 190: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 626.875 3.03154 206.784 < 0.00001 *** 43) xform -11.8538 3.84828 -3.080 0.002092 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.5779e+06 Standard error of residuals = 48.9911 Unadjusted R-squared = 0.00406608 Adjusted R-squared = 0.00363754 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24706.8 Schwarz Bayesian criterion (BIC) = 24718.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdPLen) Generated vector xform (ID 43) ? ols elpRT const xform Model 191: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 626.994 3.34622 187.374 < 0.00001 *** 43) xform -8.65202 3.09325 -2.797 0.005199 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.58188e+06 Standard error of residuals = 49.0086 Unadjusted R-squared = 0.00335512 Adjusted R-squared = 0.00292627 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24708.5 Schwarz Bayesian criterion (BIC) = 24720 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdPLen + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 192: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 609.454 3.44108 177.111 < 0.00001 *** 43) xform 17.4386 6.64895 2.623 0.008779 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.58414e+06 Standard error of residuals = 49.0185 Unadjusted R-squared = 0.0029512 Adjusted R-squared = 0.00252218 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24709.4 Schwarz Bayesian criterion (BIC) = 24720.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const onWFr Model 193: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 656.195 1.99701 328.589 < 0.00001 *** 22) onWFr -0.0798017 0.00392957 -20.308 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.16709e+06 Standard error of residuals = 47.1525 Unadjusted R-squared = 0.150714 Adjusted R-squared = 0.150348 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24528.9 Schwarz Bayesian criterion (BIC) = 24540.4 ? genr xform = ln(onWFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 194: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 753.075 6.82502 110.340 < 0.00001 *** 43) xform -22.6319 1.15585 -19.580 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.22249e+06 Standard error of residuals = 47.4046 Unadjusted R-squared = 0.141608 Adjusted R-squared = 0.141239 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24553.7 Schwarz Bayesian criterion (BIC) = 24565.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onWFr) Generated vector xform (ID 43) ? ols ktmRT const xform Model 195: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 680.802 3.08826 220.449 < 0.00001 *** 43) xform -3.00289 0.146706 -20.469 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.15474e+06 Standard error of residuals = 47.0961 Unadjusted R-squared = 0.152743 Adjusted R-squared = 0.152379 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24523.3 Schwarz Bayesian criterion (BIC) = 24534.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onWFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 196: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 618.371 1.08206 571.473 < 0.00001 *** 43) xform 437.022 50.3997 8.671 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.89337e+06 Standard error of residuals = 50.3575 Unadjusted R-squared = 0.031339 Adjusted R-squared = 0.0309222 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24834.8 Schwarz Bayesian criterion (BIC) = 24846.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const onWFr Model 197: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 595.515 1.66695 357.248 < 0.00001 *** 22) onWFr -0.0662609 0.00328011 -20.201 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.60025e+06 Standard error of residuals = 39.3594 Unadjusted R-squared = 0.149364 Adjusted R-squared = 0.148998 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23688.5 Schwarz Bayesian criterion (BIC) = 23700 ? genr xform = ln(onWFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 198: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 673.045 5.72097 117.645 < 0.00001 *** 43) xform -18.2935 0.968878 -18.881 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.66952e+06 Standard error of residuals = 39.7362 Unadjusted R-squared = 0.132997 Adjusted R-squared = 0.132623 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23732.8 Schwarz Bayesian criterion (BIC) = 23744.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onWFr) Generated vector xform (ID 43) ? ols swRT const xform Model 199: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 615.627 2.58082 238.540 < 0.00001 *** 43) xform -2.47736 0.122600 -20.207 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.59993e+06 Standard error of residuals = 39.3576 Unadjusted R-squared = 0.149439 Adjusted R-squared = 0.149073 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23688.3 Schwarz Bayesian criterion (BIC) = 23699.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onWFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 200: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 564.606 0.908796 621.268 < 0.00001 *** 43) xform 274.670 42.3294 6.489 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.1571e+06 Standard error of residuals = 42.2939 Unadjusted R-squared = 0.0177952 Adjusted R-squared = 0.0173726 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24023 Schwarz Bayesian criterion (BIC) = 24034.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const onWFr Model 201: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 483.418 0.792951 609.645 < 0.00001 *** 22) onWFr -0.0352453 0.00156031 -22.589 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 814665 Standard error of residuals = 18.7228 Unadjusted R-squared = 0.180029 Adjusted R-squared = 0.179676 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20232.1 Schwarz Bayesian criterion (BIC) = 20243.6 ? genr xform = ln(onWFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 202: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 528.775 2.68847 196.683 < 0.00001 *** 43) xform -10.4353 0.455306 -22.919 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 810362 Standard error of residuals = 18.6733 Unadjusted R-squared = 0.184359 Adjusted R-squared = 0.184008 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20219.8 Schwarz Bayesian criterion (BIC) = 20231.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onWFr) Generated vector xform (ID 43) ? ols sbRT const xform Model 203: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 494.794 1.22059 405.372 < 0.00001 *** 43) xform -1.35170 0.0579836 -23.312 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 805234 Standard error of residuals = 18.6141 Unadjusted R-squared = 0.189521 Adjusted R-squared = 0.189172 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20205 Schwarz Bayesian criterion (BIC) = 20216.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onWFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 204: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 466.504 0.432318 1.1E+03 < 0.00001 *** 43) xform 229.977 20.1362 11.421 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 940728 Standard error of residuals = 20.1193 Unadjusted R-squared = 0.0531445 Adjusted R-squared = 0.0527371 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20566.7 Schwarz Bayesian criterion (BIC) = 20578.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const onWFr Model 205: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 651.828 1.91781 339.881 < 0.00001 *** 22) onWFr -0.0761655 0.00377373 -20.183 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.76538e+06 Standard error of residuals = 45.2825 Unadjusted R-squared = 0.149141 Adjusted R-squared = 0.148775 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24340.6 Schwarz Bayesian criterion (BIC) = 24352.1 ? genr xform = ln(onWFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 206: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 743.634 6.55949 113.368 < 0.00001 *** 43) xform -21.4878 1.11089 -19.343 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.82403e+06 Standard error of residuals = 45.5603 Unadjusted R-squared = 0.138669 Adjusted R-squared = 0.138299 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24369.1 Schwarz Bayesian criterion (BIC) = 24380.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onWFr) Generated vector xform (ID 43) ? ols elpRT const xform Model 207: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 675.485 2.96424 227.878 < 0.00001 *** 43) xform -2.87467 0.140814 -20.415 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.74904e+06 Standard error of residuals = 45.2048 Unadjusted R-squared = 0.152059 Adjusted R-squared = 0.151694 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24332.6 Schwarz Bayesian criterion (BIC) = 24344.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onWFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 208: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 615.859 1.04018 592.070 < 0.00001 *** 43) xform 393.658 48.4489 8.125 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.44596e+06 Standard error of residuals = 48.4082 Unadjusted R-squared = 0.0276229 Adjusted R-squared = 0.0272045 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24651.1 Schwarz Bayesian criterion (BIC) = 24662.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const hdWFr Model 209: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 639.663 1.54903 412.943 < 0.00001 *** 23) hdWFr -0.522922 0.0326888 -15.997 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.48056e+06 Standard error of residuals = 48.5617 Unadjusted R-squared = 0.099191 Adjusted R-squared = 0.0988034 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24665.9 Schwarz Bayesian criterion (BIC) = 24677.4 ? genr xform = ln(hdWFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 210: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 680.389 3.61093 188.425 < 0.00001 *** 43) xform -18.4154 1.07291 -17.164 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.39956e+06 Standard error of residuals = 48.2016 Unadjusted R-squared = 0.112504 Adjusted R-squared = 0.112122 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24631.2 Schwarz Bayesian criterion (BIC) = 24642.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdWFr) Generated vector xform (ID 43) ? ols ktmRT const xform Model 211: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 658.268 2.42012 271.999 < 0.00001 *** 43) xform -6.85137 0.403295 -16.988 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.41195e+06 Standard error of residuals = 48.2568 Unadjusted R-squared = 0.110468 Adjusted R-squared = 0.110085 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24636.6 Schwarz Bayesian criterion (BIC) = 24648.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdWFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 212: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 607.995 1.34683 451.425 < 0.00001 *** 43) xform 206.392 14.2168 14.517 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.57817e+06 Standard error of residuals = 48.9923 Unadjusted R-squared = 0.0831467 Adjusted R-squared = 0.0827522 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24706.9 Schwarz Bayesian criterion (BIC) = 24718.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const hdWFr Model 213: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 581.109 1.29861 447.486 < 0.00001 *** 23) hdWFr -0.415313 0.0274041 -15.155 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.85176e+06 Standard error of residuals = 40.711 Unadjusted R-squared = 0.0899398 Adjusted R-squared = 0.0895483 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23845.5 Schwarz Bayesian criterion (BIC) = 23857 ? genr xform = ln(hdWFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 214: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 613.800 3.02696 202.777 < 0.00001 *** 43) xform -14.7327 0.899394 -16.381 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.79433e+06 Standard error of residuals = 40.4064 Unadjusted R-squared = 0.103508 Adjusted R-squared = 0.103122 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23810.6 Schwarz Bayesian criterion (BIC) = 23822.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdWFr) Generated vector xform (ID 43) ? ols swRT const xform Model 215: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 596.110 2.02846 293.873 < 0.00001 *** 43) xform -5.48272 0.338029 -16.220 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.80203e+06 Standard error of residuals = 40.4473 Unadjusted R-squared = 0.101689 Adjusted R-squared = 0.101303 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23815.3 Schwarz Bayesian criterion (BIC) = 23826.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdWFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 216: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 556.171 1.13000 492.188 < 0.00001 *** 43) xform 160.468 11.9280 13.453 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.92663e+06 Standard error of residuals = 41.1047 Unadjusted R-squared = 0.0722504 Adjusted R-squared = 0.0718512 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23890.3 Schwarz Bayesian criterion (BIC) = 23901.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const hdWFr Model 217: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 476.277 0.617613 771.157 < 0.00001 *** 23) hdWFr -0.235398 0.0130333 -18.061 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 871236 Standard error of residuals = 19.362 Unadjusted R-squared = 0.123088 Adjusted R-squared = 0.122711 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20388.2 Schwarz Bayesian criterion (BIC) = 20399.7 ? genr xform = ln(hdWFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 218: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 495.766 1.42643 347.556 < 0.00001 *** 43) xform -8.64723 0.423833 -20.402 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 842606 Standard error of residuals = 19.0412 Unadjusted R-squared = 0.151905 Adjusted R-squared = 0.15154 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20310.5 Schwarz Bayesian criterion (BIC) = 20322 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdWFr) Generated vector xform (ID 43) ? ols sbRT const xform Model 219: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 485.044 0.959635 505.446 < 0.00001 *** 43) xform -3.15588 0.159916 -19.735 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 850930 Standard error of residuals = 19.135 Unadjusted R-squared = 0.143527 Adjusted R-squared = 0.143158 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20333.4 Schwarz Bayesian criterion (BIC) = 20344.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdWFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 220: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 461.539 0.532877 866.127 < 0.00001 *** 43) xform 100.657 5.62491 17.895 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 873208 Standard error of residuals = 19.3839 Unadjusted R-squared = 0.121104 Adjusted R-squared = 0.120726 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20393.5 Schwarz Bayesian criterion (BIC) = 20405 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const hdWFr Model 221: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 637.301 1.47537 431.959 < 0.00001 *** 23) hdWFr -0.533847 0.0311343 -17.147 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.97171e+06 Standard error of residuals = 46.2525 Unadjusted R-squared = 0.112301 Adjusted R-squared = 0.111919 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24439.2 Schwarz Bayesian criterion (BIC) = 24450.7 ? genr xform = ln(hdWFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 222: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 680.724 3.41988 199.049 < 0.00001 *** 43) xform -19.3710 1.01614 -19.063 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.84331e+06 Standard error of residuals = 45.6513 Unadjusted R-squared = 0.135227 Adjusted R-squared = 0.134855 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24378.3 Schwarz Bayesian criterion (BIC) = 24389.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdWFr) Generated vector xform (ID 43) ? ols elpRT const xform Model 223: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 656.924 2.29738 285.945 < 0.00001 *** 43) xform -7.10980 0.382841 -18.571 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.87692e+06 Standard error of residuals = 45.8094 Unadjusted R-squared = 0.129225 Adjusted R-squared = 0.12885 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24394.4 Schwarz Bayesian criterion (BIC) = 24405.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdWFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 224: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 604.106 1.27533 473.685 < 0.00001 *** 43) xform 224.599 13.4621 16.684 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.00162e+06 Standard error of residuals = 46.3914 Unadjusted R-squared = 0.106961 Adjusted R-squared = 0.106577 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24453.2 Schwarz Bayesian criterion (BIC) = 24464.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const vwWFr Model 225: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 628.177 1.92937 325.586 < 0.00001 *** 24) vwWFr -0.00684651 0.00150522 -4.549 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.03035e+06 Standard error of residuals = 50.9393 Unadjusted R-squared = 0.00882374 Adjusted R-squared = 0.00839725 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24888.2 Schwarz Bayesian criterion (BIC) = 24899.7 ? genr xform = ln(vwWFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 226: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 654.882 6.69590 97.803 < 0.00001 *** 43) xform -5.14376 0.998914 -5.149 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.0154e+06 Standard error of residuals = 50.8762 Unadjusted R-squared = 0.0112809 Adjusted R-squared = 0.0108554 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24882.4 Schwarz Bayesian criterion (BIC) = 24893.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwWFr) Generated vector xform (ID 43) ? ols ktmRT const xform Model 227: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 633.848 2.90354 218.302 < 0.00001 *** 43) xform -0.426583 0.0886537 -4.812 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.02402e+06 Standard error of residuals = 50.9126 Unadjusted R-squared = 0.00986444 Adjusted R-squared = 0.00943839 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24885.8 Schwarz Bayesian criterion (BIC) = 24897.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwWFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 228: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 619.797 1.07709 575.438 < 0.00001 *** 43) xform 264.254 54.6249 4.838 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.02338e+06 Standard error of residuals = 50.9099 Unadjusted R-squared = 0.0099695 Adjusted R-squared = 0.00954349 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24885.5 Schwarz Bayesian criterion (BIC) = 24897 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const vwWFr Model 229: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 570.994 1.61190 354.236 < 0.00001 *** 24) vwWFr -0.00451329 0.00125754 -3.589 0.000339 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.20909e+06 Standard error of residuals = 42.5575 Unadjusted R-squared = 0.00551194 Adjusted R-squared = 0.00508402 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24051.9 Schwarz Bayesian criterion (BIC) = 24063.4 ? genr xform = ln(vwWFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 230: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 591.774 5.59072 105.849 < 0.00001 *** 43) xform -3.87060 0.834040 -4.641 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.19356e+06 Standard error of residuals = 42.4789 Unadjusted R-squared = 0.00918206 Adjusted R-squared = 0.00875572 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24043.3 Schwarz Bayesian criterion (BIC) = 24054.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwWFr) Generated vector xform (ID 43) ? ols swRT const xform Model 231: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 575.254 2.42532 237.187 < 0.00001 *** 43) xform -0.298303 0.0740521 -4.028 0.000058 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.20307e+06 Standard error of residuals = 42.5271 Unadjusted R-squared = 0.006934 Adjusted R-squared = 0.00650669 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24048.6 Schwarz Bayesian criterion (BIC) = 24060.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwWFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 232: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 565.236 0.897781 629.592 < 0.00001 *** 43) xform 234.038 45.5313 5.140 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.18484e+06 Standard error of residuals = 42.4347 Unadjusted R-squared = 0.0112411 Adjusted R-squared = 0.0108156 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24038.4 Schwarz Bayesian criterion (BIC) = 24049.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const vwWFr Model 233: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 471.693 0.777162 606.943 < 0.00001 *** 24) vwWFr -0.00362961 0.000606312 -5.986 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 978440 Standard error of residuals = 20.5187 Unadjusted R-squared = 0.0151861 Adjusted R-squared = 0.0147623 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20658.2 Schwarz Bayesian criterion (BIC) = 20669.7 ? genr xform = ln(vwWFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 234: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 485.618 2.69538 180.167 < 0.00001 *** 43) xform -2.69167 0.402104 -6.694 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 974734 Standard error of residuals = 20.4798 Unadjusted R-squared = 0.0189163 Adjusted R-squared = 0.0184941 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20649.3 Schwarz Bayesian criterion (BIC) = 20660.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwWFr) Generated vector xform (ID 43) ? ols sbRT const xform Model 235: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 474.780 1.16888 406.185 < 0.00001 *** 43) xform -0.228779 0.0356893 -6.410 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 976266 Standard error of residuals = 20.4959 Unadjusted R-squared = 0.0173743 Adjusted R-squared = 0.0169515 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20653 Schwarz Bayesian criterion (BIC) = 20664.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwWFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 236: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.345 0.434855 1.1E+03 < 0.00001 *** 43) xform 116.153 22.0538 5.267 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 981809 Standard error of residuals = 20.554 Unadjusted R-squared = 0.0117951 Adjusted R-squared = 0.0113698 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20666.1 Schwarz Bayesian criterion (BIC) = 20677.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const vwWFr Model 237: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 626.271 1.84824 338.848 < 0.00001 *** 24) vwWFr -0.00763965 0.00144192 -5.298 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.53383e+06 Standard error of residuals = 48.7972 Unadjusted R-squared = 0.0119347 Adjusted R-squared = 0.0115096 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24688.4 Schwarz Bayesian criterion (BIC) = 24699.9 ? genr xform = ln(vwWFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 238: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 658.756 6.40420 102.863 < 0.00001 *** 43) xform -6.14544 0.955397 -6.432 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.5027e+06 Standard error of residuals = 48.6598 Unadjusted R-squared = 0.017492 Adjusted R-squared = 0.0170692 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24675.2 Schwarz Bayesian criterion (BIC) = 24686.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwWFr) Generated vector xform (ID 43) ? ols elpRT const xform Model 239: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 633.037 2.77977 227.730 < 0.00001 *** 43) xform -0.490333 0.0848745 -5.777 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.52138e+06 Standard error of residuals = 48.7423 Unadjusted R-squared = 0.0141579 Adjusted R-squared = 0.0137337 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24683.1 Schwarz Bayesian criterion (BIC) = 24694.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwWFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 240: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 616.653 1.02793 599.900 < 0.00001 *** 43) xform 363.199 52.1317 6.967 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.48609e+06 Standard error of residuals = 48.5863 Unadjusted R-squared = 0.0204584 Adjusted R-squared = 0.0200369 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24668.2 Schwarz Bayesian criterion (BIC) = 24679.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const rmWFr Model 241: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 624.185 1.96646 317.416 < 0.00001 *** 25) rmWFr -0.0609985 0.0301384 -2.024 0.043090 ** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07333e+06 Standard error of residuals = 51.1205 Unadjusted R-squared = 0.00175953 Adjusted R-squared = 0.00132999 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24904.7 Schwarz Bayesian criterion (BIC) = 24916.2 ? genr xform = ln(rmWFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 242: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 636.618 4.82879 131.838 < 0.00001 *** 43) xform -4.20896 1.25621 -3.351 0.000819 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.05479e+06 Standard error of residuals = 51.0424 Unadjusted R-squared = 0.00480724 Adjusted R-squared = 0.00437901 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24897.6 Schwarz Bayesian criterion (BIC) = 24909.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmWFr) Generated vector xform (ID 43) ? ols ktmRT const xform Model 243: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 628.500 3.08940 203.437 < 0.00001 *** 43) xform -1.10099 0.416736 -2.642 0.008299 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.06582e+06 Standard error of residuals = 51.0889 Unadjusted R-squared = 0.00299435 Adjusted R-squared = 0.00256534 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24901.9 Schwarz Bayesian criterion (BIC) = 24913.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmWFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 244: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 616.757 1.34431 458.792 < 0.00001 *** 43) xform 111.924 22.8602 4.896 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.02192e+06 Standard error of residuals = 50.9037 Unadjusted R-squared = 0.0102092 Adjusted R-squared = 0.0097833 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24885 Schwarz Bayesian criterion (BIC) = 24896.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const rmWFr Model 245: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 566.591 1.64156 345.155 < 0.00001 *** 25) rmWFr -0.00797266 0.0251589 -0.317 0.751354 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23224e+06 Standard error of residuals = 42.6744 Unadjusted R-squared = 4.32083e-05 Adjusted R-squared = -0.000387066 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.6 Schwarz Bayesian criterion (BIC) = 24076.1 ? genr xform = ln(rmWFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 246: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 576.084 4.03170 142.888 < 0.00001 *** 43) xform -2.64783 1.04885 -2.525 0.011652 ** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22085e+06 Standard error of residuals = 42.6169 Unadjusted R-squared = 0.00273482 Adjusted R-squared = 0.00230571 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24058.4 Schwarz Bayesian criterion (BIC) = 24069.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmWFr) Generated vector xform (ID 43) ? ols swRT const xform Model 247: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 569.381 2.57964 220.722 < 0.00001 *** 43) xform -0.463583 0.347973 -1.332 0.182912 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22919e+06 Standard error of residuals = 42.659 Unadjusted R-squared = 0.000763127 Adjusted R-squared = 0.000333163 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24063 Schwarz Bayesian criterion (BIC) = 24074.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmWFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 248: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 562.585 1.12065 502.017 < 0.00001 *** 43) xform 97.9578 19.0569 5.140 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.18484e+06 Standard error of residuals = 42.4347 Unadjusted R-squared = 0.0112416 Adjusted R-squared = 0.0108161 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24038.4 Schwarz Bayesian criterion (BIC) = 24049.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const rmWFr Model 249: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 469.863 0.793731 591.968 < 0.00001 *** 25) rmWFr -0.0375368 0.0121649 -3.086 0.002055 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 989474 Standard error of residuals = 20.634 Unadjusted R-squared = 0.00408022 Adjusted R-squared = 0.00365169 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20684.2 Schwarz Bayesian criterion (BIC) = 20695.7 ? genr xform = ln(rmWFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 250: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 477.789 1.94448 245.715 < 0.00001 *** 43) xform -2.66339 0.505858 -5.265 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 981817 Standard error of residuals = 20.554 Unadjusted R-squared = 0.0117876 Adjusted R-squared = 0.0113624 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20666.2 Schwarz Bayesian criterion (BIC) = 20677.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmWFr) Generated vector xform (ID 43) ? ols sbRT const xform Model 251: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 472.666 1.24569 379.441 < 0.00001 *** 43) xform -0.698778 0.168034 -4.159 0.000033 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 986190 Standard error of residuals = 20.5998 Unadjusted R-squared = 0.00738634 Adjusted R-squared = 0.00695923 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20676.5 Schwarz Bayesian criterion (BIC) = 20688 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmWFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 252: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 465.413 0.540149 861.638 < 0.00001 *** 43) xform 65.5526 9.18534 7.137 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 972221 Standard error of residuals = 20.4534 Unadjusted R-squared = 0.0214456 Adjusted R-squared = 0.0210245 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20643.3 Schwarz Bayesian criterion (BIC) = 20654.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const rmWFr Model 253: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 621.606 1.88638 329.522 < 0.00001 *** 25) rmWFr -0.0642260 0.0289112 -2.221 0.026414 ** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.5888e+06 Standard error of residuals = 49.039 Unadjusted R-squared = 0.002119 Adjusted R-squared = 0.00168962 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24711.3 Schwarz Bayesian criterion (BIC) = 24722.9 ? genr xform = ln(rmWFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 254: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 637.014 4.62669 137.682 < 0.00001 *** 43) xform -5.04930 1.20364 -4.195 0.000028 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.55858e+06 Standard error of residuals = 48.9062 Unadjusted R-squared = 0.00751551 Adjusted R-squared = 0.00708845 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24698.7 Schwarz Bayesian criterion (BIC) = 24710.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmWFr) Generated vector xform (ID 43) ? ols elpRT const xform Model 255: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 626.762 2.96238 211.573 < 0.00001 *** 43) xform -1.24717 0.399603 -3.121 0.001824 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.57729e+06 Standard error of residuals = 48.9885 Unadjusted R-squared = 0.00417389 Adjusted R-squared = 0.00374539 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24706.6 Schwarz Bayesian criterion (BIC) = 24718.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmWFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 256: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 612.722 1.28397 477.209 < 0.00001 *** 43) xform 147.026 21.8342 6.734 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.49349e+06 Standard error of residuals = 48.619 Unadjusted R-squared = 0.0191376 Adjusted R-squared = 0.0187156 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24671.3 Schwarz Bayesian criterion (BIC) = 24682.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const cdWFr Model 257: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 618.740 1.75535 352.487 < 0.00001 *** 26) cdWFr 0.00373293 0.00249535 1.496 0.134801 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07818e+06 Standard error of residuals = 51.141 Unadjusted R-squared = 0.000962017 Adjusted R-squared = 0.000532138 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24906.6 Schwarz Bayesian criterion (BIC) = 24918.1 ? genr xform = ln(cdWFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 258: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 616.275 5.68305 108.441 < 0.00001 *** 43) xform 0.772777 0.946631 0.816 0.414387 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08229e+06 Standard error of residuals = 51.1582 Unadjusted R-squared = 0.000286673 Adjusted R-squared = -0.000143497 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.2 Schwarz Bayesian criterion (BIC) = 24919.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdWFr) Generated vector xform (ID 43) ? ols ktmRT const xform Model 259: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 617.544 2.62857 234.936 < 0.00001 *** 43) xform 0.151785 0.111019 1.367 0.171693 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07915e+06 Standard error of residuals = 51.145 Unadjusted R-squared = 0.000803679 Adjusted R-squared = 0.000373733 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24907 Schwarz Bayesian criterion (BIC) = 24918.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdWFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 260: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 620.531 1.12304 552.545 < 0.00001 *** 43) xform 42.0052 51.3171 0.819 0.413132 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08228e+06 Standard error of residuals = 51.1582 Unadjusted R-squared = 0.000288218 Adjusted R-squared = -0.000141951 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.2 Schwarz Bayesian criterion (BIC) = 24919.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const cdWFr Model 261: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 564.618 1.46423 385.606 < 0.00001 *** 26) cdWFr 0.00273840 0.00208151 1.316 0.188443 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22927e+06 Standard error of residuals = 42.6594 Unadjusted R-squared = 0.00074418 Adjusted R-squared = 0.000314208 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24063 Schwarz Bayesian criterion (BIC) = 24074.5 ? genr xform = ln(cdWFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 262: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 564.788 4.74061 119.138 < 0.00001 *** 43) xform 0.231409 0.789648 0.293 0.769508 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23227e+06 Standard error of residuals = 42.6745 Unadjusted R-squared = 3.69522e-05 Adjusted R-squared = -0.000393324 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.7 Schwarz Bayesian criterion (BIC) = 24076.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdWFr) Generated vector xform (ID 43) ? ols swRT const xform Model 263: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 564.283 2.19286 257.327 < 0.00001 *** 43) xform 0.0863217 0.0926163 0.932 0.351415 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23084e+06 Standard error of residuals = 42.6673 Unadjusted R-squared = 0.000373651 Adjusted R-squared = -5.64806e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24063.9 Schwarz Bayesian criterion (BIC) = 24075.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdWFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 264: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 565.966 0.936747 604.183 < 0.00001 *** 43) xform 25.9691 42.8045 0.607 0.544116 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23175e+06 Standard error of residuals = 42.6719 Unadjusted R-squared = 0.000158354 Adjusted R-squared = -0.00027187 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.4 Schwarz Bayesian criterion (BIC) = 24075.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const cdWFr Model 265: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.283 0.709561 658.552 < 0.00001 *** 26) cdWFr 0.000921860 0.00100869 0.914 0.360854 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993171 Standard error of residuals = 20.6725 Unadjusted R-squared = 0.000359273 Adjusted R-squared = -7.08655e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20692.9 Schwarz Bayesian criterion (BIC) = 20704.4 ? genr xform = ln(cdWFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 266: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 470.250 2.29630 204.786 < 0.00001 *** 43) xform -0.415417 0.382496 -1.086 0.277562 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993024 Standard error of residuals = 20.671 Unadjusted R-squared = 0.000507291 Adjusted R-squared = 7.72171e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20692.6 Schwarz Bayesian criterion (BIC) = 20704.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdWFr) Generated vector xform (ID 43) ? ols sbRT const xform Model 267: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.655 1.06264 440.088 < 0.00001 *** 43) xform 0.00671344 0.0448810 0.150 0.881106 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993518 Standard error of residuals = 20.6762 Unadjusted R-squared = 9.62777e-06 Adjusted R-squared = -0.000420661 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693.7 Schwarz Bayesian criterion (BIC) = 20705.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdWFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 268: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.451 0.453357 1.0E+03 < 0.00001 *** 43) xform 48.5045 20.7161 2.341 0.019296 ** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 991190 Standard error of residuals = 20.6519 Unadjusted R-squared = 0.00235337 Adjusted R-squared = 0.00192409 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20688.3 Schwarz Bayesian criterion (BIC) = 20699.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const cdWFr Model 269: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 616.088 1.68420 365.805 < 0.00001 *** 26) cdWFr 0.00354690 0.00239420 1.481 0.138620 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59539e+06 Standard error of residuals = 49.0678 Unadjusted R-squared = 0.000943478 Adjusted R-squared = 0.000513592 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24714.1 Schwarz Bayesian criterion (BIC) = 24725.6 ? genr xform = ln(cdWFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 270: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 616.707 5.45333 113.088 < 0.00001 *** 43) xform 0.232268 0.908366 0.256 0.798206 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.60051e+06 Standard error of residuals = 49.0903 Unadjusted R-squared = 2.81325e-05 Adjusted R-squared = -0.000402148 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24716.2 Schwarz Bayesian criterion (BIC) = 24727.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdWFr) Generated vector xform (ID 43) ? ols elpRT const xform Model 271: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 615.423 2.52229 243.994 < 0.00001 *** 43) xform 0.122488 0.106530 1.150 0.250345 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59749e+06 Standard error of residuals = 49.0771 Unadjusted R-squared = 0.000568539 Adjusted R-squared = 0.000138491 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24715 Schwarz Bayesian criterion (BIC) = 24726.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdWFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 272: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 617.464 1.07697 573.336 < 0.00001 *** 43) xform 85.2367 49.2117 1.732 0.083399 * Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59345e+06 Standard error of residuals = 49.0594 Unadjusted R-squared = 0.0012892 Adjusted R-squared = 0.000859459 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24713.3 Schwarz Bayesian criterion (BIC) = 24724.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const onPFr Model 273: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 657.727 2.10119 313.027 < 0.00001 *** 27) onPFr -0.0765974 0.00385773 -19.856 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.20163e+06 Standard error of residuals = 47.3099 Unadjusted R-squared = 0.145036 Adjusted R-squared = 0.144668 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24544.4 Schwarz Bayesian criterion (BIC) = 24555.9 ? genr xform = ln(onPFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 274: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 765.116 7.70091 99.354 < 0.00001 *** 43) xform -24.2052 1.28124 -18.892 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.27408e+06 Standard error of residuals = 47.6382 Unadjusted R-squared = 0.133129 Adjusted R-squared = 0.132756 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24576.5 Schwarz Bayesian criterion (BIC) = 24588 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onPFr) Generated vector xform (ID 43) ? ols ktmRT const xform Model 275: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 683.133 3.29257 207.477 < 0.00001 *** 43) xform -2.97376 0.150024 -19.822 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.20419e+06 Standard error of residuals = 47.3215 Unadjusted R-squared = 0.144616 Adjusted R-squared = 0.144248 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24545.5 Schwarz Bayesian criterion (BIC) = 24557 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onPFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 276: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 618.696 1.10690 558.946 < 0.00001 *** 43) xform 513.664 82.6184 6.217 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.9845e+06 Standard error of residuals = 50.7453 Unadjusted R-squared = 0.0163608 Adjusted R-squared = 0.0159375 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24870.5 Schwarz Bayesian criterion (BIC) = 24882 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const onPFr Model 277: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 597.732 1.74460 342.618 < 0.00001 *** 27) onPFr -0.0655625 0.00320305 -20.469 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.58595e+06 Standard error of residuals = 39.2811 Unadjusted R-squared = 0.152743 Adjusted R-squared = 0.152379 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23679.2 Schwarz Bayesian criterion (BIC) = 23690.7 ? genr xform = ln(onPFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 278: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 687.134 6.41779 107.067 < 0.00001 *** 43) xform -20.2958 1.06776 -19.008 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.66296e+06 Standard error of residuals = 39.7007 Unadjusted R-squared = 0.134547 Adjusted R-squared = 0.134174 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23728.6 Schwarz Bayesian criterion (BIC) = 23740.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onPFr) Generated vector xform (ID 43) ? ols swRT const xform Model 279: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 619.130 2.73703 226.205 < 0.00001 *** 43) xform -2.52876 0.124711 -20.277 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.59619e+06 Standard error of residuals = 39.3372 Unadjusted R-squared = 0.150322 Adjusted R-squared = 0.149957 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23685.8 Schwarz Bayesian criterion (BIC) = 23697.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onPFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 280: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 564.452 0.923907 610.941 < 0.00001 *** 43) xform 408.842 68.9601 5.929 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.16936e+06 Standard error of residuals = 42.3562 Unadjusted R-squared = 0.0148991 Adjusted R-squared = 0.0144752 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24029.8 Schwarz Bayesian criterion (BIC) = 24041.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const onPFr Model 281: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 485.401 0.820258 591.766 < 0.00001 *** 27) onPFr -0.0365415 0.00150597 -24.264 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 792705 Standard error of residuals = 18.4688 Unadjusted R-squared = 0.202131 Adjusted R-squared = 0.201788 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20168.5 Schwarz Bayesian criterion (BIC) = 20180 ? genr xform = ln(onPFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 282: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 540.466 2.97684 181.557 < 0.00001 *** 43) xform -12.1906 0.495272 -24.614 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 788083 Standard error of residuals = 18.4148 Unadjusted R-squared = 0.206783 Adjusted R-squared = 0.206442 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20154.9 Schwarz Bayesian criterion (BIC) = 20166.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onPFr) Generated vector xform (ID 43) ? ols sbRT const xform Model 283: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 498.245 1.27747 390.024 < 0.00001 *** 43) xform -1.45324 0.0582073 -24.967 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 783407 Standard error of residuals = 18.3601 Unadjusted R-squared = 0.21149 Adjusted R-squared = 0.21115 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20141.1 Schwarz Bayesian criterion (BIC) = 20152.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onPFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 284: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 466.388 0.441028 1.1E+03 < 0.00001 *** 43) xform 339.487 32.9182 10.313 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 950048 Standard error of residuals = 20.2188 Unadjusted R-squared = 0.0437628 Adjusted R-squared = 0.0433513 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20589.7 Schwarz Bayesian criterion (BIC) = 20601.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const onPFr Model 285: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 654.373 2.00719 326.014 < 0.00001 *** 27) onPFr -0.0753550 0.00368515 -20.448 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.74666e+06 Standard error of residuals = 45.1935 Unadjusted R-squared = 0.152484 Adjusted R-squared = 0.15212 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24331.5 Schwarz Bayesian criterion (BIC) = 24343 ? genr xform = ln(onPFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 286: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 760.058 7.35915 103.281 < 0.00001 *** 43) xform -23.8190 1.22438 -19.454 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.81635e+06 Standard error of residuals = 45.524 Unadjusted R-squared = 0.140041 Adjusted R-squared = 0.139671 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24365.4 Schwarz Bayesian criterion (BIC) = 24376.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onPFr) Generated vector xform (ID 43) ? ols elpRT const xform Model 287: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 679.416 3.14486 216.040 < 0.00001 *** 43) xform -2.92793 0.143294 -20.433 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.74773e+06 Standard error of residuals = 45.1986 Unadjusted R-squared = 0.152292 Adjusted R-squared = 0.151928 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24332 Schwarz Bayesian criterion (BIC) = 24343.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onPFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 288: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 615.648 1.05845 581.649 < 0.00001 *** 43) xform 583.701 79.0026 7.388 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.47214e+06 Standard error of residuals = 48.5244 Unadjusted R-squared = 0.0229498 Adjusted R-squared = 0.0225294 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24662.3 Schwarz Bayesian criterion (BIC) = 24673.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const hdPFr Model 289: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 647.402 1.86538 347.062 < 0.00001 *** 28) hdPFr -0.608500 0.0360460 -16.881 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.41948e+06 Standard error of residuals = 48.2904 Unadjusted R-squared = 0.109229 Adjusted R-squared = 0.108846 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24639.8 Schwarz Bayesian criterion (BIC) = 24651.3 ? genr xform = ln(hdPFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 290: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 702.006 4.74178 148.047 < 0.00001 *** 43) xform -22.8213 1.30330 -17.510 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.37491e+06 Standard error of residuals = 48.0914 Unadjusted R-squared = 0.116556 Adjusted R-squared = 0.116176 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24620.6 Schwarz Bayesian criterion (BIC) = 24632.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdPFr) Generated vector xform (ID 43) ? ols ktmRT const xform Model 291: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 670.803 3.01042 222.827 < 0.00001 *** 43) xform -8.01421 0.455586 -17.591 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.36913e+06 Standard error of residuals = 48.0656 Unadjusted R-squared = 0.117505 Adjusted R-squared = 0.117126 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24618.1 Schwarz Bayesian criterion (BIC) = 24629.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdPFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 292: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 608.762 1.35802 448.271 < 0.00001 *** 43) xform 299.150 22.1729 13.492 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.64212e+06 Standard error of residuals = 49.2723 Unadjusted R-squared = 0.0726353 Adjusted R-squared = 0.0722363 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24733.4 Schwarz Bayesian criterion (BIC) = 24744.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const hdPFr Model 293: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 587.998 1.55853 377.276 < 0.00001 *** 28) hdPFr -0.500309 0.0301166 -16.612 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.78317e+06 Standard error of residuals = 40.3469 Unadjusted R-squared = 0.106144 Adjusted R-squared = 0.10576 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23803.7 Schwarz Bayesian criterion (BIC) = 23815.2 ? genr xform = ln(hdPFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 294: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 632.544 3.96494 159.534 < 0.00001 *** 43) xform -18.6654 1.08979 -17.128 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.75805e+06 Standard error of residuals = 40.2127 Unadjusted R-squared = 0.11208 Adjusted R-squared = 0.111698 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23788.2 Schwarz Bayesian criterion (BIC) = 23799.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdPFr) Generated vector xform (ID 43) ? ols swRT const xform Model 295: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 607.262 2.51541 241.417 < 0.00001 *** 43) xform -6.59305 0.380673 -17.319 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.74858e+06 Standard error of residuals = 40.162 Unadjusted R-squared = 0.114317 Adjusted R-squared = 0.113936 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23782.4 Schwarz Bayesian criterion (BIC) = 23793.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdPFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 296: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 556.586 1.13697 489.535 < 0.00001 *** 43) xform 237.104 18.5637 12.772 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 3.95481e+06 Standard error of residuals = 41.252 Unadjusted R-squared = 0.0655917 Adjusted R-squared = 0.0651896 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23906.9 Schwarz Bayesian criterion (BIC) = 23918.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const hdPFr Model 297: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 480.152 0.738704 649.993 < 0.00001 *** 28) hdPFr -0.282895 0.0142745 -19.818 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 849894 Standard error of residuals = 19.1234 Unadjusted R-squared = 0.14457 Adjusted R-squared = 0.144202 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20330.5 Schwarz Bayesian criterion (BIC) = 20342 ? genr xform = ln(hdPFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 298: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 507.106 1.86027 272.598 < 0.00001 *** 43) xform -11.0506 0.511305 -21.613 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 827257 Standard error of residuals = 18.867 Unadjusted R-squared = 0.167354 Adjusted R-squared = 0.166996 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20267.7 Schwarz Bayesian criterion (BIC) = 20279.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdPFr) Generated vector xform (ID 43) ? ols sbRT const xform Model 299: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 491.501 1.18555 414.575 < 0.00001 *** 43) xform -3.80108 0.179417 -21.186 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 832708 Standard error of residuals = 18.929 Unadjusted R-squared = 0.161868 Adjusted R-squared = 0.161507 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20283 Schwarz Bayesian criterion (BIC) = 20294.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdPFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 300: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 461.676 0.536261 860.918 < 0.00001 *** 43) xform 151.762 8.75572 17.333 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 879795 Standard error of residuals = 19.4569 Unadjusted R-squared = 0.114474 Adjusted R-squared = 0.114093 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20411 Schwarz Bayesian criterion (BIC) = 20422.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const hdPFr Model 301: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 644.637 1.78033 362.089 < 0.00001 *** 28) hdPFr -0.608299 0.0344025 -17.682 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.93656e+06 Standard error of residuals = 46.0886 Unadjusted R-squared = 0.118578 Adjusted R-squared = 0.118198 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24422.7 Schwarz Bayesian criterion (BIC) = 24434.2 ? genr xform = ln(hdPFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 302: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 701.043 4.50887 155.481 < 0.00001 *** 43) xform -23.3254 1.23929 -18.822 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.85987e+06 Standard error of residuals = 45.7293 Unadjusted R-squared = 0.13227 Adjusted R-squared = 0.131897 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24386.3 Schwarz Bayesian criterion (BIC) = 24397.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdPFr) Generated vector xform (ID 43) ? ols elpRT const xform Model 303: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 668.557 2.86739 233.159 < 0.00001 *** 43) xform -8.09614 0.433941 -18.657 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 4.87107e+06 Standard error of residuals = 45.7819 Unadjusted R-squared = 0.13027 Adjusted R-squared = 0.129896 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24391.6 Schwarz Bayesian criterion (BIC) = 24403.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdPFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 304: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 605.221 1.29106 468.779 < 0.00001 *** 43) xform 318.599 21.0796 15.114 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.09943e+06 Standard error of residuals = 46.8428 Unadjusted R-squared = 0.0894972 Adjusted R-squared = 0.0891054 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24498.2 Schwarz Bayesian criterion (BIC) = 24509.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const vwPFr Model 305: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 618.207 3.77062 163.954 < 0.00001 *** 29) vwPFr 0.00204110 0.00281269 0.726 0.468112 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08266e+06 Standard error of residuals = 51.1598 Unadjusted R-squared = 0.000226541 Adjusted R-squared = -0.000203654 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.3 Schwarz Bayesian criterion (BIC) = 24919.8 ? genr xform = ln(vwPFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 306: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 606.778 18.3240 33.114 < 0.00001 *** 43) xform 1.98068 2.57796 0.768 0.442381 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08249e+06 Standard error of residuals = 51.1591 Unadjusted R-squared = 0.000253938 Adjusted R-squared = -0.000176246 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.2 Schwarz Bayesian criterion (BIC) = 24919.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwPFr) Generated vector xform (ID 43) ? ols ktmRT const xform Model 307: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 616.142 6.39086 96.410 < 0.00001 *** 43) xform 0.132620 0.178183 0.744 0.456778 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08259e+06 Standard error of residuals = 51.1595 Unadjusted R-squared = 0.00023831 Adjusted R-squared = -0.00019188 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.3 Schwarz Bayesian criterion (BIC) = 24919.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwPFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 308: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 621.820 1.70905 363.840 < 0.00001 *** 43) xform -1054.27 1430.79 -0.737 0.461288 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08262e+06 Standard error of residuals = 51.1596 Unadjusted R-squared = 0.000233571 Adjusted R-squared = -0.000196621 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.3 Schwarz Bayesian criterion (BIC) = 24919.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const vwPFr Model 309: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 567.723 3.14510 180.510 < 0.00001 *** 29) vwPFr -0.00122046 0.00234609 -0.520 0.602968 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23193e+06 Standard error of residuals = 42.6728 Unadjusted R-squared = 0.000116431 Adjusted R-squared = -0.000313812 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.5 Schwarz Bayesian criterion (BIC) = 24076 ? genr xform = ln(vwPFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 310: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 567.936 15.2853 37.156 < 0.00001 *** 43) xform -0.251271 2.15045 -0.117 0.906992 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.2324e+06 Standard error of residuals = 42.6752 Unadjusted R-squared = 5.87472e-06 Adjusted R-squared = -0.000424415 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.7 Schwarz Bayesian criterion (BIC) = 24076.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwPFr) Generated vector xform (ID 43) ? ols swRT const xform Model 311: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 568.133 5.33085 106.574 < 0.00001 *** 43) xform -0.0559702 0.148629 -0.377 0.706523 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23216e+06 Standard error of residuals = 42.674 Unadjusted R-squared = 6.10161e-05 Adjusted R-squared = -0.00036925 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.6 Schwarz Bayesian criterion (BIC) = 24076.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwPFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 312: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 566.915 1.42548 397.703 < 0.00001 *** 43) xform -813.829 1193.39 -0.682 0.495339 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23157e+06 Standard error of residuals = 42.671 Unadjusted R-squared = 0.00020007 Adjusted R-squared = -0.000230137 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.3 Schwarz Bayesian criterion (BIC) = 24075.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const vwPFr Model 313: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 470.102 1.52308 308.651 < 0.00001 *** 29) vwPFr -0.00178971 0.00113615 -1.575 0.115336 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 992468 Standard error of residuals = 20.6652 Unadjusted R-squared = 0.00106659 Adjusted R-squared = 0.000636754 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20691.3 Schwarz Bayesian criterion (BIC) = 20702.8 ? genr xform = ln(vwPFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 314: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 477.317 7.40314 64.475 < 0.00001 *** 43) xform -1.34110 1.04153 -1.288 0.198005 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 992820 Standard error of residuals = 20.6689 Unadjusted R-squared = 0.000712908 Adjusted R-squared = 0.000282922 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20692.1 Schwarz Bayesian criterion (BIC) = 20703.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwPFr) Generated vector xform (ID 43) ? ols sbRT const xform Model 315: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 471.604 2.58165 182.675 < 0.00001 *** 43) xform -0.107541 0.0719787 -1.494 0.135294 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 992575 Standard error of residuals = 20.6663 Unadjusted R-squared = 0.000959593 Adjusted R-squared = 0.000529713 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20691.5 Schwarz Bayesian criterion (BIC) = 20703 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwPFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 316: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.498 0.690669 676.877 < 0.00001 *** 43) xform 322.752 578.217 0.558 0.576772 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993395 Standard error of residuals = 20.6749 Unadjusted R-squared = 0.000134048 Adjusted R-squared = -0.000296186 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693.4 Schwarz Bayesian criterion (BIC) = 20704.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const vwPFr Model 317: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 620.090 3.61788 171.396 < 0.00001 *** 29) vwPFr -0.00156492 0.00269876 -0.580 0.562062 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59986e+06 Standard error of residuals = 49.0875 Unadjusted R-squared = 0.000144662 Adjusted R-squared = -0.000285568 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24715.9 Schwarz Bayesian criterion (BIC) = 24727.4 ? genr xform = ln(vwPFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 318: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 625.854 17.5826 35.595 < 0.00001 *** 43) xform -1.09610 2.47365 -0.443 0.657728 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.6002e+06 Standard error of residuals = 49.0889 Unadjusted R-squared = 8.44792e-05 Adjusted R-squared = -0.000345777 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24716.1 Schwarz Bayesian criterion (BIC) = 24727.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwPFr) Generated vector xform (ID 43) ? ols elpRT const xform Model 319: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 621.438 6.13206 101.342 < 0.00001 *** 43) xform -0.0950258 0.170968 -0.556 0.578393 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59993e+06 Standard error of residuals = 49.0877 Unadjusted R-squared = 0.000132911 Adjusted R-squared = -0.000297324 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24716 Schwarz Bayesian criterion (BIC) = 24727.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwPFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 320: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 618.108 1.63994 376.908 < 0.00001 *** 43) xform -33.0837 1372.93 -0.024 0.980777 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.60067e+06 Standard error of residuals = 49.091 Unadjusted R-squared = 2.49857e-07 Adjusted R-squared = -0.000430043 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24716.3 Schwarz Bayesian criterion (BIC) = 24727.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const rmPFr Model 321: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 619.079 1.83399 337.559 < 0.00001 *** 30) rmPFr 0.0221970 0.0189398 1.172 0.241327 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08044e+06 Standard error of residuals = 51.1505 Unadjusted R-squared = 0.00059067 Adjusted R-squared = 0.000160631 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24907.5 Schwarz Bayesian criterion (BIC) = 24919 ? genr xform = ln(rmPFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 322: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 618.644 5.44147 113.691 < 0.00001 *** 43) xform 0.532920 1.29930 0.410 0.681728 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.0836e+06 Standard error of residuals = 51.1637 Unadjusted R-squared = 7.23829e-05 Adjusted R-squared = -0.000357879 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.7 Schwarz Bayesian criterion (BIC) = 24920.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmPFr) Generated vector xform (ID 43) ? ols ktmRT const xform Model 323: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 618.206 3.05388 202.433 < 0.00001 *** 43) xform 0.315212 0.343591 0.917 0.359027 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08184e+06 Standard error of residuals = 51.1563 Unadjusted R-squared = 0.000362015 Adjusted R-squared = -6.81216e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908 Schwarz Bayesian criterion (BIC) = 24919.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmPFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 324: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 619.965 1.33154 465.600 < 0.00001 *** 43) xform 34.9348 32.4020 1.078 0.281071 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.081e+06 Standard error of residuals = 51.1528 Unadjusted R-squared = 0.000499942 Adjusted R-squared = 6.98642e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24907.7 Schwarz Bayesian criterion (BIC) = 24919.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const rmPFr Model 325: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 562.756 1.52767 368.375 < 0.00001 *** 30) rmPFr 0.0429969 0.0157764 2.725 0.006471 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.21894e+06 Standard error of residuals = 42.6072 Unadjusted R-squared = 0.00318592 Adjusted R-squared = 0.002757 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24057.3 Schwarz Bayesian criterion (BIC) = 24068.8 ? genr xform = ln(rmPFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 326: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 561.844 4.53778 123.815 < 0.00001 *** 43) xform 1.04897 1.08352 0.968 0.333088 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23072e+06 Standard error of residuals = 42.6667 Unadjusted R-squared = 0.000403127 Adjusted R-squared = -2.69921e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24063.8 Schwarz Bayesian criterion (BIC) = 24075.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmPFr) Generated vector xform (ID 43) ? ols swRT const xform Model 327: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 561.290 2.54532 220.519 < 0.00001 *** 43) xform 0.583433 0.286373 2.037 0.041731 ** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22488e+06 Standard error of residuals = 42.6372 Unadjusted R-squared = 0.00178282 Adjusted R-squared = 0.00135329 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24060.6 Schwarz Bayesian criterion (BIC) = 24072.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmPFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 328: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 565.067 1.11024 508.960 < 0.00001 *** 43) xform 43.7302 27.0168 1.619 0.105662 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22766e+06 Standard error of residuals = 42.6512 Unadjusted R-squared = 0.00112608 Adjusted R-squared = 0.000696274 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24062.1 Schwarz Bayesian criterion (BIC) = 24073.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const rmPFr Model 329: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 466.909 0.740996 630.110 < 0.00001 *** 30) rmPFr 0.0112811 0.00765235 1.474 0.140562 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 992600 Standard error of residuals = 20.6666 Unadjusted R-squared = 0.000934274 Adjusted R-squared = 0.000504384 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20691.6 Schwarz Bayesian criterion (BIC) = 20703.1 ? genr xform = ln(rmPFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 330: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 469.189 2.19881 213.383 < 0.00001 *** 43) xform -0.338194 0.525027 -0.644 0.519544 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993351 Standard error of residuals = 20.6744 Unadjusted R-squared = 0.000178507 Adjusted R-squared = -0.000251709 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693.3 Schwarz Bayesian criterion (BIC) = 20704.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmPFr) Generated vector xform (ID 43) ? ols sbRT const xform Model 331: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.215 1.23424 378.543 < 0.00001 *** 43) xform 0.0702559 0.138864 0.506 0.612953 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993419 Standard error of residuals = 20.6751 Unadjusted R-squared = 0.000110128 Adjusted R-squared = -0.000320117 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693.5 Schwarz Bayesian criterion (BIC) = 20705 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmPFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 332: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 466.904 0.537337 868.922 < 0.00001 *** 43) xform 36.0728 13.0757 2.759 0.005847 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 990285 Standard error of residuals = 20.6425 Unadjusted R-squared = 0.00326418 Adjusted R-squared = 0.0028353 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20686.1 Schwarz Bayesian criterion (BIC) = 20697.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const rmPFr Model 333: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 614.601 1.75793 349.617 < 0.00001 *** 30) rmPFr 0.0439905 0.0181543 2.423 0.015463 ** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.58656e+06 Standard error of residuals = 49.0291 Unadjusted R-squared = 0.00252015 Adjusted R-squared = 0.00209094 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24710.4 Schwarz Bayesian criterion (BIC) = 24721.9 ? genr xform = ln(rmPFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 334: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 613.325 5.22006 117.494 < 0.00001 *** 43) xform 1.15665 1.24644 0.928 0.353523 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.5986e+06 Standard error of residuals = 49.0819 Unadjusted R-squared = 0.000370394 Adjusted R-squared = -5.9739e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24715.4 Schwarz Bayesian criterion (BIC) = 24726.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmPFr) Generated vector xform (ID 43) ? ols elpRT const xform Model 335: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 613.031 2.92846 209.336 < 0.00001 *** 43) xform 0.605328 0.329480 1.837 0.066305 * Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59255e+06 Standard error of residuals = 49.0554 Unadjusted R-squared = 0.00145029 Adjusted R-squared = 0.00102062 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24712.9 Schwarz Bayesian criterion (BIC) = 24724.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmPFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 336: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 617.013 1.27735 483.042 < 0.00001 *** 43) xform 42.8015 31.0833 1.377 0.168647 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.5961e+06 Standard error of residuals = 49.071 Unadjusted R-squared = 0.000815218 Adjusted R-squared = 0.000385276 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24714.4 Schwarz Bayesian criterion (BIC) = 24725.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const cdPFr Model 337: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 619.482 1.96990 314.475 < 0.00001 *** 31) cdPFr 0.00201521 0.00247646 0.814 0.415874 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.0823e+06 Standard error of residuals = 51.1583 Unadjusted R-squared = 0.000284851 Adjusted R-squared = -0.000145319 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.2 Schwarz Bayesian criterion (BIC) = 24919.7 ? genr xform = ln(cdPFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 338: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 615.899 6.37497 96.612 < 0.00001 *** 43) xform 0.801695 1.02145 0.785 0.432615 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08243e+06 Standard error of residuals = 51.1588 Unadjusted R-squared = 0.000264993 Adjusted R-squared = -0.000165186 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.2 Schwarz Bayesian criterion (BIC) = 24919.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdPFr) Generated vector xform (ID 43) ? ols ktmRT const xform Model 339: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 618.501 2.92312 211.590 < 0.00001 *** 43) xform 0.0966466 0.112907 0.856 0.392093 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08212e+06 Standard error of residuals = 51.1575 Unadjusted R-squared = 0.000315182 Adjusted R-squared = -0.000114975 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.1 Schwarz Bayesian criterion (BIC) = 24919.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdPFr + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 340: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 620.968 1.12250 553.203 < 0.00001 *** 43) xform -26.2765 71.3314 -0.368 0.712629 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.08368e+06 Standard error of residuals = 51.1641 Unadjusted R-squared = 5.83864e-05 Adjusted R-squared = -0.000371881 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24908.7 Schwarz Bayesian criterion (BIC) = 24920.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const cdPFr Model 341: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 564.068 1.64245 343.431 < 0.00001 *** 31) cdPFr 0.00311060 0.00206481 1.506 0.132079 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22829e+06 Standard error of residuals = 42.6545 Unadjusted R-squared = 0.000975592 Adjusted R-squared = 0.00054572 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24062.5 Schwarz Bayesian criterion (BIC) = 24074 ? genr xform = ln(cdPFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 342: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 561.941 5.31709 105.686 < 0.00001 *** 43) xform 0.684457 0.851946 0.803 0.421823 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23125e+06 Standard error of residuals = 42.6694 Unadjusted R-squared = 0.000277659 Adjusted R-squared = -0.000152514 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.1 Schwarz Bayesian criterion (BIC) = 24075.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdPFr) Generated vector xform (ID 43) ? ols swRT const xform Model 343: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 563.371 2.43766 231.111 < 0.00001 *** 43) xform 0.115325 0.0941556 1.225 0.220763 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22969e+06 Standard error of residuals = 42.6615 Unadjusted R-squared = 0.000645114 Adjusted R-squared = 0.000215099 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24063.2 Schwarz Bayesian criterion (BIC) = 24074.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdPFr + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 344: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 566.162 0.936259 604.707 < 0.00001 *** 43) xform -1.81454 59.4965 -0.030 0.975672 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23242e+06 Standard error of residuals = 42.6753 Unadjusted R-squared = 4.00233e-07 Adjusted R-squared = -0.000429892 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.7 Schwarz Bayesian criterion (BIC) = 24076.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const cdPFr Model 345: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.221 0.796030 586.939 < 0.00001 *** 31) cdPFr 0.000864328 0.00100073 0.864 0.387844 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993209 Standard error of residuals = 20.6729 Unadjusted R-squared = 0.000320882 Adjusted R-squared = -0.000109272 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693 Schwarz Bayesian criterion (BIC) = 20704.5 ? genr xform = ln(cdPFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 346: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.786 2.57650 181.559 < 0.00001 *** 43) xform 0.00229707 0.412827 0.006 0.995561 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993528 Standard error of residuals = 20.6763 Unadjusted R-squared = 1.33222e-08 Adjusted R-squared = -0.000430279 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693.7 Schwarz Bayesian criterion (BIC) = 20705.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdPFr) Generated vector xform (ID 43) ? ols sbRT const xform Model 347: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.234 1.18137 395.504 < 0.00001 *** 43) xform 0.0234544 0.0456307 0.514 0.607298 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993415 Standard error of residuals = 20.6751 Unadjusted R-squared = 0.000113671 Adjusted R-squared = -0.000316573 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693.5 Schwarz Bayesian criterion (BIC) = 20705 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdPFr + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 348: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 467.726 0.453595 1.0E+03 < 0.00001 *** 43) xform 14.4718 28.8246 0.502 0.615671 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993420 Standard error of residuals = 20.6751 Unadjusted R-squared = 0.000108451 Adjusted R-squared = -0.000321795 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693.5 Schwarz Bayesian criterion (BIC) = 20705 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const cdPFr Model 349: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 615.369 1.88912 325.744 < 0.00001 *** 31) cdPFr 0.00403904 0.00237491 1.701 0.089131 * Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59371e+06 Standard error of residuals = 49.0605 Unadjusted R-squared = 0.00124304 Adjusted R-squared = 0.000813281 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24713.4 Schwarz Bayesian criterion (BIC) = 24724.9 ? genr xform = ln(cdPFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 350: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 612.592 6.11621 100.159 < 0.00001 *** 43) xform 0.891168 0.979988 0.909 0.363251 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59868e+06 Standard error of residuals = 49.0823 Unadjusted R-squared = 0.000355703 Adjusted R-squared = -7.44365e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24715.5 Schwarz Bayesian criterion (BIC) = 24727 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(cdPFr) Generated vector xform (ID 43) ? ols elpRT const xform Model 351: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 614.248 2.80374 219.082 < 0.00001 *** 43) xform 0.158679 0.108296 1.465 0.142992 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.5955e+06 Standard error of residuals = 49.0683 Unadjusted R-squared = 0.000922949 Adjusted R-squared = 0.000493054 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24714.1 Schwarz Bayesian criterion (BIC) = 24725.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (cdPFr + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 352: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 617.937 1.07698 573.769 < 0.00001 *** 43) xform 27.1205 68.4388 0.396 0.691940 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.60029e+06 Standard error of residuals = 49.0893 Unadjusted R-squared = 6.75655e-05 Adjusted R-squared = -0.000362698 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24716.1 Schwarz Bayesian criterion (BIC) = 24727.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const onRCn Model 353: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 680.170 9.71943 69.980 < 0.00001 *** 32) onRCn -60.7613 9.89418 -6.141 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.98688e+06 Standard error of residuals = 50.7554 Unadjusted R-squared = 0.0159686 Adjusted R-squared = 0.0155452 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24871.4 Schwarz Bayesian criterion (BIC) = 24882.9 ? genr xform = ln(onRCn + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 354: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 687.088 10.5744 64.976 < 0.00001 *** 43) xform -97.5219 15.4874 -6.297 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.98198e+06 Standard error of residuals = 50.7346 Unadjusted R-squared = 0.0167751 Adjusted R-squared = 0.016352 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24869.5 Schwarz Bayesian criterion (BIC) = 24881 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onRCn) Generated vector xform (ID 43) ? ols ktmRT const xform Model 355: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 708.175 13.3768 52.940 < 0.00001 *** 43) xform -88.6582 13.5364 -6.550 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.97377e+06 Standard error of residuals = 50.6998 Unadjusted R-squared = 0.0181239 Adjusted R-squared = 0.0177015 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24866.3 Schwarz Bayesian criterion (BIC) = 24877.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onRCn + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 356: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 544.181 11.8969 45.742 < 0.00001 *** 43) xform 150.793 23.3126 6.468 < 0.00001 *** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 5.97644e+06 Standard error of residuals = 50.7111 Unadjusted R-squared = 0.0176845 Adjusted R-squared = 0.0172619 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24867.3 Schwarz Bayesian criterion (BIC) = 24878.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const onRCn Model 357: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 630.755 8.06018 78.256 < 0.00001 *** 32) onRCn -66.1528 8.20509 -8.062 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.11726e+06 Standard error of residuals = 42.0907 Unadjusted R-squared = 0.027209 Adjusted R-squared = 0.0267905 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24000.6 Schwarz Bayesian criterion (BIC) = 24012.1 ? genr xform = ln(onRCn + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 358: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 636.774 8.77198 72.592 < 0.00001 *** 43) xform -103.947 12.8475 -8.091 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.11647e+06 Standard error of residuals = 42.0867 Unadjusted R-squared = 0.027396 Adjusted R-squared = 0.0269775 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24000.1 Schwarz Bayesian criterion (BIC) = 24011.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onRCn) Generated vector xform (ID 43) ? ols swRT const xform Model 359: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 657.412 11.0983 59.235 < 0.00001 *** 43) xform -92.6338 11.2307 -8.248 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.11204e+06 Standard error of residuals = 42.064 Unadjusted R-squared = 0.0284418 Adjusted R-squared = 0.0280237 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23997.6 Schwarz Bayesian criterion (BIC) = 24009.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onRCn + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 360: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 486.247 9.87240 49.253 < 0.00001 *** 43) xform 157.195 19.3456 8.126 < 0.00001 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.1155e+06 Standard error of residuals = 42.0817 Unadjusted R-squared = 0.0276257 Adjusted R-squared = 0.0272073 Degrees of freedom = 2324 Akaike information criterion (AIC) = 23999.6 Schwarz Bayesian criterion (BIC) = 24011.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const onRCn Model 361: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 487.419 3.93819 123.767 < 0.00001 *** 32) onRCn -20.0899 4.00900 -5.011 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 982907 Standard error of residuals = 20.5654 Unadjusted R-squared = 0.0106901 Adjusted R-squared = 0.0102644 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20668.7 Schwarz Bayesian criterion (BIC) = 20680.2 ? genr xform = ln(onRCn + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 362: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 488.949 4.28687 114.057 < 0.00001 *** 43) xform -31.1291 6.27858 -4.958 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 983129 Standard error of residuals = 20.5678 Unadjusted R-squared = 0.0104666 Adjusted R-squared = 0.0100408 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20669.3 Schwarz Bayesian criterion (BIC) = 20680.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onRCn) Generated vector xform (ID 43) ? ols sbRT const xform Model 363: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 494.478 5.42699 91.115 < 0.00001 *** 43) xform -27.0796 5.49172 -4.931 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 983241 Standard error of residuals = 20.5689 Unadjusted R-squared = 0.0103541 Adjusted R-squared = 0.00992823 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20669.5 Schwarz Bayesian criterion (BIC) = 20681 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onRCn + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 364: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 444.330 4.82598 92.070 < 0.00001 *** 43) xform 46.1716 9.45680 4.882 < 0.00001 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 983441 Standard error of residuals = 20.571 Unadjusted R-squared = 0.010153 Adjusted R-squared = 0.00972706 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20670 Schwarz Bayesian criterion (BIC) = 20681.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const onRCn Model 365: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 674.384 9.32700 72.305 < 0.00001 *** 32) onRCn -57.6587 9.49469 -6.073 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.51318e+06 Standard error of residuals = 48.7061 Unadjusted R-squared = 0.0156205 Adjusted R-squared = 0.0151969 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24679.7 Schwarz Bayesian criterion (BIC) = 24691.2 ? genr xform = ln(onRCn + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 366: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 680.560 10.1486 67.059 < 0.00001 *** 43) xform -91.9694 14.8637 -6.188 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.5099e+06 Standard error of residuals = 48.6916 Unadjusted R-squared = 0.0162068 Adjusted R-squared = 0.0157835 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24678.3 Schwarz Bayesian criterion (BIC) = 24689.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(onRCn) Generated vector xform (ID 43) ? ols elpRT const xform Model 367: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 699.325 12.8416 54.458 < 0.00001 *** 43) xform -82.4724 12.9947 -6.347 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.50525e+06 Standard error of residuals = 48.671 Unadjusted R-squared = 0.0170366 Adjusted R-squared = 0.0166137 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24676.3 Schwarz Bayesian criterion (BIC) = 24687.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (onRCn + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 368: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 546.355 11.4195 47.844 < 0.00001 *** 43) xform 141.096 22.3773 6.305 < 0.00001 *** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.50647e+06 Standard error of residuals = 48.6764 Unadjusted R-squared = 0.0168194 Adjusted R-squared = 0.0163964 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24676.8 Schwarz Bayesian criterion (BIC) = 24688.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const hdRCn Model 369: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 614.150 3.31431 185.302 < 0.00001 *** 33) hdRCn 8.36098 3.92911 2.128 0.033446 ** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07221e+06 Standard error of residuals = 51.1158 Unadjusted R-squared = 0.00194466 Adjusted R-squared = 0.00151521 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24904.3 Schwarz Bayesian criterion (BIC) = 24915.8 ? genr xform = ln(hdRCn + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 370: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 613.868 3.77839 162.468 < 0.00001 *** 43) xform 12.1268 6.31479 1.920 0.054932 * Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.0744e+06 Standard error of residuals = 51.125 Unadjusted R-squared = 0.00158435 Adjusted R-squared = 0.00115474 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24905.1 Schwarz Bayesian criterion (BIC) = 24916.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdRCn) Generated vector xform (ID 43) ? ols ktmRT const xform Model 371: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 611.422 5.24790 116.508 < 0.00001 *** 43) xform 10.7482 5.87014 1.831 0.067229 * Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07527e+06 Standard error of residuals = 51.1287 Unadjusted R-squared = 0.00144049 Adjusted R-squared = 0.00101082 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24905.5 Schwarz Bayesian criterion (BIC) = 24917 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdRCn + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 372: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 630.538 5.74517 109.751 < 0.00001 *** 43) xform -16.9765 9.87667 -1.719 0.085774 * Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07631e+06 Standard error of residuals = 51.1331 Unadjusted R-squared = 0.00126967 Adjusted R-squared = 0.00083992 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24905.9 Schwarz Bayesian criterion (BIC) = 24917.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const hdRCn Model 373: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 564.983 2.76692 204.192 < 0.00001 *** 33) hdRCn 1.46435 3.28017 0.446 0.655332 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23206e+06 Standard error of residuals = 42.6735 Unadjusted R-squared = 8.57479e-05 Adjusted R-squared = -0.000344508 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.5 Schwarz Bayesian criterion (BIC) = 24076 ? genr xform = ln(hdRCn + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 374: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 565.713 3.15390 179.370 < 0.00001 *** 43) xform 0.765364 5.27109 0.145 0.884565 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23238e+06 Standard error of residuals = 42.6751 Unadjusted R-squared = 9.07186e-06 Adjusted R-squared = -0.000421217 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.7 Schwarz Bayesian criterion (BIC) = 24076.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdRCn) Generated vector xform (ID 43) ? ols swRT const xform Model 375: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 566.003 4.38023 129.218 < 0.00001 *** 43) xform 0.171743 4.89959 0.035 0.972041 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23242e+06 Standard error of residuals = 42.6753 Unadjusted R-squared = 5.28695e-07 Adjusted R-squared = -0.000429764 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.7 Schwarz Bayesian criterion (BIC) = 24076.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdRCn + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 376: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 565.533 4.79486 117.946 < 0.00001 *** 43) xform 1.08500 8.24296 0.132 0.895290 Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.23239e+06 Standard error of residuals = 42.6751 Unadjusted R-squared = 7.4551e-06 Adjusted R-squared = -0.000422834 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24064.7 Schwarz Bayesian criterion (BIC) = 24076.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const hdRCn Model 377: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 462.649 1.33588 346.324 < 0.00001 *** 33) hdRCn 6.44538 1.58369 4.070 0.000049 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 986497 Standard error of residuals = 20.603 Unadjusted R-squared = 0.00707684 Adjusted R-squared = 0.00664959 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20677.2 Schwarz Bayesian criterion (BIC) = 20688.7 ? genr xform = ln(hdRCn + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 378: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 462.395 1.52361 303.487 < 0.00001 *** 43) xform 9.41079 2.54639 3.696 0.000224 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 987723 Standard error of residuals = 20.6158 Unadjusted R-squared = 0.0058428 Adjusted R-squared = 0.00541502 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20680.1 Schwarz Bayesian criterion (BIC) = 20691.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdRCn) Generated vector xform (ID 43) ? ols sbRT const xform Model 379: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 460.464 2.11653 217.556 < 0.00001 *** 43) xform 8.37843 2.36749 3.539 0.000410 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 988203 Standard error of residuals = 20.6208 Unadjusted R-squared = 0.00536016 Adjusted R-squared = 0.00493218 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20681.2 Schwarz Bayesian criterion (BIC) = 20692.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdRCn + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 380: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 475.375 2.31762 205.113 < 0.00001 *** 43) xform -13.2491 3.98428 -3.325 0.000897 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 988823 Standard error of residuals = 20.6272 Unadjusted R-squared = 0.00473564 Adjusted R-squared = 0.00430739 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20682.7 Schwarz Bayesian criterion (BIC) = 20694.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const hdRCn Model 381: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 611.697 3.17996 192.360 < 0.00001 *** 33) hdRCn 7.98152 3.76984 2.117 0.034348 ** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.58989e+06 Standard error of residuals = 49.0437 Unadjusted R-squared = 0.0019251 Adjusted R-squared = 0.00149564 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24711.8 Schwarz Bayesian criterion (BIC) = 24723.3 ? genr xform = ln(hdRCn + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 382: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 611.599 3.62536 168.700 < 0.00001 *** 43) xform 11.2787 6.05904 1.861 0.062804 * Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59233e+06 Standard error of residuals = 49.0545 Unadjusted R-squared = 0.00148878 Adjusted R-squared = 0.00105913 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24712.8 Schwarz Bayesian criterion (BIC) = 24724.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(hdRCn) Generated vector xform (ID 43) ? ols elpRT const xform Model 383: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 609.421 5.03541 121.027 < 0.00001 *** 43) xform 9.88542 5.63245 1.755 0.079377 * Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59326e+06 Standard error of residuals = 49.0585 Unadjusted R-squared = 0.00132368 Adjusted R-squared = 0.000893957 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24713.2 Schwarz Bayesian criterion (BIC) = 24724.7 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (hdRCn + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 384: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 626.818 5.51264 113.706 < 0.00001 *** 43) xform -15.2911 9.47692 -1.614 0.106769 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.5944e+06 Standard error of residuals = 49.0635 Unadjusted R-squared = 0.00111898 Adjusted R-squared = 0.000689167 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24713.7 Schwarz Bayesian criterion (BIC) = 24725.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const vwRCn Model 385: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 624.048 2.77761 224.671 < 0.00001 *** 34) vwRCn -4.53006 3.61701 -1.252 0.210538 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07993e+06 Standard error of residuals = 51.1483 Unadjusted R-squared = 0.000674497 Adjusted R-squared = 0.000244494 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24907.3 Schwarz Bayesian criterion (BIC) = 24918.8 ? genr xform = ln(vwRCn + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 386: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 624.583 3.04358 205.213 < 0.00001 *** 43) xform -7.22321 5.49517 -1.314 0.188819 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07952e+06 Standard error of residuals = 51.1466 Unadjusted R-squared = 0.000742917 Adjusted R-squared = 0.000312944 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24907.1 Schwarz Bayesian criterion (BIC) = 24918.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwRCn) Generated vector xform (ID 43) ? ols ktmRT const xform Model 387: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 626.517 4.04474 154.897 < 0.00001 *** 43) xform -6.99112 4.80107 -1.456 0.145483 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07849e+06 Standard error of residuals = 51.1423 Unadjusted R-squared = 0.000911563 Adjusted R-squared = 0.000481663 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24906.7 Schwarz Bayesian criterion (BIC) = 24918.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwRCn + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 388: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 614.059 5.01864 122.356 < 0.00001 *** 43) xform 11.1581 8.08009 1.381 0.167431 Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07905e+06 Standard error of residuals = 51.1446 Unadjusted R-squared = 0.00081989 Adjusted R-squared = 0.00038995 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24906.9 Schwarz Bayesian criterion (BIC) = 24918.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const vwRCn Model 389: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 571.180 2.31474 246.758 < 0.00001 *** 34) vwRCn -7.08209 3.01425 -2.350 0.018880 ** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22239e+06 Standard error of residuals = 42.6247 Unadjusted R-squared = 0.00236972 Adjusted R-squared = 0.00194045 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24059.2 Schwarz Bayesian criterion (BIC) = 24070.7 ? genr xform = ln(vwRCn + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 390: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 572.153 2.53601 225.612 < 0.00001 *** 43) xform -11.5572 4.57874 -2.524 0.011666 ** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22085e+06 Standard error of residuals = 42.6169 Unadjusted R-squared = 0.00273392 Adjusted R-squared = 0.0023048 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24058.4 Schwarz Bayesian criterion (BIC) = 24069.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwRCn) Generated vector xform (ID 43) ? ols swRT const xform Model 391: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 574.933 3.36982 170.612 < 0.00001 *** 43) xform -10.7993 3.99995 -2.700 0.006987 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.21919e+06 Standard error of residuals = 42.6085 Unadjusted R-squared = 0.00312669 Adjusted R-squared = 0.00269774 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24057.5 Schwarz Bayesian criterion (BIC) = 24069 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwRCn + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 392: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 555.181 4.18109 132.784 < 0.00001 *** 43) xform 18.0726 6.73163 2.685 0.007311 *** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.21934e+06 Standard error of residuals = 42.6093 Unadjusted R-squared = 0.00309185 Adjusted R-squared = 0.00266289 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24057.5 Schwarz Bayesian criterion (BIC) = 24069 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const vwRCn Model 393: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 468.522 1.12271 417.313 < 0.00001 *** 34) vwRCn -1.01662 1.46199 -0.695 0.486895 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993321 Standard error of residuals = 20.6741 Unadjusted R-squared = 0.000208018 Adjusted R-squared = -0.000222185 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20693.3 Schwarz Bayesian criterion (BIC) = 20704.8 ? genr xform = ln(vwRCn + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 394: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 468.845 1.23017 381.123 < 0.00001 *** 43) xform -2.01228 2.22106 -0.906 0.365030 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 993177 Standard error of residuals = 20.6726 Unadjusted R-squared = 0.000353074 Adjusted R-squared = -7.70666e-05 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20692.9 Schwarz Bayesian criterion (BIC) = 20704.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwRCn) Generated vector xform (ID 43) ? ols sbRT const xform Model 395: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 469.646 1.63476 287.287 < 0.00001 *** 43) xform -2.27077 1.94045 -1.170 0.242028 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 992943 Standard error of residuals = 20.6702 Unadjusted R-squared = 0.000588914 Adjusted R-squared = 0.000158875 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20692.4 Schwarz Bayesian criterion (BIC) = 20703.9 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwRCn + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 396: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 465.585 2.02834 229.539 < 0.00001 *** 43) xform 3.64933 3.26566 1.117 0.263903 Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 992994 Standard error of residuals = 20.6707 Unadjusted R-squared = 0.000537047 Adjusted R-squared = 0.000106986 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20692.5 Schwarz Bayesian criterion (BIC) = 20704 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const vwRCn Model 397: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 620.125 2.66549 232.649 < 0.00001 *** 34) vwRCn -2.88618 3.47101 -0.832 0.405770 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.599e+06 Standard error of residuals = 49.0837 Unadjusted R-squared = 0.00029742 Adjusted R-squared = -0.000132744 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24715.6 Schwarz Bayesian criterion (BIC) = 24727.1 ? genr xform = ln(vwRCn + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 398: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 620.815 2.92063 212.562 < 0.00001 *** 43) xform -5.27439 5.27318 -1.000 0.317304 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59826e+06 Standard error of residuals = 49.0804 Unadjusted R-squared = 0.000430304 Adjusted R-squared = 1.97032e-07 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24715.3 Schwarz Bayesian criterion (BIC) = 24726.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(vwRCn) Generated vector xform (ID 43) ? ols elpRT const xform Model 399: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 622.472 3.88136 160.375 < 0.00001 *** 43) xform -5.40683 4.60714 -1.174 0.240685 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59735e+06 Standard error of residuals = 49.0765 Unadjusted R-squared = 0.000592284 Adjusted R-squared = 0.000162246 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24714.9 Schwarz Bayesian criterion (BIC) = 24726.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (vwRCn + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 400: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 612.605 4.81573 127.209 < 0.00001 *** 43) xform 9.01242 7.75340 1.162 0.245199 Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59742e+06 Standard error of residuals = 49.0767 Unadjusted R-squared = 0.000581046 Adjusted R-squared = 0.000151004 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24714.9 Schwarz Bayesian criterion (BIC) = 24726.4 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols ktmRT const rmRCn Model 401: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 629.826 4.86015 129.590 < 0.00001 *** 35) rmRCn -9.95265 5.24939 -1.896 0.058089 * Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07464e+06 Standard error of residuals = 51.1261 Unadjusted R-squared = 0.00154437 Adjusted R-squared = 0.00111474 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24905.2 Schwarz Bayesian criterion (BIC) = 24916.7 ? genr xform = ln(rmRCn + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 402: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 631.831 5.50940 114.682 < 0.00001 *** 43) xform -17.2720 8.49077 -2.034 0.042044 ** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07322e+06 Standard error of residuals = 51.1201 Unadjusted R-squared = 0.00177738 Adjusted R-squared = 0.00134786 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24904.7 Schwarz Bayesian criterion (BIC) = 24916.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmRCn) Generated vector xform (ID 43) ? ols ktmRT const xform Model 403: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 636.873 7.48407 85.097 < 0.00001 *** 43) xform -17.0467 7.87335 -2.165 0.030480 ** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07179e+06 Standard error of residuals = 51.1141 Unadjusted R-squared = 0.00201304 Adjusted R-squared = 0.00158361 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24904.1 Schwarz Bayesian criterion (BIC) = 24915.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmRCn + 1) Generated vector xform (ID 43) ? ols ktmRT const xform Model 404: OLS estimates using the 2326 observations 1-2326 Dependent variable: ktmRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 605.336 7.19584 84.123 < 0.00001 *** 43) xform 29.0396 13.3369 2.177 0.029552 ** Mean of dependent variable = 620.833 Standard deviation of dep. var. = 51.1546 Sum of squared residuals = 6.07165e+06 Standard error of residuals = 51.1135 Unadjusted R-squared = 0.00203586 Adjusted R-squared = 0.00160644 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24904.1 Schwarz Bayesian criterion (BIC) = 24915.6 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols swRT const rmRCn Model 405: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 574.125 4.05326 141.645 < 0.00001 *** 35) rmRCn -8.82244 4.37788 -2.015 0.043996 ** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22504e+06 Standard error of residuals = 42.638 Unadjusted R-squared = 0.00174443 Adjusted R-squared = 0.00131489 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24060.7 Schwarz Bayesian criterion (BIC) = 24072.2 ? genr xform = ln(rmRCn + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 406: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 575.192 4.59530 125.169 < 0.00001 *** 43) xform -14.1953 7.08202 -2.004 0.045141 ** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22512e+06 Standard error of residuals = 42.6384 Unadjusted R-squared = 0.0017258 Adjusted R-squared = 0.00129625 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24060.7 Schwarz Bayesian criterion (BIC) = 24072.2 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmRCn) Generated vector xform (ID 43) ? ols swRT const xform Model 407: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 578.495 6.24312 92.661 < 0.00001 *** 43) xform -13.1156 6.56785 -1.997 0.045948 ** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22517e+06 Standard error of residuals = 42.6387 Unadjusted R-squared = 0.00171296 Adjusted R-squared = 0.00128341 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24060.8 Schwarz Bayesian criterion (BIC) = 24072.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmRCn + 1) Generated vector xform (ID 43) ? ols swRT const xform Model 408: OLS estimates using the 2326 observations 1-2326 Dependent variable: swRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 554.419 6.00285 92.359 < 0.00001 *** 43) xform 21.9878 11.1258 1.976 0.048240 ** Mean of dependent variable = 566.153 Standard deviation of dep. var. = 42.6661 Sum of squared residuals = 4.22532e+06 Standard error of residuals = 42.6395 Unadjusted R-squared = 0.00167778 Adjusted R-squared = 0.00124821 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24060.8 Schwarz Bayesian criterion (BIC) = 24072.3 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols sbRT const rmRCn Model 409: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 473.148 1.96224 241.126 < 0.00001 *** 35) rmRCn -5.91842 2.11939 -2.793 0.005273 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 990205 Standard error of residuals = 20.6417 Unadjusted R-squared = 0.00334424 Adjusted R-squared = 0.00291539 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20686 Schwarz Bayesian criterion (BIC) = 20697.5 ? genr xform = ln(rmRCn + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 410: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 474.038 2.22445 213.103 < 0.00001 *** 43) xform -9.79641 3.42820 -2.858 0.004307 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 990049 Standard error of residuals = 20.64 Unadjusted R-squared = 0.0035014 Adjusted R-squared = 0.00307262 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20685.6 Schwarz Bayesian criterion (BIC) = 20697.1 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = sqrt(rmRCn) Generated vector xform (ID 43) ? ols sbRT const xform Model 411: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 476.420 3.02200 157.650 < 0.00001 *** 43) xform -9.16036 3.17919 -2.881 0.003996 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 989991 Standard error of residuals = 20.6394 Unadjusted R-squared = 0.00355964 Adjusted R-squared = 0.00313088 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20685.5 Schwarz Bayesian criterion (BIC) = 20697 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? genr xform = 1 / (rmRCn + 1) Generated vector xform (ID 43) ? ols sbRT const xform Model 412: OLS estimates using the 2326 observations 1-2326 Dependent variable: sbRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 459.455 2.90557 158.129 < 0.00001 *** 43) xform 15.6370 5.38525 2.904 0.003723 *** Mean of dependent variable = 467.8 Standard deviation of dep. var. = 20.6718 Sum of squared residuals = 989937 Standard error of residuals = 20.6389 Unadjusted R-squared = 0.00361483 Adjusted R-squared = 0.0031861 Degrees of freedom = 2324 Akaike information criterion (AIC) = 20685.3 Schwarz Bayesian criterion (BIC) = 20696.8 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) swErr 8) sbErr 9) elpErr 10) freq 11) fam 12) img 13) bigrams 14) nabrSiz 15) onWLen 16) hdWLen 17) vwWLen 18) rmWLen 19) cdWLen 20) onPLen 21) cdPLen 22) onWFr 23) hdWFr 24) vwWFr 25) rmWFr 26) cdWFr 27) onPFr 28) hdPFr 29) vwPFr 30) rmPFr 31) cdPFr 32) onRCn 33) hdRCn 34) vwRCn 35) rmRCn 36) cdRCn 37) head 38) onWCn 39) hdWCn 40) vwWCn 41) rmWCn 42) cdWCn ? ols elpRT const rmRCn Model 413: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 626.988 4.66285 134.465 < 0.00001 *** 35) rmRCn -9.86249 5.03629 -1.958 0.050316 * Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59144e+06 Standard error of residuals = 49.0506 Unadjusted R-squared = 0.0016474 Adjusted R-squared = 0.00121782 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24712.4 Schwarz Bayesian criterion (BIC) = 24724 ? genr xform = ln(rmRCn + 1) Generated vector xform (ID 43) ? ols elpRT const xform Model 414: OLS estimates using the 2326 observations 1-2326 Dependent variable: elpRT VARIABLE COEFFICIENT STDERROR T STAT 2Prob(t > |T|) 0) const 628.822 5.28584 118.963 < 0.00001 *** 43) xform -16.8755 8.14624 -2.072 0.038416 ** Mean of dependent variable = 618.077 Standard deviation of dep. var. = 49.0804 Sum of squared residuals = 5.59035e+06 Standard error of residuals = 49.0457 Unadjusted R-squared = 0.00184316 Adjusted R-squared = 0.00141366 Degrees of freedom = 2324 Akaike information criterion (AIC) = 24712 Schwarz Bayesian criterion (BIC) = 24723.5 ? delete xform Listing 43 variables: 0) const 1) pronunc 2) ktmRT 3) swRT 4) sbRT 5) elpRT 6) ktmErr 7) sw