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 dev