Displaying 20 results from an estimated 7000 matches similar to: "Regression on non linear model"
2000 Jun 21
3
SAS dataset
Hello,
Is there any way we convert SAS dataset into R dataset?
Kindest Regards,
Peppy Adi-Purnomo
------
Peppy Adi-Purnomo
Energy Market Analyst
Energy Link Ltd
Dunedin - New Zealand
Ph.: +64 3 479 2475
Fax: +64 3 477 8424
Email: s.adi.purnomo at energylink.co.nz
www.EnergyLink.co.nz
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
1999 Aug 31
1
Vector-isation
Hi,
Suppose I have a by b matrix which a and b are big numbers. How can I
convert this matrix into a vector with length of a*b ? By column-wise or
row-wise doesnt matter. My R version is 0.64.2.
Kindest Regards,
Peppy Adi-Purnomo
-------
Stephanus (Peppy) Adi-Purnomo
Energy Market Analyst - Energy Link Ltd - Dunedin
email: s.adi.purnomo at energylink.co.nz
http://www.energylink.co.nz
2000 Sep 22
6
lme
Hello,
I need to use a procedure in R that similar to lme in Splus.. is this
particular procedure has been implemented in the recent version? thanks.
Regards,
Peppy Adi-Purnomo
Energy Market Analyst
Energy Link Ltd
Telp.: +64 3 479 2475
Fax. : +64 3 477 8463
www.energylink.co.nz
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
1999 Oct 14
1
glm vs lm
Dear Help desk,
What is the difference between glm and lm in R? I am so sorry the help
pages dont really help me much since they dont have description how R
handles the two.
Thanks
Peppy
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2001 Jun 11
2
Generalized Additive Model
Hello,
I am wondering if someone can direct me to the syntax of the Generalised
Additive Model in R? In Splus this is gam(formula, ... inputs would be
pretty much the same as glm I suspect..)
Any response on that (or what package should I grap) would be appreciated
very much.
Thanks,
Peppy Adi-Purnomo
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help
1999 Aug 18
1
R 0.64.2 indexing
Hi,
> Say we have a large-sized vector of observation A and a time vector with
> the same size. The latter vector basically is the time flag when ith
> obervation of A occurs, hence A[i] occurs at T[i].
>
> I have no trouble with doing: T[A <= 10 | A >=20] for example
>
> Now, what I am confused: I tried to pull out when the largest value of A
> with:
>
>
2000 Aug 16
3
virus - free
Hello,
I am wanting to download the recent R update off the web. May I assume
confidently that R package from the website is virus free? I apologise if
this is a very silly question, I just need to convince myself if the site is
very hygiene.
Thank you very much,
Peppy
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2000 Aug 10
1
anova
hello,
I have a very old R version which calculates anova table for a stream of
outcomes say: 1,5,4,3,2,4,5,2 which are grouped into 4 blocks, say A,B,C,D,
of 2 say namely X,Y
What is the command in R 0.64.2 to do this? My very old R command is
anova.table but this command is unkown in R 0.64.2
Thanks,
Peppy
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help
2000 Sep 11
1
New update
Hello,
I want to update my new R version. Now something has change is that I am
now in Windows 2000. Which one should I use whether the R for window 9x or
Win NT?
Thanks a lot,
Peppy
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2001 Apr 28
1
Rprofile
Hello again,
If I want to have a set of add-ons functions (say: nlme and tseries) loaded
to R everytime I run R, do I put command:
library(nlme)
library(tseries)
in the rw1021/etc/Rprofile file?
thanks,
Peppy
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
1999 Aug 11
1
acf()
Hi there,
I have R 0.64.2. I wonder if this R has acf function to calculate
autocorrelation? since the help(acf) doesnt seem to be able to help me.
thanks,
Peppy
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2007 Sep 18
1
Dell Power Edge 1900
Does anyone know if the Dell Power Edge 1900 has an issue with
multiport E1 cards? We've had this server running for a while now with
2 E1 cards. At first we tried to install an Openvox D210P card with two
E1 ports but after a couple of kernel panics we thought that maybe the
card was defective and we replaced it with two Digium TE120P cards.
Now the customer needs a third E1 port and
2002 Nov 29
2
Obtaining the variable names of a glm object
Is names(model1$coef) what you're looking for?
-----Original Message-----
From: Kenneth Cabrera [mailto:krcabrer at epm.net.co]
Sent: 29 November 2002 10:36
Cc: R-help at stat.math.ethz.ch
Subject: [R] Obtaining the variable names of a glm object
Hi, R users!
Suppose I make a model like this:
2017 Dec 06
2
Coeficients estimation in a repeated measures linear model
Dear Users,
I am trying to understand the inner workings of a repeated measures linear
model. Take for example a situation with 6 individuals sampled twice for
two conditions (control and treated).
set.seed(12)
ctrl <- rnorm(n = 6, mean = 2)
ttd <- rnorm(n = 6, mean = 10)
dat <- data.frame(vals = c(ctrl, ttd),
group = c(rep("ctrl", 6), rep("ttd",
2008 Apr 25
2
Extracting coefficients' standard errors from linear model
Dear all,
Hope this question is not too trivial...
In order to correct standard errors from an estimation of a fixed
effects regression model y need to extract the vector of standard errors
of the coefficients of a simple linear model estimated using
lm(var1~var2+var3+var4)
Unfortunately I can't find out the corresponding function.
Thank you very much for your help.
Uli
--
Uli
2011 Oct 12
3
labels in a boxplot
Dear R-listers,
I have a little problem with a boxplot and I hope you can help me figuring
it out.
I'll try to make up some data to illustrate the issue. Sorry, if my
procedures look naive, but these are my first steps in R. Any comments
and/or suggestions are very welcome.
let's create a vector var1:
var1 <- rnorm(100)
and 5 five logical vectors. In this case the vectors don't
2017 May 12
1
CentOS 7 speedstep CPU support
On Fri, May 12, 2017 at 8:18 AM, ken <gebser at mousecar.com> wrote:
> Currently I don't actually need more speed. This is already a fairly peppy
> laptop... like right now the load is about 2%. If it was any lower, I could
> almost turn this machine off and still run everything. :) Ah but
> seriously, I'd rather have the speed cranked down and save the battery.
>
2003 Jan 22
1
something wrong when using pspline in clogit?
Dear R users:
I am not entirely convinced that clogit gives me the correct result when I
use pspline() and maybe you could help correct me here.
When I add a constant to my covariate I expect only the intercept to change,
but not the coefficients. This is true (in clogit) when I assume a linear in
the logit model, but the same does not happen when I use pspline().
If I did something similar
2012 Sep 27
2
Generating an autocorrelated binary variable
Hi R-fellows,
I am trying to simulate a multivariate correlated sample via the Gaussian copula method. One variable is a binary variable, that should be autocorrelated. The autocorrelation should be rho = 0.2. Furthermore, the overall probability to get either outcome of the binary variable should be 0.5.
Below you can see the R code (I use for simplicity a diagonal matrix in rmvnorm even if it
2009 Feb 19
3
Multiple merge, better solution?
Hello,
My problem is that I would like to merge multiple files with a common
column but merge accepts only two
data.frames to merge. In the real situation, I have 26 different
data.frames with a common column. I can of course use merge many times
(see below) but what would be more sophisticated solution? For loop?
Any ideas?
DF1 <- data.frame(var1 = letters[1:5], a = rnorm(5))
DF2 <-