search for: aer

Displaying 20 results from an estimated 229 matches for "aer".

Did you mean: aper
2008 Nov 14
2
[RFC][patch 0/7] Enable PCIE-AER support for XEN
Following 7 patches are for PCIE AER (Advanced Error Reporting) support for XEN. --------------------------------------------------------------------------- Patches 1~4 back port from Linux Kernel which enables kernel support to AER. Those patches enable DOM0 PCIE error handling capability. When a device sends a PCIE error message to...
2012 Jul 24
1
Acceso a la opcion demo()
He tratado de usar la opcion demo() en R studio: > require("AER") Loading required package: AER Loading required package: Formula Loading required package: lmtest Loading required package: zoo Attaching package: ''zoo'' The following object(s) are masked from ''package:base'': as.Date, as.Date.numeric Loading require...
2008 Sep 16
0
AER 1.0-0: Applied Econometrics with R
Version 1.0-0 of the package "AER" for "Applied Econometrics with R" has been released to CRAN (http://CRAN.R-project.org/package=AER) a few weeks ago. It accompanies Applied Econometrics with R Christian Kleiber, Achim Zeileis http://www.springer.com/978-0-387-77316-2 http://www.amazon.com/Applied-Eco...
2008 Nov 21
0
[patch 4/7][PCIE-AER]Enable PCIE-AER support for XEN
Patch 4 pcie_portdrv.patch: PCI-Express AER implemetation: pcie_portdrv error handler. It implements error handlers for pcie_portdrv. Signed-off-by: Zhang Yanmin <yanmin.zhang@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Thanks& Regards, Criping _______________________________________________ Xen-devel...
2008 Nov 21
0
[patch 6/7][PCIE-AER]Enable PCIE-AER support for XEN
Patch 6 pciback_err_handler.patch: Implementation for enabling PCIE_AER support in XEN This patch is the main implementation for enabling PCIE_AER handling, adding related pci error handler in pciback and pcifront. When a device sends a PCIE error message to the root port, it will triger an interrupt. The irq handler will then collect roor error status register, the...
2008 Sep 16
0
AER 1.0-0: Applied Econometrics with R
Version 1.0-0 of the package "AER" for "Applied Econometrics with R" has been released to CRAN (http://CRAN.R-project.org/package=AER) a few weeks ago. It accompanies Applied Econometrics with R Christian Kleiber, Achim Zeileis http://www.springer.com/978-0-387-77316-2 http://www.amazon.com/Applied-Eco...
2011 May 13
0
continously schedule aer pcifront service
...rrors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:38 Memory:da000000-da012800 To debug, on domu, #dmesg [224.516059] Pcifront pci-0: schedual aer pcifront service [224.516059] Pcifront pci-0: schedual aer pcifront service [224.516059] Pcifront pci-0: schedual aer pcifront service ... ... It continuously pops up this message. On dom0 #dmesg [ 2982.146967] pcieport 0000:00:07.0: AER driver successfully recovered [ 2985.074799] pcieport 0000:0...
2008 Nov 21
0
[patch 5/7][PCIE-AER]Enable PCIE-AER support for XEN
Patch 5 modify_pci: it provides small fix of aerdrv_core, add one new func of get_device by BDF Signed-off-by: Jiang Yunhong<yunhong.jiang@intel.com> Signed-off-by: Ke Liping<liping.ke@intel.com> Thanks& Regards, Criping _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://...
2010 Nov 27
1
How to remove a package.
Hi folks, library(AER) data() I found the datasets of AER package. But I couldn't remove AER with: either detach("package:AER") or detach("package:AER", unload = TRUE) data() still found "car" there. What will be the correct way to remove it? TIA Besides:- I couldn't find...
2020 May 13
3
Sometimes commands do not terminate after upgrading to R 4.0 and Ubuntu 20.04
I have upgraded R (from 3.6 to 4.0) and RStudio (from 1.1 to 1.2.5) a few days ago, and Ubuntu from 18.04 to 20.04 yesterday. Since then, R sometimes never terminates when executing certain commands: ivreg (from package AER), summary (of a logit regression) and logitmfx (from package mfx). Sometimes these commands run fine, but most of the time I have to kill the process because R won't terminate the execution, even when pressing the red Stop button in RStudio or doing Ctrl + C when using R in the terminal. When...
2012 Nov 29
1
instrumental variables regression using ivreg (AER) or tsls (sem)
...ssion using R. I found a small (simple) example here which purportedly illustrates the mechanics (using 2-stage least-squares): http://www.r-bloggers.com/a-simple-instrumental-variables-problem/ Basically, here are the R commands (reproducible example) from that site: # ------ begin R library(AER) library(lmtest) data("CollegeDistance") cd.d<-CollegeDistance simple.ed.1s<- lm(education ~ distance,data=cd.d) cd.d$ed.pred<- predict(simple.ed.1s) simple.ed.2s<- lm(wage ~ urban + gender + ethnicity + unemp + ed.pred , data=cd.d) # ------ end R This yields the fol...
2008 May 10
0
AER: Applied Econometrics with R
The package AER accompanying the forthcoming book "Applied Econometrics with R" by Christian Kleiber and me in the Springer useR! series has (finally!) been released to CRAN: http://CRAN.R-project.org/package=AER It contains some new R functionality o tobit regression convenience interface (to &qu...
2008 May 10
0
AER: Applied Econometrics with R
The package AER accompanying the forthcoming book "Applied Econometrics with R" by Christian Kleiber and me in the Springer useR! series has (finally!) been released to CRAN: http://CRAN.R-project.org/package=AER It contains some new R functionality o tobit regression convenience interface (to &qu...
2012 Nov 28
0
Fixed Effects using AER's Tobit function - system is singular
I have an unbalanced panel of daily, county data that is naturally bounded at zero so my intention is to use a tobit. I'm using tobit from the AER package. There is cyclicality in the data for each pattern that I would like to control for before I add my variables of interest. I run the regression: derp <- tobit(x ~ factor(Month)*factor(County), data = data0, left = 0, right = Inf) If I try to summarize the tobit object I receive the fo...
2018 Dec 16
0
Requesting help in Nvidia 940MX card issue
...windows 10, and maybe there is a connection with the error emitted by nouveau driver. Any help in understanding the meaning of logs and how to fix it would be appreciated. Pasting the logs below $ dmesg --raw | grep -P "(nouveau|pcieport)" <6>[ 1.020802] pcieport 0000:00:1c.0: AER enabled with IRQ 122 <6>[ 1.020819] pcieport 0000:00:1c.4: AER enabled with IRQ 123 <6>[ 1.020833] pcieport 0000:00:1c.5: AER enabled with IRQ 124 <6>[ 1.020852] pcieport 0000:00:1d.3: AER enabled with IRQ 126 <6>[ 1.020875] pcieport 0000:00:1c.0: Signaling PME w...
2011 Jun 26
1
bwplot questions: box order, axis breaks, and multiple y-axis labels
...FALSE, scales = list(y = list(alternating = c(1,1), tck=c(1,0), rot=0, relation = "free", limits=mylist)))); detach(ww); 1) I want to change the order of the boxes in my boxplots along the x-axis such that my trtmnt levels are displayed in this order: CW, ACW, AHFCW, AVFCW, Hyb., Integ., Aer. Hyb., Aer. Integ., rather than the default alphabetical order. I read other posts that recommended using the factor or reorder functions to accomplish this but I have not been able to successfully apply this to my data. What is the correct way to invoke the factor or reorder functions? Here is a...
2008 Nov 14
0
[RFC][patch 5-7] Enable PCIE-AER support for XEN
Hi, all Patch 5 modify_pci.patch: make some small fix in aerdrv_core, adding helper function for searching pci_dev by BDF Patch 6 pciback_err_handler.patch: main implementation for XEN AER handling support, adding related pci error handler in pciback and pcifront. Patch 7 pcifront_err_handler.patch: related interface changes (pciif.h) in XEN header file. Als...
2013 Oct 19
2
ivreg with fixed effect in R?
I want to estimate the following fixed effect model: y_i,t = alpha_i + beta_1 x1_t + beta_2 x2_i,tx2_i,t = gamma_i + gamma_1 x1_t + gamma_2 Z1_i + gamma_3 Z2_i I can use ivreg from AER to do the iv regression. fm <- ivreg(y_i,t ~ x1_t + x2_i,t | x1_t + Z1_i + Z2_i, data = DataSet) But, I'm not sure how can I add the fixed effects. Thanks! [[alternative HTML version deleted]]
2020 May 13
0
Sometimes commands do not terminate after upgrading to R 4.0 and Ubuntu 20.04
Salut Adrien, On 13 May 2020 at 14:19, Adrien FABRE wrote: | I have upgraded R (from 3.6 to 4.0) and RStudio (from 1.1 to 1.2.5) a few | days ago, and Ubuntu from 18.04 to 20.04 yesterday. | | Since then, R sometimes never terminates when executing certain commands: | ivreg (from package AER), summary (of a logit regression) and logitmfx | (from package mfx). Sometimes these commands run fine, but most of the time | I have to kill the process because R won't terminate the execution, even | when pressing the red Stop button in RStudio or doing Ctrl + C when using R | in the terminal...
2012 Feb 08
0
PCIe AER support in 5.5
...1) Is PCIe Advanced Error Reporting (including error injections) known to work in 5.5? 2) What configuration options do I need to select in order to enable it? I'm using the following configs: CONFIG_ACPI=y CONFIG_PCI=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCIEPORTBUS=y CONFIG_PCIEAER=y CONFIG_PCIE_ECRC=y CONFIG_PCIE_AER_INJECT=y CONFIG_PCI_DOMAINS=y CONFIG_PCI_MSI=y I also have the kernel boot parameter aerdriver.forceload=y With this config, I see that the relevant devices appear to support Advanced Error Reporting (visible in lspci -v output). However, when I attempt to in...