Displaying 20 results from an estimated 5000 matches similar to: "linear trend"
2004 Aug 02
0
New package: RNetCDF
Dear all,
I would like to announce the availability of a new package on CRAN:
RNetCDF: R Interface to NetCDF Datasets
This package provides an interface to Unidata's NetCDF library functions
(version 3) and furthermore access to Unidata's udunits calendar
conversions. The routines and the documentation follow the NetCDF and
udunits C interface, so the corresponding manuals can be
2004 Aug 02
0
New package: RNetCDF
Dear all,
I would like to announce the availability of a new package on CRAN:
RNetCDF: R Interface to NetCDF Datasets
This package provides an interface to Unidata's NetCDF library functions
(version 3) and furthermore access to Unidata's udunits calendar
conversions. The routines and the documentation follow the NetCDF and
udunits C interface, so the corresponding manuals can be
2009 Nov 08
2
linear trend line and a quadratic trend line.
Dear list users
How is it possible to visualise both a linear trend line and a quadratic trend line on a plot
of two variables?
Here my almost working exsample.
data(Duncan)
attach(Duncan)
plot(prestige ~ income)
abline(lm(prestige ~ income), col=2, lwd=2)
Now I would like to add yet another trend line, but this time a quadratic one. So I have two
trend lines. One linear trend line
2005 Jan 26
2
Linear Trend Analysis?
Hi all --
I'm trying to use R for my "Analysis of Categorical Data" class, but I
can't figure out how to do a weighted linear trend analysis. I have a table
of categorical data, to which I've assigned weights to the rows and columns.
I need to calculate r and M^2, which is apparently done in SAS using "PROC
FREQ" and in STATA using "correlate var1 var2
2006 Aug 09
2
Linear Trend in Residiuals From lme
I'm fitting a mixed effects model:
fit.1 <- lme(y~x,random=~1|id,data=df)
There are two different observations for each id for both x and y. When
I use plot(fit.1), there is a strong increasing linear trend in the
residuals versus the fitted values (with no outliers). This also happens
if I use random=~x|id. Am I specifying something incorrectly?
Rick B.
2017 Jul 18
0
linear trend JJAS spatial data (1979-2005)
Hello,
I have a netcdf file for summer monsoon rainfall gridded data over Indian
region. How can I find the linear trend in R?
regards
Sourabh Bal
Dr. Sourabh Bal
Assistant Professor
Department of Physics
Swami Vivekananda Institute of Science and Technology
Kolkata 700145
[[alternative HTML version deleted]]
2011 Feb 07
2
Confused
Hi
Im confused by one thing, and if someone can explain it I would be a happy
> rev(strsplit("hej",NULL))
[[1]]
[1] "h" "e" "j"
> lapply(strsplit("hej",NULL),rev)
[[1]]
[1] "j" "e" "h"
Why dossent the first one work? What is it in R that "fails" so to say that
you need to use lapply for it to get
2007 Mar 07
2
Power calculation for detecting linear trend
Dear people,
I've a problem in doing a power calculation. In Fryer and Nicholson
(1993), ICES J. mar. Sci. 50: 161-168 page 164 an example is given with
the following characteristics
T=5, points in time
R=5, replicates
Var.within=0.1
q=10, a 10% increase per year
The degrees of freedom for the test are calculated as Vl=T*R-2=23 and
the non-centrality parameter Dl=4.54.
Using this they get a
2012 Mar 14
1
How to extend a slot of a class?
Hej hej,
is there a way to extend the SpatialPointsDataFrame data slot?This is the structure of an object of it:> str(coord)
Formal class 'SpatialPointsDataFrame' [package "sp"] with 5 slots
..@ data :'data.frame': 214 obs. of 2 variables:
.. ..$ location.long: num [1:214] -79.8 -79.8 -79.8 -79.8 -79.8 ...
.. ..$ location.lat : num [1:214] 9.16 9.16 9.16
2004 Dec 08
0
send file problem
Hi
I have problem with this function:
def download
begin File.readable?(path) -> true
File.file?(path) -> true
path = "/path/hej.pdf" send_file path
end
Log gives me
Processing ContentsController#download (for 192.168.0.6 at Tue Dec 07
23:05:17 CET 2004)
Parameters: {"action"=>"download",
2016 Jun 28
0
Air Media
tisdag 28 juni 2016 kl. 13:40:30 CEST skrev Ove Airmedia:
> Hej Kjell,
Hej Ove
> Jag hade tappat bort dig bland dokumenten.
> Vill du fortfarande ha produkterna du best?llt?
>
Jo det vill jag. De beh?vs till min Multiplex Heron.
Har pengarna kommit in p? ditt konto?
Jag var inte s?ker s? jag kollade med min bank, s? de
skulle se om det kommit r?tt.
N?r kommer den nya s?ndaren ut
2002 Aug 23
3
y-axis with "break"
Dear R-users
I would like to draw a barplot with a special y-axis. Most of my data points are
in the range from -50 to 50, apart from one value that is 550. I would now like
to have a y-axis from -50 to 50, then a "break" and the "rest" of the y-axis,
let's say from 500 to 600. In order to make clear what I'm trying to do, I
attached a figure.
Is it possible to do
2002 Jul 27
2
Isolinux doesn't boot
hi,
i've been trying around for a month or so to get isolinux on my toshiba
satellite 4010cdt running. It doesn't really work.
The debug version says the following:
ISOLINUX 1.75 2002-06-14 ...
isolinux: Startinug up, DL = 82
isolinux: Loaded spec packed OK, drive = 82
and that's it. No boot there.
If I chain-load (or however that's called) my Isolinux - CDs with "Smart
2004 Mar 29
4
strange thing with sd
Dear R people
I came across a strange thing:
sd(rep(0.01, 15)) #0
sd(rep(0.001, 15)) #4.489023e-19
sd(rep(0.00001, 15)) #0
sd(rep(0.00000001,15)) #1.712427e-24
sd(rep(0.01, 13)) #1.805557e-18
sd(rep(0.001, 13)) #4.513894e-19
sd(rep(0.00001, 13)) #0
sd(rep(0.00000001,13)) #0
sd(rep(5.01, 15)) #0
sd(rep(5.001, 15)) #4.489023e-19
sd(rep(5.00001, 15))
2000 Apr 04
2
customizing help()
Hi
I tried to customize help(), so it starts the compiled html help, and
searches in all packages.
I wrote the following function:
> my.help
function(topic){
help(topic, package=.packages(all=T), lib.loc=.lib.loc, chmhelp=T)
}
When I use it with
>my.help(help)
give the following error:
Error in help(topic, package = .packages(all = T), lib.loc = .lib.loc, :
No documentation
2004 Mar 04
1
prcomp: error code 1 from Lapack routine dgesdd
Dear all
I have a big matrix of standardized values (dimensions 285x5829) and R
fails to calculate
the principal components using prcomp() with the following error message:
pc <- prcomp(my.matrix)
Error in La.svd(x, nu, nv, method) : error code 1 from Lapack routine
dgesdd
Is the matrix too big? I'm using R-1.8.1 under Unix (Solaris8) and
Linux(Suse 8.2). I tried to
perform a principal
2000 Oct 31
2
log-linear
Hi,
It appears that there is no package for estimating log linear models (L.
Goodman's family) for data in the form of frequency tables. Am I wrong?
Thanks
Marwan Khawaja
Research Coordinator
Fafo, Institute for Applied Social Science
N-0608 Oslo, Norway
Tel +47 22 08 86 00
+47 22 08 86 94 (Direct)
+47 22 67 33 05 (Private)
Fax +47 22 08 87 00
2012 Feb 09
2
XL toolstack and drbd
Hej folks,
I''m messing around with DRBD once again but with a new Xen 4.1.2 installation
using the XL toolstack instead of the xend daemon.
However, after getting my DRBD installed and a device operational, trying to create
a domU using the drbd block device doesn''t want to work:
xl create -c test.cfg
Parsing config file test.cfg
Unknown disk type: drbd
My config has:
disk
2010 Jun 11
2
Problem using Ruby On Rails with rspec to write user stories
Hej out there,
i''m a newbie on ror and im trying to install rspec on my computer. I
installed rspec an rspec-rails via gem.
when i''m running the file script/generate rspec it works. but i have
no folder called stories....
how can i fix this problem?
thanks...
hope to get some help;)
--
You received this message because you are subscribed to the Google Groups "Ruby on
2003 Sep 30
2
non-linear trends in kriging model
Hi
I am struggling to fit a non-linear trend using the
likfit function in geoR.
Specifically I want a sigmoidal function, something
like SSfpl in the nls package to fit the trend. But
it seems trend.spatial in geoR only works with lm or
glm type models.
Any ideas how I can specify the model to calculate the
kriging parameters using REML, including the
parameters of a sigmoidal trend function