similar to: virus - free

Displaying 20 results from an estimated 7000 matches similar to: "virus - free"

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
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 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
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 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
1999 Oct 14
1
Regression on non linear model
Dear Help desk, I have a model that I believe to be non linear. The relationship is something like: Response = Var1 + Var1^2 + Var1^3 Can I examine this relationship using glm or lm? However, glm or lm gives out pnly 1 coeficient for the model which is on Var1, unless I created some dummy var like (Var2 = Var1^2 and Var3 = Var1^3). Is there any other function handling this relationship?
1999 Oct 14
1
Regression on non linear model
Dear Help desk, I have a model that I believe to be non linear. The relationship is something like: Response = Var1 + Var1^2 + Var1^3 Can I examine this relationship using glm or lm? However, glm or lm gives out pnly 1 coeficient for the model which is on Var1, unless I created some dummy var like (Var2 = Var1^2 and Var3 = Var1^3). Is there any other function handling this relationship?
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 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
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. >
2007 Dec 20
3
mle
Dear all, I'm trying to estimate the parameters of a special case of a poisson model, where the specified equation has an integral and several fixed parameters. I think that the MLE command in STATS4 package could be a good choice, but it's a little complicated. I've got some problems with the offset and I don't understand some of the functions. Do you know where can I find some
2009 Feb 18
2
[LLVMdev] svn pre-commit hook: help needed
On Feb 18, 2009, at 1:41 AM, Julien Lerouge wrote: > Yet another _fun_ way of doing this is to setup a buildbot slave just > for that. The slave can fix minor stuff like tabs and trailing > whitespaces on its own (checking the changes back in), and yell for > things like 80-col violations and whatnot where the changes would > not be > so trivial. If you're going to change
2016 Oct 03
2
[RFC] Require PRs for XFAILing tests
> -----Original Message----- > From: Alex Bradbury [mailto:asb at asbradbury.org] > Sent: Saturday, October 01, 2016 1:06 PM > To: Robinson, Paul > Cc: Renato Golin; Chris Bieneman; llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] [RFC] Require PRs for XFAILing tests > > On 28 September 2016 at 19:58, Robinson, Paul via llvm-dev > <llvm-dev at lists.llvm.org>
2017 Sep 21
4
Migrating maildirs - Courier to Dovecot
I apologise, because I'm sure this subject has been done to death, but I want to migrate from Courier to Dovecot. I think my main question is whether there's any reason I shouldn't just rsync the maildirs across from the old mail server to the new one? There aren't many clients using this server, so I don't care if clients have to redownload all their messages (in fact, I
2009 Feb 20
0
[LLVMdev] svn pre-commit hook: help needed
For the complete truth in advertising, this was pretty much a trial balloon to gauge reaction. I'm not a big fan of rejecting commits for style violations, but the dev guide has certain guidelines regarding formatting and style. And we're all supposed to be good citizens... My biggest nit, however, was contemplating a commit where 80%+ was trailing whitespace trimming. Yeah, my editor
2017 May 11
3
CentOS 6 / Intel CPU support
> Here's mine. Interesting differences: If you disable Intel Speedstep in the BIOS it should lock the CPU to its fastest speed, but you lose power saving during idle. On Thu, May 11, 2017 at 3:48 PM, ken <gebser at mousecar.com> wrote: > On 05/11/2017 12:45 PM, Leon Fauster wrote: > >> Am 11.05.2017 um 16:29 schrieb Leon Fauster <leonfauster at googlemail.com>:
2009 Feb 02
2
logLik for poisson models
Dear all, I have a very basic question: how does the logLik function work for poisson models? Example: I simulate 20 observations from a Poisson distribution with mean 800. y <- rpois(20,800) model <- glm(y ~ 1, family=poisson()) logLik(model) I would like to know what's the exact formula the function logLik uses. I looked at ?extractAIC but I cannot sort it out. Can you please