Displaying 20 results from an estimated 49 matches for "jantti".
Did you mean:
antti
2002 May 20
1
suggestion for example for base:naresid
...) <- "omit"
naresid(tmp.omit, lm.1$residuals)
# same as residuals(lm.0)
summary(lm.2 <- lm(y ~ x1))
residuals(lm.2)
tmp.omit <- lm.2$na.action # modify the na.action to be "exclude"
class(tmp.omit) <- "exclude"
naresid(tmp.omit, lm.2$residuals)
--
Markus Jantti
markus.jantti at uta.fi ** http://www.abo.fi/~mjantti
Dept of Economics ** University of Tampere ** FIN 33014 University of Tampere
PGP public key: http://www.abo.fi/~mjantti/pubring.asc
2001 Aug 29
1
suggestion for example for base:naresid
...) <- "omit"
naresid(tmp.omit, lm.1$residuals)
# same as residuals(lm.0)
summary(lm.2 <- lm(y ~ x1))
residuals(lm.2)
tmp.omit <- lm.2$na.action # modify the na.action to be "exclude"
class(tmp.omit) <- "exclude"
naresid(tmp.omit, lm.2$residuals)
--
Markus Jantti
markus.jantti at uta.fi ** http://www.abo.fi/~mjantti
Dept of Economics ** University of Tampere ** FIN 33014 University of Tampere
PGP public key: http://www.abo.fi/~mjantti/pubring.asc
2002 Jul 17
1
editing Sweave files in xemacs with ess (noweb), auctex and reftex
...ted by the Sweave manual FAQ.
While this most likely involves reftex/ess interaction, I wondered
if someone on these lists is successfully using the combination
AUCTeX LaTeX-mode/bib-cite/reftex in xemacs 21.4.8 and ess 5.1.20
(on a GNU/Linux Debian unstable system).
Regards,
Markus
--
Markus Jantti
Statistics Finland and University of Tampere
markus.jantti at iki.fi
http://www.iki.fi/~mjantti
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or &q...
2002 Jun 20
1
cut with infinite values -> NA
...platform i386-pc-linux-gnu
arch i386
os linux-gnu
system i386, linux-gnu
status
major 1
minor 5.1
year 2002
month 06
day 17
language R
--
Markus Jantti
Statistics Finland and University of Tampere
markus.jantti at iki.fi
http://www.iki.fi/~mjantti
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or &q...
2006 Apr 06
4
weighted kernel density estimate
Dear R-users,
I intend to do a spatial analysis on the genetic structuring within a
population. For this I had thought to prepare a kernel density estimate
map showing the spatial distribution of individuals, while incorporating
the genetic distances among individuals. I have a dataset of locations
of N unique individuals (XY-coordinates) and an NxN matrix with the
genetic distances given as a
2005 Feb 15
3
using poly in a linear regression in the presence of NA f ails (despite subsetting them out)
...ernel 2.6.10 and
>
> > version
> _
> platform i386-pc-linux-gnu
> arch i386
> os linux-gnu
> system i386, linux-gnu
> status
> major 2
> minor 0.1
> year 2004
> month 11
> day 15
> language R
> --
> Markus Jantti
> Abo Akademi University
> markus.jantti at iki.fi
> http://www.iki.fi/~mjantti
>
2005 Feb 15
3
using poly in a linear regression in the presence of NA f ails (despite subsetting them out)
...ernel 2.6.10 and
>
> > version
> _
> platform i386-pc-linux-gnu
> arch i386
> os linux-gnu
> system i386, linux-gnu
> status
> major 2
> minor 0.1
> year 2004
> month 11
> day 15
> language R
> --
> Markus Jantti
> Abo Akademi University
> markus.jantti at iki.fi
> http://www.iki.fi/~mjantti
>
2002 Feb 06
4
Weighted median
Is there a weighted median function out there similar to weighted.mean()
but for medians? If not, I'll try implement or port it myself.
The need for a weighted median came from the following optimization
problem:
x* = arg_x min (a|x| + sum_{k=1}^n |x - b_k|)
where
a : is a *positive* real scalar
x : is a real scalar
n : is an integer
b_k: are negative and positive scalars
2005 Nov 17
1
anova.gls from nlme on multiple arguments within a function fails
...mmy(list(lm1, lm2))
------------- end example code ------------------
It is not the end of the world: I can easily work around this.
But it would be nice to know why this does not work.
Digging around using options(error=recover) did not help my much, I'm
afraid.
Best,
Markus
--
Markus Jantti
Abo Akademi University
markus.jantti at iki.fi
http://www.iki.fi/~mjantti
2001 May 18
1
NAs in chron objects
...os linux-gnu
system i686, linux-gnu
status
major 1
minor 2.3
year 2001
month 04
day 26
language R
Any help would be appreciated.
Regards,
Markus
--
Markus Jantti | Department of Statistics
markus.jantti at abo.fi | Abo Akademi University
http://www.abo.fi/~mjantti | FIN 20500 Turku, Finland
358-9-643 747 (Home/Voice) | 358-2-2154 161 (Office/Voice)
| 358-2-2154 677 (Office/Fax)
PGP public key: http://www.abo.fi/~mjantti/pubring.asc
-.-.-.-.-.-....
2002 Jul 16
1
methods: representation gives "unused arguments" on failure (PR#1796)
Full_Name: Markus Jantti
Version: 1.5.1
OS: GNU/Linux Unstable (Sid)
Submission from: (NULL) (193.166.59.44)
I was trying to get the package yags 3.20 by Vince Carey
<stvjc@channing.harvard.edu>
to run, but - after successfull installation -- loading the library failed with
the
message
> library(yags)
Error in...
1999 Apr 07
1
R-0.64.0 oops
> For those who *are* desperate, I've left a copy in
> ftp://blueberry.kubism.ku.dk/pub/R-devel/R-0.64.0.tgz
> (Be gentle, that's my desktop PC!)
Well, *now* it's there anyway...
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
1999 Apr 10
4
CRAN uploads
I put updates of the following packages on CRAN for use with R 0.64:
chron
ctest
date
locfit
xgobi
Please pick them up from your nearest CRAN site.
At least on my system, the packages pass the R CMD check tests ...
-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
1999 Apr 11
1
R-0.64 versions of packages
Versions of
KernSmooth
VR5.3pl037
boot
gee
rpart
sm (delete src/Makefile: I'll get the version on CRAN changed)
tree
for R-0.64 are now on CRAN. Please note that spatial (in the VR bundle)
and sm really do need 0.64 as we use the platform-independent file
handling, and sm uses chull.
This will be the last version of the VR5.x software for the second
edition, as a new more `R
2006 Oct 11
2
pinning R packages to unstable?
Dear Debian R users,
This is more of an apt question rather than R. I have a testing Debian
system, but would like to use the unstable packages for R, *without* using
the -t flag in apt-get. I think this is done by using a 'pin' rule in
/etc/apt/apt.conf, but don't understand how this should be done. Can
somebody provide an example please?
Cheers,
--
Seb
1998 May 06
1
R-beta: adjusting y-axis scale with multiple lines in plot
...ter all lines have been added?
Or is the procedure to be used to first estimate all densities, the plot
the first one with 'ylim=c(0,max())' and the add the lines one by one?
If anyone has pondered on and solved this, I'd be very grateful for the
solution.
Regards,
Markus
--
Markus Jantti | Department of Statistics
markus.jantti at abo.fi | Abo Akademi University
http://www.abo.fi/~mjantti | FIN 20500 Turku, Finland
358-9-643 747 (Home/Voice) | 358-2-2154 161 (Office/Voice)
| 358-2-2154 677 (Office/Fax)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
1999 Apr 07
1
R-0.64.0 oops
> For those who *are* desperate, I've left a copy in
> ftp://blueberry.kubism.ku.dk/pub/R-devel/R-0.64.0.tgz
> (Be gentle, that's my desktop PC!)
Well, *now* it's there anyway...
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
1999 Apr 10
4
CRAN uploads
I put updates of the following packages on CRAN for use with R 0.64:
chron
ctest
date
locfit
xgobi
Please pick them up from your nearest CRAN site.
At least on my system, the packages pass the R CMD check tests ...
-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
1999 Apr 11
1
R-0.64 versions of packages
Versions of
KernSmooth
VR5.3pl037
boot
gee
rpart
sm (delete src/Makefile: I'll get the version on CRAN changed)
tree
for R-0.64 are now on CRAN. Please note that spatial (in the VR bundle)
and sm really do need 0.64 as we use the platform-independent file
handling, and sm uses chull.
This will be the last version of the VR5.x software for the second
edition, as a new more `R
1999 Sep 01
1
Using R-0.65.0 under ESS on Unix
There is a bug in the command-line handling of 0.65.0 under Unix that
may affect some users of R-inferior-mode under ESS, as that sets
--no-readline as the first argument, and any arguments after that are
ignored.
The fix is simple: delete line 448 of src/unix/sys-common.c (`break;')
and re-compile.
The most used arguments are (I'm told) --vsize and --nsize. I find it more
convenient to