Displaying 11 results from an estimated 11 matches for "myres".
Did you mean:
mares
2010 Aug 11
1
sem & psych
...(0.0, 0.2, 0.4) # correlations between methods
SampleSize <- 500 # Sample size
myMaxIter <- 500 # Maximal number of interactions in
every model estimation
nCond <- length(traitLoads)* length(traitCorrs)* length(methodLoads)*
length(methdCorrs)
myRes <- as.numeric(gl(nCond, 1, myRep*nCond))
myloadTrait <- as.numeric(gl(length(traitLoads), 1, length(myRes)))
mycorrTrait <- as.numeric(gl(length(traitCorrs), length(traitLoads),
length(myRes)))
myloadMethd <- as.numeric(gl(length(methodLoads), length(traitLoads) *
length(tr...
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
Hi!
I get the following message trying to install the matrix pakcage, can
anyone help me please?
trying URL
`http://cran.r-project.org/bin/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
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...??
Gra...
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
>...
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) t...
2017 Feb 14
3
(RFC) JumpMaps: switch statement optimization
I wonder if it would make sense to emit the jumpmap_find_ functions in
IR rather than in compiler-rt.
Many targets don't link against compiler-rt, e.g. x86 Linux typically
uses libgcc.
If they're emitted in IR, the functions could potentially be inlined.
For example if the size of the switch is known to be small so no
binary search is done, could inlining the find_ function be smaller
2017 Feb 14
2
(RFC) JumpMaps: switch statement optimization
JumpMap lowering is nearly identical to that of JumpTables with the
exception of lack of range-check basic-block.
We introduce JumpMapInfo structure which follows the same flow as
JumpTableInfo and is finally emitted by AsmPrinter.
There are many ways a Target may want to encode jumpmaps (deltas,
compression, relative vs absolute), so we plan to keep this flexible and
target-driven when
2017 Feb 13
5
(RFC) JumpMaps: switch statement optimization
Hi All,
This is our first appearance on llvm-dev so a small introduction is in
order.
We are a team of two working for good few years now on an out-of-tree
embedded back-end. Our primary goal is code size, secondary performance.
We've recently implemented an optimization that we believe others could
use. It's about time to contribute back.
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