Displaying 20 results from an estimated 500 matches similar to: "Subscript out of bounds"
2009 Oct 29
3
Trouble retrieving data (.xls) from folder on my computer.
Using gdata on windows and im having trouble to retrieve an excel file from a
folder on my computer.
This is my dummy:
R > download.file("http://people.su.se/~lundh/data/cpi_kpix.rda",
+ "cpi_kpix.rda")
R > URL <- "http://people.su.se/"
R > PATH <- "~lundh/data/"
R > FILE <- "cpi_kpix.rda"
R >
2009 Nov 16
2
test for causality
Hi useRs..
I cant figure out how to test for causality using causality() in vars
package
I have two datasets (A, B) and i want to test if A (Granger)cause B.
How do I write the script? I dont understand ?causality. How do I get x to
"contain" A and B. Further using the command VAR() to specify x, I dont
either understand.
Kind regards Tobias
--
View this message in context:
2009 Nov 24
3
Help: Beanplots calculating wrong average
Hi there,
I have a set of data that looks like this:
As1988<-c(1254.0, 22.0, 4.2, 1081.0, 35.0, 6.0, 1772.0, 192.0, 7.6)
The mean of this (as calculated by R) is: 485.9778
The median of this (as calculated by R) is: 35
If I then make a beanplot(As1988), I find that the beanline (average) is now
77.68561 while the beanline (median) is 35.39739 (using the locator function
to check the
2018 Mar 16
1
Help on multi-line plot
Hello R-Users
I am struggling with this line plot, it might be simple but I am missing
something here.
First of all I want to make multiple line plots across seasons
(DJF,MAM,JJA,SON) for 12 variables (here, called nodes) and fill them with
the node.
So that season=x-axis, node=line col and freq=y-axis.
My plot currently links all DJFs, MAMs, JJAs and SONs, however I will like
them to be
2000 Nov 02
2
Installing R on RedHat7.0
I recently got a new machine, running RedHat Linux 7.0 (kernel 2.2.16,
XFree864.0.1), and tried to install R-1.1.1 on it from the rpm file on
CRAN. RPM complained about missing dependencies:
libreadline.so.3
libtcl8.0
libtk8.0
The RH7.0 installation includes later versions of these libraries. I went
ahead and forced an installation, and of course R wouldn't work. By
linking
2000 Nov 17
1
Ordinary differential equations in R?
Is there any R code available for solving ODE's? I am considering building
an interface to ODEPACK, but don't want to duplicate any existing effort.
--
Tom Wainwright
NOAA/NMFS/NWFSC
2030 S Marine Science Dr
Newport, OR 97365 USA
thomas.wainwright at noaa.gov
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2005 Mar 26
1
lme: random effects of a quadratic term
Hello,
I am estimating the following model:
so2.lme<-lme(so2~1+I(alcadakm^2)+dia,data=subjectes2,na.action=na.omit)
And when I try to plot the random effects of the quadratic term with
respect to a covariate (mam) I get an error:
> so2.lmeRE<-ranef(so2.lme,augFrame=T)
> plot(so2.lmeRE,form=I(alcadakm^2)~mam)
Error in plot.ranef.lme(so2.lmeRE, form = I(alcadakm^2) ~ mam ) :
Only
2003 Nov 30
1
with for objects
Is there a form of with (or an equivalent function) that can be applied
to objects?
I'd like to be able to write something like (drawing from bioconductor +
trellis as an example)
xyplot(maA ~ maM | maPrintTip, object = swirl[,1]) which would be
interpreted as xyplot(swirl[,1]@maA ~ swirl[,1]@maM |
swirl[,1]@maPrintTip) (or even better, match functions not slots eg. as
2011 Sep 22
2
Subsetting a zooreg object using window / subset
Dear R users,
I am currently working in subsetting a zooreg() object using either window or subset. I have a solution but it may be a bit cumbersome when I start working with actual data. Your inputs would be greatly appreciated.
Example: I have a zooreg() object that starts in 1997 and ends in 2001. This object contains daily data for the 4 years
2019 Mar 13
1
RFC: Getting ProfileSummaryInfo and BlockFrequencyInfo from various types of passes under the new pass manager
On 3/14/19 2:04 AM, Hiroshi Yamauchi wrote:
>
>
> On Wed, Mar 13, 2019 at 2:37 PM Fedor Sergeev <fedor.sergeev at azul.com
> <mailto:fedor.sergeev at azul.com>> wrote:
>
>>
>> - Add a new proxy ModuleAnalysisManagerLoopProxy for a loop pass
>> to be able to get to the ModuleAnalysisManager in one step and
>> PSI through it.
>
2012 Sep 12
2
help server slow
suddenly a few days ago it takes about a minute for local help to come up .
i type :
?hist
and get
starting httpd help server ... done
but only after a minute does
http://127.0.0.1:15686/library/graphics/html/hist.html
appear .
Lee De Cola, PhD, MCP.
DATA to Insight
LDECOLA@COMCAST.NET
Reston, Virginia
703 709 6972
571 315 0577 mobile
[[alternative HTML version deleted]]
2019 Mar 13
2
RFC: Getting ProfileSummaryInfo and BlockFrequencyInfo from various types of passes under the new pass manager
Overall seems fine to me.
On 3/11/19 8:12 PM, Hiroshi Yamauchi wrote:
> Here's a revised approach based on the discussion:
>
> - Cache PSI right after the profile summary in the IR is written in
> the pass pipeline. This would avoid the need to insert
> RequireAnalysisPass for PSI before each non-module pass that needs it.
> PSI can be technically invalidated but unlikely
2001 Oct 28
2
undelete files
Sir/Mam
Is there a way we can recover deleted files in samba
shared folders??
Ryan
SystemAdmin
Quality Results Incorporated
2009 Jul 15
2
storing lm() results and other objects in a list
to clean up some code I would like to make a list of arbitrary length
to store?various objects for use in a loop
sample code:
############ BEGIN SAMPLE ##############
# You can see the need for a loop already
linearModel1=lm(modelSource ~ .,mcReg)
linearModel2=step(linearModel1)
linearModel3=lm(modelSource ~ .-1,mcReg)
linearModel4=step(linearModel3)
#custom
linearModel5=lm(modelSource ~ .
2004 Sep 28
2
(no subject)
******************************
Could you perhaps describe exactly what "can't compile" means, please?
It's hard to know what you've tried without a little more information.
******************************
1). I type these command:
f <- function(x,y) x+y
g <- function(x,y) x-y
d <- data.frame(a=1,b=2)
e <- rnorm(1000)
2012 Jan 13
2
Rozważania odnośnie storage?
Cze??.
Aktualnie mam do czynienia z klastrem pocztowym, w kt?rym pliki
wiadomo?ci pocztowych u?ytkownik?w s? przechowywane na raid
software-owym udost?pnianym po NFS. Serwer?w NFS jest kilka, ka?dy
udost?pnia podzbi?r wiadomo?ci dla odpowiedniego serwera z postfix-em,
kt?ry jest klientem NFS. Dane z jakiego serwera NFS host frontend z
postfix-em powinien montowa? katalogi z poczt? s? w MySQL.
2009 Nov 23
1
Configuring R-2.10 help html server on Linux?
Hi,
My Fedora 11 linux (version 2.6.30.9-96.fc11.x86_64 #1 SMP Wed Nov 4 00:02:04
EST 2009) recently updated me to R-2.10.0, and help.start() is no longer
working. I see in the release notes that R now uses an internal web server to
autogenerate help pages. Here's what I'm getting:
IN R:
> help.start()
starting httpd help server ... done
If
2018 Jul 02
3
subset con los casos presentes en otra df
Buenas, una vez más. Utilizo:
data <- subset(data,data$Key %in% data2$Key)
para quedarme con los casos de data que están también en data2, de
acuerdo a la variable Key.
¿Cómo sería si quiero que sean los que coinciden en Key1 y Key2? Pense
hacer un collapse con Key1 y key2, tanto en data como data2, y usarlo
como uso key en el ejemplo de arriba, pero debe haber una forma más
2003 Mar 23
1
config help to open win98,2000
sir,mam
I am installing linux 8 in one system in windows
nwtwork (nearly 200 window 98.2000 systems)
from my linux 8 system I can able to view all windows
system and shard folders if open the folder system
give the error massage your not having permission to
open
pleas help me to open and copy
my email adders is ka_sukkur@yahoo.com
ka_sukkur@hotmail.com
2003 Jul 30
1
samba a Domena Win 2000
Witam!
Mam problem :) Chce zeby profile moich uzytkownikow byly zrzucane na
serwer z samba. Wszystko skonfigurowalem, i najednym komputerze to
dziala na innym nie, paradoksem jest to ze kazdy z tych komputerow ma
ten sam system opoercyjny (win xp) a loguje sie n atego samego
uzytkownika. Prosze o pomoc
Pablus Maximus