search for: auxdata

Displaying 20 results from an estimated 20 matches for "auxdata".

2009 Apr 16
1
get() versus getAnywhere()
Hi Using R 2.8.1. I have list object called "AuxData". Inside a browser(), get("AuxData") succeeds, while getAnywhere("AuxData") fails with the error "no object named ??AuxData?? was found". I'm curious to know if this could be a bug. If yes, I'll try to come up with a reproducible example. Thanks...
2004 Jun 24
2
More problems with lattice and postscript
...ry to keep updated on a daily basis. I am aware of some problems in R 1.9.0 but I don't know if it has been fixed yet. And nobody mentioned problems with loops. Any ideas? Thanks in advance. Best regards, Virgilio for(centre in 1:3) { for(method in 1:12) { auxdata<- as.data.frame(t(table.thres[c(method,16),1+(centre-1)*250+(1:250)])) names(auxdata)<-c("Threshold", "Parameters") trellis.device(postscript, file=paste("plots/thresold-",method,"-",centre,".eps", sep...
2013 Apr 01
1
plm: Hausman Test error
...m", data = new.frame,index = c("id"),random.method="amemiya") then I wrote the following function for the Hausman Test using an auxiliary regression method: hmtest=function(re=0,fe=0){ y.re=pmodel.response(re) X.re=model.matrix(re) X.fe=model.matrix(fe) auxdata<-data.frame(cbind(y.re,X.re,X.fe)) colnames(auxdata)<-c("y", paste("x", 1:17, sep="")) auxmod<-lm(y~x1+x2+x3+x4+x5+x6+x7+x8+x9+x10+x11+x12+x13+x14+x15+x16+x17-1, auxdata) return(waldtest(auxmod, 10:17)[2,4]) } using the function above to choose...
2008 Dec 15
2
R CMD check on window XP
...---------- adding build stamp to DESCRIPTION installing R files installing inst files find: `C:/ATGGS.Rcheck/ATGGS/csvscripts': Permission denied make[2]: *** [C:/ATGGS.Rcheck/ATGGS/inst] Error 1 make[1]: *** [all] Error 2 make: *** [pkg-ATGGS] Error 2 Can't read C:/ATGGS.Rcheck/ATGGS/auxData: Invalid argument at c:\R\R-27~1.2/bin/INSTALL line 434 Can't remove directory C:/ATGGS.Rcheck/ATGGS/auxData: Directory not empty at c:\R\R-27~1.2/bin/INSTALL line 434 Can't read C:/ATGGS.Rcheck/ATGGS/csvData: Invalid argument at c:\R\R-27~1.2/bin/INSTALL line 434 Can't remove directory...
2008 Dec 15
2
R CMD check on window XP
...---------- adding build stamp to DESCRIPTION installing R files installing inst files find: `C:/ATGGS.Rcheck/ATGGS/csvscripts': Permission denied make[2]: *** [C:/ATGGS.Rcheck/ATGGS/inst] Error 1 make[1]: *** [all] Error 2 make: *** [pkg-ATGGS] Error 2 Can't read C:/ATGGS.Rcheck/ATGGS/auxData: Invalid argument at c:\R\R-27~1.2/bin/INSTALL line 434 Can't remove directory C:/ATGGS.Rcheck/ATGGS/auxData: Directory not empty at c:\R\R-27~1.2/bin/INSTALL line 434 Can't read C:/ATGGS.Rcheck/ATGGS/csvData: Invalid argument at c:\R\R-27~1.2/bin/INSTALL line 434 Can't remove directory...
2012 Oct 29
1
Hausman test error solve
Hello, I am trying to conduct a Hausman test to choose between FE estimators and RE estimators. When I try to run: library(plm) fixed <- plm(ROS ~ DiffClosenessC +ZZiele + AggSK + nRedundantStrecken + Degree + KantenGew + BetweennessC + SitzKappazitaet, data=Panel,index=c("id","time"),model="within") summary(fixed) fixef(fixed) random <-plm(ROS ~
2018 Jan 26
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...mbol to describe this >>>>> section!"); >>>>> const object::coff_aux_section_definition *ObjSD = >>>>> reinterpret_cast<const object::coff_aux_section_definition >>>>> *>( >>>>> AuxData.data()); >>>>> >>>>> So it looks like you need exactly 1 aux symbol for each section symbol. >>>>> >>>>> I then scrolled up in this function to figure out where AuxData comes >>>>> from, and it comes from COFFObjectFile::get...
2018 Jan 26
3
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...s >>>>>> section!"); >>>>>> const object::coff_aux_section_definition *ObjSD = >>>>>> reinterpret_cast<const object::coff_aux_section_definition >>>>>> *>( >>>>>> AuxData.data()); >>>>>> >>>>>> So it looks like you need exactly 1 aux symbol for each section >>>>>> symbol. >>>>>> >>>>>> I then scrolled up in this function to figure out where AuxData comes >>>>>&gt...
2018 Jan 26
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...t;>> section!"); >>>>>>> const object::coff_aux_section_definition *ObjSD = >>>>>>> reinterpret_cast<const >>>>>>> object::coff_aux_section_definition *>( >>>>>>> AuxData.data()); >>>>>>> >>>>>>> So it looks like you need exactly 1 aux symbol for each section >>>>>>> symbol. >>>>>>> >>>>>>> I then scrolled up in this function to figure out where AuxData >>&...
2018 Jan 26
4
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...on!"); >>>>>>>> const object::coff_aux_section_definition *ObjSD = >>>>>>>> reinterpret_cast<const >>>>>>>> object::coff_aux_section_definition *>( >>>>>>>> AuxData.data()); >>>>>>>> >>>>>>>> So it looks like you need exactly 1 aux symbol for each section >>>>>>>> symbol. >>>>>>>> >>>>>>>> I then scrolled up in this function to figure out whe...
2018 Jan 26
1
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...cted a single aux symbol to describe this >>>> section!"); >>>> const object::coff_aux_section_definition *ObjSD = >>>> reinterpret_cast<const object::coff_aux_section_definition >>>> *>( >>>> AuxData.data()); >>>> >>>> So it looks like you need exactly 1 aux symbol for each section symbol. >>>> >>>> I then scrolled up in this function to figure out where AuxData comes >>>> from, and it comes from COFFObjectFile::getSymbolAuxData. I th...
2001 Sep 26
0
winelib and mfc
...object file: cannot load shared object file: No such file or directory Linking mfc: g++ -shared -rdynamic -Wl,-rpath,/usr/local/lib -Wl,-Bsymbolic -o libmfc.so afxcrit.o afxdbcs.o afxmem.o afxstate.o afxtls.o app3d.o apphelp.o apphelpx.o appinit.o appterm.o appui.o appui1.o appui3.o arcex.o auxdata.o cmdtarg.o dlgcore.o dlgtempl.o except.o filelist.o filest.o filex.o fixalloc.o list_p.o map_pp.o nolib.o objcore.o olelock.o plex.o thrdcore.o timecore.o wincore.o winfrmx.o wingdi.o winhand.o winmain.o winmenu.o winocc.o winstr.o winutil.o appcore.o arccore.o filecore.o strcore.o appmodul.o...
2013 Nov 23
0
Hmisc package 3.13-0
...ere are ties in the predictor at the lowest or highest value (e.g., clumping at zero). The most recent updates to Hmisc are * Changed n location (nloc argument) in bpplotM * Improved dotchart3 to better compute string widths when there is a mixture of expressions and regular strings for auxdata/auxtitle * Changed rlegend to not take logs if log axes are in effect. Fixes Ecdf(..., log='x', label.curves=list(keys=1:3)). Thanks: Bayazid Sarker <sarkarbayazid at gmail.com> * Extended non-panel (regular) version of plsmo to handle matrix y * Likewise for sum...
2018 Jan 26
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...gt;> "Expected a single aux symbol to describe this section!"); >>> const object::coff_aux_section_definition *ObjSD = >>> reinterpret_cast<const object::coff_aux_section_definition >>> *>( >>> AuxData.data()); >>> >>> So it looks like you need exactly 1 aux symbol for each section symbol. >>> >>> I then scrolled up in this function to figure out where AuxData comes >>> from, and it comes from COFFObjectFile::getSymbolAuxData. I think that >>&gt...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...assert(Symbol.getNumberOfAuxSymbols() == 1 && "Expected a single aux symbol to describe this section!"); const object::coff_aux_section_definition *ObjSD = reinterpret_cast<const object::coff_aux_section_definition *>( AuxData.data()); So it looks like you need exactly 1 aux symbol for each section symbol. I then scrolled up in this function to figure out where AuxData comes from, and it comes from COFFObjectFile::getSymbolAuxData. I think that function holds the clue to what you need to do. It looks like you need to...
2018 Jan 26
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...getNumberOfAuxSymbols() == 1 && > "Expected a single aux symbol to describe this section!"); > const object::coff_aux_section_definition *ObjSD = > reinterpret_cast<const object::coff_aux_section_definition *>( > AuxData.data()); > > So it looks like you need exactly 1 aux symbol for each section symbol. > > I then scrolled up in this function to figure out where AuxData comes > from, and it comes from COFFObjectFile::getSymbolAuxData. I think that > function holds the clue to what you need to do...
2018 Jan 26
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...mbols() == 1 && >> "Expected a single aux symbol to describe this section!"); >> const object::coff_aux_section_definition *ObjSD = >> reinterpret_cast<const object::coff_aux_section_definition *>( >> AuxData.data()); >> >> So it looks like you need exactly 1 aux symbol for each section symbol. >> >> I then scrolled up in this function to figure out where AuxData comes >> from, and it comes from COFFObjectFile::getSymbolAuxData. I think that >> function holds the clu...
2004 Sep 19
0
MFC compile problem
...c/appprnt.cpp src/appterm.cpp src/appui.cpp src/appui1.cpp src/appui2.cpp src/appui3.cpp src/arccore.cpp src/arcex.cpp src/arcobj.cpp src/arcstrm.cpp src/array_b.cpp src/array_d.cpp src/array_o.cpp src/array_p.cpp src/array_s.cpp src/array_u.cpp src/array_w.cpp src/auxdata.cpp src/barcool.cpp src/barcore.cpp src/bardlg.cpp src/bardock.cpp src/barstat.cpp src/bartool.cpp src/ccdata.cpp src/cmdtarg.cpp src/ctlcache.cpp src/ctlconn.cpp src/ctlcore.cpp src/ctldata.cpp src/ctlevent.cpp src/ctlfont.cpp src/ctlframe.cpp src/ctlinl.cpp src/c...
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
I see that there is an auxsymbol per section symbol, and also on the yaml representation there is a checksum, selection and unused all of them I have no idea how to fill in, also this aux symbol might have some important information for me to patch on the other symbols. Can you find the part in llvm that it writes those? because at least for auxsymbol the yaml part of the code threats as a binary
2007 Aug 11
0
DOE and interaction plot general question
...p <- par(mar=c(5,6,4,6)+0.1) > tmp2 <- barplot(tmp, names=LETTERS[1:3], horiz=TRUE) > > # put numbers on the right > axis(4, at=tmp2, labels=as.character(tmp), tick=FALSE, las=1) > > par(op) > > # the dotplot > library(Hmisc) > dotchart2(tmp, labels=LETTERS[1:3], auxdata=tmp, xlim=range(0,tmp)) > > > # alternatives to stacked bars > > tmp1 <- c(8, 22, 60, 10, 10, 21, 59, 10) > tmp2 <- factor(rep(c('A','B'), each=4)) > tmp3 <- factor(rep(1:4, 2)) > > dotchart2(tmp1, groups=tmp2, labels=tmp3, xlim=range(0,tmp1)) &g...