search for: myre

Displaying 11 results from an estimated 11 matches for "myre".

Did you mean: more
2010 Aug 11
1
sem & psych
...stead of that the computations using mapply to fill matrix rows with the results of the single simulations break up and the whole simulation stops. How could I bring R just to spring the undesired solutions and go on up to the end? Best, Gui # Simulation MTMM myMaxN <- 1 # myRep <- 1 # number of replications in each experimental cell traitLoads <- c(0.3, 0.5, 0.7) # loads of observed variables on trait factors traitCorrs <- c(0.0, 0.4, 0.7) # correlations between traits methodLoads <- c(0.2, 0.3, 0.4) # loads of observed variable...
2010 May 17
0
plm(..., model="within", effect="twoways") is very slow on unablanaced data (was: Re: Regressions with fixed-effect in R)
...roximates the structure of my data. ### define fun to compute the within R-sq pmodel.response<-plm:::pmodel.response.plm plmr2 <- function(x, adj=TRUE, effect="individual") { ## fetch response and residuals y <- pmodel.response(x, model="within", effect=effect) myres <- resid(x) n <- length(myres) if(adj) { adjssr <- x$df.residual adjtss <- n-1 } else { adjssr <- 1 adjtss <- 1 } ssr <- sum(myres^2)/adjssr tss <- sum(y^2)/adjtss return(1-ssr/tss) } ## prepare the data set.seed(1) n <- 2000 T <- 15 x=rnorm...
2006 Mar 06
2
matrix pakcage
.../windows/contrib/2.0/Matrix_0.95-5.zip' Error in download.file(url, destfile, method, mode = "wb") : cannot open URL `http://cran.r-project.org/bin/windows/contrib/2.0/Matrix_0.95-5.zip' In addition: Warning message: cannot open: HTTP status was `404 Not Found' Erlend Myre Bremset
2015 May 29
3
Mi script R es muy lento
...lt;- as.factor(datOutcome$RecordID) setkey(datOutcome, RecordID) head(datOutcome) #resEnd <- merge(resOut, datOutcome, by="RecordID", all=TRUE, allow.cartesian=FALSE) resEnd <- resOut[datOutcome] head(resEnd) setkey(resEnd, Parameter) #Ejemplo para conseguir uno o varios parametros. myRes <- resEnd[c("NISysABP","NIDiasABP","NIMAP")] head(myRes) #-------------- Tengo una pregunta, data.table es lo más eficiente para procesar grandes cantidades de datos?, es fácil de manejar si quieres realizar cálculos complejos además de reorganizar tablas...?? Gr...
2010 May 11
5
Regressions with fixed-effect in R
Hi there, Maybe people who know both R and econometrics will be able to answer my questions. I want to run panel regressions in R with fixed-effect. I know two ways to do it. First, I can include factor(grouping_variable) in my regression equation. Second, I plan to subtract group mean from my variables and run OLS panel regression with function lm(). I plan to do it with the second way because
2015 Jun 01
2
Mi script R es muy lento
...; head(datOutcome) >> #resEnd <- merge(resOut, datOutcome, by="RecordID", all=TRUE, >> allow.cartesian=FALSE) >> resEnd <- resOut[datOutcome] >> head(resEnd) >> setkey(resEnd, Parameter) >> #Ejemplo para conseguir uno o varios parametros. >> myRes <- resEnd[c("NISysABP","NIDiasABP","NIMAP")] >> head(myRes) >> #-------------- >> >> Tengo una pregunta, data.table es lo más eficiente para procesar grandes >> cantidades de datos?, es fácil de manejar si quieres realizar cálculos &gt...
2012 Oct 03
1
Errors when saving output from WinBUGS to R
...g message: running command '"C:/Users/Yiyi/Desktop/winbugs14/WinBUGS14/WinBUGS14.exe" /par "C:/Users/Yiyi/AppData/Local/Temp/Rtmpgdvr4Z/script.txt"' had status 93 I ignored this message & typed in the following code to save the outputs into R: ################### myres <- read.bugs(model) #################### An error message occurred: Error in is.vector(X) : object 'model' not found I've been trying to solve this mystery for several weeks but couldn't make any breakthough. Any suggestions are highly appreciated! Best, Yiyi p.s. 0)...
2017 Feb 14
3
(RFC) JumpMaps: switch statement optimization
...would typically become a part of compier-rt library and could be written in hand-crafted asm for extra speed. >>> >>> >>> Questions or comments? >>> Please let me know. >>> >>> >>> Best Regards, >>> Witold Waligóra >>> Myre Laboratories >>> _______________________________________________ >>> LLVM Developers mailing list >>> llvm-dev at lists.llvm.org >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>> >> _______________________________________________ >...
2017 Feb 14
2
(RFC) JumpMaps: switch statement optimization
...e lowering for the map structure and __jumpmap_find function, which would typically become a part of compier-rt library and could be written in hand-crafted asm for extra speed. > > > Questions or comments? > Please let me know. > > > Best Regards, > Witold Waligóra > Myre Laboratories > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
2017 Feb 13
5
(RFC) JumpMaps: switch statement optimization
...led by __jumpmap_find. Targets need to provide lowering for the map structure and __jumpmap_find function, which would typically become a part of compier-rt library and could be written in hand-crafted asm for extra speed. Questions or comments? Please let me know. Best Regards, Witold Waligóra Myre Laboratories
2007 Aug 02
1
asterisk1.2 to 1.4 g711a fax
hi, i have problem with pass-through faxing with this scenario hylafax(iaxmodem) - iax - asterisk1 1.2.22 - sip - asterisk2 1.2.X(xen virtual) - linksys ATA i can fax to fax2mail on hylafax but after upgrade asterisk2 to 1.4 faxing is not working hylafax(iaxmodem) - iax - asterisk1 1.2.22 - sip - asterisk2 1.4.X(xen virtual) - linksys ATA configuration is same do you hava any idea what is