Displaying 20 results from an estimated 73 matches for "iren".
Did you mean:
viren
2007 Oct 09
5
continue for loop in case of erros
...all,
I have a for loop which includes nls model estimation.
The loop breaks after the first non-convergence error.
How can I make the loop continue and try to estimate all models?
I suppose it should be sth like: if(...) { next }
but I have no idea how to setup the arguements...
Thank you!
Irene
2020 Sep 16
2
Installing in RStudio Server in Windows WSL2
...The repository 'https://cloud.r-project.org/bin/Linux/ubuntu
focal-cran40/ Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore
disabled by default.
Am I missing something or do I need to reference a different url?
thanks!
Irene
[[alternative HTML version deleted]]
2007 Oct 01
2
non-linear model parameterization
...ge about
singular gradient matrix at initial parameter estimates.
What I am interested in is to make inference about parameters b and g, so this has to be taken into account in the model formulation.
What options do I have?
Also, how is it possible to fit a partially linear model?
Thank you!!
Irene Mantzouni
----------------
PhD student
DIFRES
2009 Mar 30
2
Sliding window over irregular intervals
...hr.
I've looked at the help and FAQ on sliding windows, but I'm a relative
newcomer to R and cannot find a way to do what I need to do. Everything
I've managed to unearth so far seems geared towards smoother time
series. Any help on this problem would be vastly appreciated.
Thanks,
Irene
--
Irene Gallego Romero
Leverhulme Centre for Human Evolutionary Studies
University of Cambridge
Fitzwilliam St
Cambridge
CB2 1QH
UK
2018 Dec 14
2
LLVM Error: Unsupported library call operation
...idea on what is "library
call operation".. Does it mean some external declared functions? In the IR
code we have quite a lot of that.
So could anyone shed some light on this? What would be the general cause of
this issue? Thank you. Any advice or suggestions would be appreciated.
Best,
Irene
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181214/65ce1678/attachment.html>
2007 Jun 13
1
SERVFAIL <=> NXDOMAIN
...SERVFAIL. Nic.at interprets this
return-code as an error and does not finish this transaction completely.
Is it possible to return a NXDOMAIN instead of a SERVFAIL? Are there
different possibilities how this point can be resolved?
Nic.at will not change their behaviour before Q4!
Best regards,
Iren?us Becker
--
_____________________________________________________________
Iren?us Becker * Team Leader Customer Care
DSS Gesellschaft fuer Digitale Sicherheit mbH * HRB Bonn 7907
Servatiusweg 19-23, 53332 Bornheim, phone +49 2222 990-0
Gesch?ftsf?hrer: Thomas Reiners, Sven-Holg...
2018 Sep 14
1
Suggestion: use mustWork = TRUE as the default for system.file
...)`), but I now use
mustWork=TRUE or fs::path_package(), which errors by default.
What are the general thoughts on this issue? I would love to
see mustWork=TRUE become the default in future versions of R, but
I would be happy to hear any counterarguments (or support!) for this
suggestion.
Cheers,
Irene Steves
[[alternative HTML version deleted]]
2009 Aug 05
2
Scientific Format E
Dear Helpers,
I would like to export a large dataset to a txt file in order to use it
in an other programm.
Unfurtunatly the R the scientific format is a small e:
2 e-1
while the other programm requires the format to be a capital E:
2E-1
How can I change this in R?
Thanks for your help
PS: I already found the command to turn them into a non scientific
format (scientific=FALSE)
2008 Feb 18
3
mean and variance of ratio
Hi all!
I try to estimate a statistic of the form: (x1-x2)/(y1-y2), where
x1,x2,y1,y2 represent variable means, so each has an estimate and
standard error associated with it.
How is it possible to estimate the mean and the variance of this ratio?
Thank you!
[[alternative HTML version deleted]]
2013 May 13
3
help: R GUI front-end has stopped working
...)))}
}
return(sum(l3))}
L<-function(pe,rho){
L<-L1(pe,rho)+L2(pe,rho)-L3(pe,rho)
return(L)
}
Max<- function(x){ -L(x[1], x[2])}
opt<-nlminb(c(0.01,0.01), Max,lower = rep(0.001,2), upper = rep(0.999,2),control=list(rel.tol=1e-6))
prob[i]=opt$par[1]
ro[i]=opt$par[2]
}
Thanks,
Irene Castro Conde.
[[alternative HTML version deleted]]
2010 Jan 28
2
Conditional editing of rows in a data frame
...e, is repeated throughout. I
thought briefly of subsetting the rows where xp.top is TRUE, but I
then don't know how to set the range for min, so that it only looks at
what would originally have been consecutive rows, and searching the
help has not proved particularly useful.
Thanks in advance,
Irene Gallego Romero
--
Irene Gallego Romero
Leverhulme Centre for Human Evolutionary Studies
University of Cambridge
Fitzwilliam St
Cambridge
CB1 3QH
UK
email: ig247 at cam.ac.uk
2007 Jun 21
3
meta-analysis in R
I would like to combine time-series data to test for correlations and
interactions using random and fixed effects meta-analysis.
So, I am looking for the right packages and documentation.
I know about meta and rmeta packages of R.
Are there any more? What are the diffrences in brief?
Can you please suggest some references that could be used as a guide for
meta-analysis in R (or S-plus)?
2008 May 02
3
points size in plots
Dear list,
I would like to produce a plot of variables where the size of the points
will be indicative of their standard errors.
How is that possible?
Thank you!
[[alternative HTML version deleted]]
2018 Dec 16
2
LLC Version 3.8 : Unsupported library call operation for a mul instruction
...swap.i256(i256 %msg.value)
%21 = mul i256 %20, 190
I tried to tweak the buggy lines into the following code, and it can also
pass the compilation:
%20 = call i256 @llvm.bswap.i256(i256 %msg.value)
%21 = add i256 %20, 190
This seems really wired to me.. Any idea on that? Thank you!
Best,
Irene
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181216/04257b7d/attachment.html>
2020 Sep 16
0
Installing in RStudio Server in Windows WSL2
On 9/16/20 3:37 PM, Irene V. Siemen wrote:
> Hi,
>
> I am following the below instructions for setting up an RStudio server in
> Windows.
>
> https://support.rstudio.com/hc/en-us/articles/360049776974-Using-RStudio-Server-in-Windows-WSL2
>
> I am a novice so I might be making an obvious mistak...
2007 May 16
2
Centos4 x86_64 upgrade from samba sernet 3.0.24 to sernet 3.0.25
...widnows network on client machine - network broswer in
WinXP don't respond - just hangs
3) I cann't priny any more to printers attached to another widnows
machines connected to samba 3.0.25 PDC
What is going on ? it's production system, probably i will switch to
3.0.24 again.
Bye
Irens
2004 Nov 19
1
Running Samba 3 as PDC
...le (at this point "advisable" has been thrown out the window
by higher-ups) to get this functioning as a complete replacement to a
Windows200* server environment? The official HowTo seems to hint at it,
but I find little or no actual instruction on the matter.
Thanks much, in advance,
Irene
2018 Dec 09
2
Parse LLVM IR
...16
Function:
➜ test git:(develop) ✗ clang --version
clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
As you can see, I basically cannot get anything meaningful here. Could
anyone shed some light on this? Thanks a lot.
Irene
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181209/09ea248e/attachment.html>
2018 May 23
2
Pasar palabras de una lista a una variable del dataframe
...val_tmp$name.first
>>
>> # Como ejemplo elijo los 10 primeros de esos nombres.
>> my_lista <- val_end[1:10]
>> my_lista
> [1] "angeles" "esther" "eva" "sandra" "veronica"
> "alejandra" "irene" "lidia" "vanesa" "mercedes"
>>
>> # Hago efectiva la comparación.
>> library(stringr)
>> res_coincide <- str_match_all(val_end, my_lista)
>> res_end <- table(unlist(res_coincide))
>> res_end
>
> alejandr...
2012 Dec 12
2
long margin text below lattice plot - how to wrap lines?
...to be able to read it properly.")
grid.arrange(myplot, sub=mytext)
Is there any way to wrap the lines of the text or some other of workaround to this problem?
I've tried figuring it out myself, but it's a rather urgent problem and therefore I was hoping to find some help here.
Best,
Irene