search for: lne

Displaying 20 results from an estimated 27 matches for "lne".

Did you mean: len
2010 May 03
2
question about the degrees of freedom
...industry codes that i want to use for conducting by-industry analysis but i think there is a problem with the degrees of freedom! for example, when i do my analysis without any 2-digit industry code, i got the following summary (i have 146574 observations in total): > abc<-lm(lnQ~lnC+lnM+lnL+lnE+eco+inno, data=ds) > summary(abc) Call: lm(formula = lnQ ~ lnC + lnM + lnL + lnE + eco + inno, data = ds) Residuals: Min 1Q Median 3Q Max -11.01340 -0.17637 -0.02217 0.14974 7.79005 Coefficients: Estimate Std. Error t value Pr(>|t|) (I...
2010 Jun 09
1
equivalent of stata command in R‏
...10 09:53:20 +0000 OK! sorry thats my fault, here the translations of the stata commands 1st step is to get the mean values of the variables, well that doesnt need explanation i guess, 2nd step is to estimate the model on panel data estimation method which is: mdl<-plm(lnLP~lnC+lnL+lnM+lnE+Eco+Inno+Eco*Inno+Eco*lnM+Eco*lnE+year,data=newdata,model="within") and basically i need to get the marginal effect of variable "Eco" at the sample mean (step 3) but i am not that good in R so any additional help is wlcome! Thanks From: saint-filth@hotmail.com To: r-help@r-proje...
2010 Jun 09
1
equivalent of stata command in R
Dear all, I need to use R for one estimation, and i have readily available stata command, but i need also the R version of the same command. the estimation in stata is as following: 1. Compute mean values of relevant variables . sum inno lnE lnM Variable | Obs Mean Std. Dev. Min Max -------------+-------------------------------------------------------- inno | 146574 .0880374 .2833503 0 1 lnE | 146353 .9256239 1.732912 -4.473922 10.51298...
2010 May 03
1
question about the degrees of freedom‏
...independent variables on the 11th industry i defined a dummy variable such as: ind=(ind_2d==11)# this supposed to mean, ind is equal to 11th industry in other words just take into account the firms which has the code 11, am i mistaken here? and then run the regression, abc<-lm(lnQ~lnC+lnM+lnL+lnE+eco+inno+ind, data=ds) >> summary(abc) > > Call: > lm(formula = lnQ ~ lnC + lnM + lnL + lnE + eco + inno + ind, > data = ds) > > Residuals: > Min 1Q Median 3Q Max > -11.03392 -0.17647 -0.02301 0.14901 7.74957 > > Coefficients:...
2010 Jun 09
1
equivalent of stata command in R‏‏
...> here the translations of the stata commands > > 1st step is to get the mean values of the variables, well that doesnt need explanation i guess, > > > > 2nd step is to estimate the model on panel data estimation method > > which is: > > mdl<-plm(lnLP~lnC+lnL+lnM+lnE+Eco+Inno+Eco*Inno+Eco*lnM+Eco*lnE+year,data=newdata,model="within") > > and basically i need to get the marginal effect of variable "Eco" at the sample mean (step 3) but i am not that good in R so any additional help is wlcome! > > Thanks > > From: saint-filth@...
2005 Jun 01
4
ntwork problem
...from a p-2 350 to a p-3 deley 1.1 ghz. I ran kudzu and it detected the new nic and unconfigured the old one. I may have messed up the static ip assignment because hte system is not able to do anything on the network. How do i check the ipaddress asignment and also ensure the proper linksys LNE-100TX driver is loaded? thanks. William -- Computer House Calls, Networks, Security, Web Design: http://www.emmanuelcomputerconsulting.com What businesses are in Brunswick, Maryland? Check Brunswick First! http://www.checkbrunswickfirst.com My "Foundation" verse: Isa 54:17 No weapon t...
2005 Dec 16
1
Vector of matrix
...t would be of class "matrix". I tried the following script: Script: #Creation of a previous vector n.Tree<-2 VectorX<-rep(1,n.Tree) #loop for (i in 1:2) { Ti<-MatOccurTree[Tree[i],1] #number of observation for Tree i Xi<-matrix(data=1,nrow=Ti,ncol=2) Xi[,2]<-treedata2$lnE[IdentTree==Tree[i]] VectorX[i]<-Xi } Console: > VectorX[i]<-Xi Warning message: le nombre d'objets à remplacer n'est pas multiple de la taille du remplacement "number of object to replace isn't a multiple of the length of the replacement" Would you have any soluti...
2010 Apr 08
1
plm package twoways effect problem
Hello everyone, I have a peoblem to create the twoways effect in the plm package. when i try to create the following dsn1<-plm(lnQ~lnC+lnL+lnM+lnE+eco+RD,data=newdata,effect="twoways",model="within") i have this error: Error in rep.int(c(1, numeric(n)), n - 1L) : negative length vectors are not allowed and to be honest i have no idea what does it mean!! can someone give me any idea what it would mean? Thank you for...
2008 Feb 11
1
securing web applications (Wiki CMS installation)
...N PGP SIGNED MESSAGE----- Hash: SHA1 Hi Centos Users How to secure a Wiki CMS? This Wiki is based on Apache2, MySQL and PHP. I cant read the code (lack of knowledge). Would be glad about hints and URLs cheers Simon -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHsLAaEMN/lNE/wrwRAlqBAJ91UQgileOWgtjwqzxwfo2j6v2+yQCfb8tL eGkCnAkZ8lehGzUitDov6Iw= =s2ox -----END PGP SIGNATURE-----
2010 Mar 29
1
plm package duplication problem
...command works just fine, i can even get the summary of "dsn" with >summary(dsn) which works fine also, however my problem starts when i define my model and i cant find where do i make mistake!! i try to create my model with the following command >dsn.plm <- plm(lnQ~lnC+lnL+lnM+lnE,data=ds, random.method="walhus",effect="twoways",model="random") and than i get this error message duplicate couples (time-id) Error in pdim.default(index[[1]], index[[2]]) : so my question is; is there anyone who knows how to overcome with this error! for now i do...
2010 Apr 23
1
creating dummy with loop command‏
...you have suggested but in fact my case is a little bit complicated than this, therefore, i am writing a better explanation now, my model is trying to see the effect of eco-innovative industries on total output, thats why i am trying to estimate by-industry regression: the model is lnQ~lnC+lnM+lnL+lnE+eco_inno+inno+(sum)ind_3d capital,material expendtrs, #labor, energy expendtrs, eco-innovation expenditures and innovation expenditures and i have in my disposal the 3-digit industry codes where total number of them are 99 ( not all of them belong to the same industry) so in order to be able to do...
2007 Oct 31
3
Enable Repositories: [Errno 14] HTTP Error 404: Not Found
...ib [0] http://www.centos.org/modules/smartfaq/faq.php?faqid=33 cheers Simon - -- actually, I think Windows Vista has done more than virtually any OS release to promote the use of Linux (Slashdot Kommentar, 4. Oct 07) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHKGTHEMN/lNE/wrwRAgx3AJ0XeBmrbCBaAs6dL5qsSQCm9bRPDgCeOgA0 8wFsmXXjh8bDk8sPQZLUTaI= =gbhs -----END PGP SIGNATURE-----
2010 Apr 14
0
total. factor. prodctvty. help!!
...ocess, hope there will be someone who can help me! suppose i have a basic Cobb-Douglas production function, ( i am not gonna give many information about the R commands or about the data since my questionn is rather theoric) and i run this model with OLS as following; >mdl1 = lm(lnQ~lnC+lnL+lnM+lnE,data=newdata) than in the second step, i need to get the predicted residual as a mesure of "total factor productivity" ==> epsilon(hat)it= lnQit-lnQ(hat)it and i get the residual by typing; residuals(mdl1) ==> do i make mistake here or should i write another command get the epsilon...
2004 Sep 08
0
return of the stupid!
...tem launched into a constant stream of "No PXE PXE-???" repeating without carriage return and varying slightly. On our network there is a Windows 2000 DHCP Server and an RIS Server. I know that the setup works with the PXE ROM NIC's so I assume (and after testing the same thing on an LNE Card, with the appropriate romomatic PXE) I have more (as usual) to learn!, but what...? If someone has seen this error before, Or knows of a document that details the meaning of PXE->EB as the err I would pleased to read it. I will keep searching for information but seem to be unable to find...
2007 Nov 14
2
IP range of Google Analytics server farm
Hi Centos Users I would like to allow outgoing traffic to Google Analytics servers (destination port 80). I wish to do a iptables rule. How to whitelist all Google Analytics servers? cheers Simon -- XMPP: sjolle at swissjabber.org
2007 Nov 28
1
sysstat out put
Hello in our Sysstat output we have the following lines, any one knows what does it mean ? 00:00:01 CPU i000/s i008/s i009/s i014/s i066/s i074/s i082/s i090/s 01:20:01 0 248.09 0.00 0.00 0.00 0.00 0.00 0.04 91.06 01:20:01 1 255.06 0.00 0.00 4.59 0.00 0.00 0.09 0.00 01:20:01 2 245.37 0.00 0.00 4.41
2007 Sep 25
1
Thermal/Heat
...], 50.0 degrees C Thermal 2: ok, 47.0 degrees C Thermal 3: ok, 45.0 degrees C Thermal 4: ok, 28.0 degrees C Thermal 5: ok, 35.0 degrees C Didn't found any useful docs about this. thanks Simon -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG+UXgEMN/lNE/wrwRAs8XAJ9cIPH/mFL0J5anKTNYahj6xcPdagCeMIPG kRkljyrFqUTGu5RnhUoCrjE= =XVKj -----END PGP SIGNATURE-----
2007 Sep 29
2
CentOS groups on LinkedIn, Facebook, Orkut or Xing
Hi everybody, I want to give some attention to the CentOS group that exist on LinkedIn, Orkut, Facebook and Xing. If you have a profile on one of these networks, why not join the CentOS group and hook up with other members ? LinkedIn CentOS group http://www.linkedin.com/e/gis/22405/3006AD6B2504 Facebook CentOS group (managed by Liviu Damian) http://www.facebook.com/group.php?gid=2371797727
2008 Mar 03
2
recommendation for Virtual Dedicated Server based on Centos
...pace - - about 256 MB RAM - - about 350 GB monthly data transfer - - Console - - IP address - - about 6 subdomains - - unlimited fresh installations - - web based support Do you have any recommendations? cheers Simon -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHzFtOEMN/lNE/wrwRAoexAJ9CgymdoldkMUrTn0YV9cWfV0EaswCdEMDS q0ichw2dCatODv+5eXx7DFQ= =tdpG -----END PGP SIGNATURE-----
2008 Apr 02
0
problem with pdbedit logon hours and usrmgr.exe
...hour in usrmgr.exe when really clock on windows and Linux shows correct time ??????!!! PLEASE HELP!! C:\Documents and Settings\hubert>net user /domain fujitsu Nazwa u?ytkownika fujitsu Pe?na nazwa Komentarz Komentarz u?ytkownika Kod kraju 000 (Domy?lne ustawienia systemu) Konto jest aktywne Tak Wygasanie konta Nigdy Has?o ostatnio ustawiano 4/2/2008 12:52 PM Wa?no?? has?a wygasa 7/1/2008 12:52 PM Has?o mo?e by? zmieniane 6/21/2008 12:52 PM Wymagane jest has?o Tak...