Displaying 20 results from an estimated 28 matches for "perswww".
2003 Feb 13
3
OO programming in R
...anation on UseMethod and NextMethod but I
miss some practical examples to get me going (I hope). I searched the
web but could not find a good independent tutorial on this.
Any suggestions are welcome,
Kris
--
------------------------------------------------------------------------
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn
------------------------------------------------------------------------
Minds are like parachutes, they only work when open
2003 Aug 21
2
Read date for timeserie object
...recognizes the gaps?
Thanks a lot,
Jan
________________________________________________________________________
__
Jan Verbesselt
Research Associate
Lab of Geomatics and Forest Engineering K.U. Leuven
Vital Decosterstraat 102. B-3000 Leuven Belgium
Tel:+32-16-329750
Fax: +32-16-329760
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=janv
http://gloveg.kuleuven.ac.be/
________________________________________________________________________
__
2003 Sep 01
2
readcsvIts() to create irregular time series
...nks in advance for helping me out,
Jan
________________________________________________________________________
__
Jan Verbesselt
Research Associate
Lab of Geomatics and Forest Engineering K.U. Leuven
Vital Decosterstraat 102. B-3000 Leuven Belgium
Tel:+32-16-329750
Fax: +32-16-329760
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=janv
http://gloveg.kuleuven.ac.be/
________________________________________________________________________
__
2002 Nov 22
4
Use of variables to reference to objects
...g:
It should look like this:
lines(spectral$Wavelength,paste("spectral$a",j,sep=""),col=j)
but the "paste()" does not seem to work in this context.
Any help?
Kind regards,
Kris
--
------------------------------------------------------------------------
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn
------------------------------------------------------------------------
Minds are like parachutes, they only work when open
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://ww...
2002 Dec 01
1
Logistic regression
...;t figure out how to get the P-values out of the summery of a logistic
regression. I used:
logit.out <- glm(...)
and then I should be able to extract just the P values for the coefficients.
Any idea?
Kris
--
------------------------------------------------------------------------
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn
------------------------------------------------------------------------
Minds are like parachutes, they only work when open
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www...
2002 Dec 11
2
Can't find nls()
...() function and couldn't find it. In the refman.pdf
it's mentioned as part of the nls package which I cannot find and I also
read something about the MASS package, also impossible to find for me.
Kris
--
------------------------------------------------------------------------
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn
------------------------------------------------------------------------
Minds are like parachutes, they only work when open
2003 Mar 25
1
geoR vector length error
...llocate vector of length 799980000
We can read the file without any problem with read.table, but trying to
convert it to the geodata class gets the same error.
Any help/tips would be appreciated.
Kris, Dave
--
------------------------------------------------------------------------
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn
------------------------------------------------------------------------
Minds are like parachutes, they only work when open
2003 Apr 22
1
read.table and decimals
Dear,
We are trying to read an asciifile using the read.table() function and
discovered that only 4 decimals are read. Any idea how to get more decimals?
Kris
--
------------------------------------------------------------------------
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn
------------------------------------------------------------------------
Minds are like parachutes, they only work when open
2003 Aug 11
0
tsdiag and tsStructure for np,ns,nt and nl determination
...a lot in advance,
Jan (...Decomposing....)
______________________________________________________________________
Jan Verbesselt
Research Associate
Lab of Geomatics and Forest Engineering K.U. Leuven
Vital Decosterstraat 102. B-3000 Leuven Belgium
Tel:+32-16-329750
Fax: +32-16-329760
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=janv
http://gloveg.kuleuven.ac.be/
________________________________________________________________________
__
2003 Aug 14
1
Contouring irregular xyz data via TIN
...ea
which function can be used for XYZ interpolations, maybe/hopefully based
on a Delaunay triangulation in combination with linear or spline
interpolation. Is there a package that allows me to do this?
Kris
--
------------------------------------------------------------------------
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn
http://gloveg.kuleuven.ac.be
------------------------------------------------------------------------
Minds are like parachutes, they only work when open
2003 Oct 11
1
interpolation methods
Hello all,
I want to interpolate some data i prepared in GRASS, so I'm looking for what
interpolation methods are available for R. In GRASS I can do Splines with
tension and IDW. I'm looking for something like multiquadric equations. Is
there any function/package available fo rthis?
thanks all
--
+-------------------------------------------------+
Carlos Henrique Grohmann de
2008 Jul 22
2
Table orderd by frequencies
Dear List,
I try to order the output of a table by the frequencies of the vector I
am look at.
The object I am looking at is a factor with a lot of levels that were
named only once.
Therefore it would be much easier to order the output by the frequencies
of the levels.
E.g.
> levels(a)
"a" "b" "c" "d"
Preferred outcome:
table(a)
b c a d
10 5 1 1
2008 Jul 24
3
incrementing for loop by 2
Dear List-serv members:
How can I structure a for loop so that it will increment the counter by two using R? I am just looking for a simple example that shows where the incrementing part should go. Thanks!
Jennifer
--
Jennifer Hayes Clark
Assistant Professor
Department of Political Science
University of Houston
Houston, TX 77204-3011
[[alternative HTML version deleted]]
2008 Jul 18
2
generate repeats of a vector's elements
Dear all,
I have got a question for generating repeats of a vector's elements.
Please don't hesitate to email me back and say that it is very easy
although I can't find a method to solve it.
If I have a n-vector b, whose elements are b[1], b[2], ..., b[n], how
can I generate such a vector
b[1], b[1], b[2], b[1], b[2], b[3], b[1], b[2], b[3], b[4],
......, b[1], b[2], ...,
2008 Jul 21
3
vector help
hi
I have vector test. It has 3 elements. I want to join the three into one
vector.
"Geneset=HSA04910_INSULIN_SIGNALING_PATHWAY-157- 20".
how can i do it.
> class(test)
[1] "character"
> test
[1] "Geneset=HSA04910_INSULIN_SIGNALING_PATHWAY" "157"
[3] "20"
Ramya
--
2008 Jul 25
3
Help with rep
Hi
Is it possible to use the rep command (or maybe some other "shortcut") to create a vector with the following format:
4 3 4 2 3 4 1 2 3 4
Any help is much appreciated.
Thanks
Jacob
Jacob L van Wyk
Department of Statistics
University of Johannesburg, APK
Box 524
Auckland Park 2006
South Africa
Office Tel: +27 11 559 3080
Fax: +27 11 559 2832
[[alternative HTML version
2008 Aug 20
4
Conversion - lowercase to Uppercase letters
I would like to know how to convert a string with characters to all
uppercase or all lowercase? If anyone could let me know if there exists a
function in R for the conversion, that will be very helpful.
Regards,
Suman
[[alternative HTML version deleted]]
2003 Jul 30
2
STL- TimeSeries Decomposition
...ogrammed in
R I couldn't find it?
Much appreciated,
Jan
*******************************************************
Jan Verbesselt
Research Associate
Lab of Geomatics and Forest Engineering K.U. Leuven
Vital Decosterstraat 102. B-3000 Leuven Belgium
Tel:+32-16-329750
Fax: +32-16-329760
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=janv
2008 Jul 28
3
Fill in NA values in vector with previous character/factor
I have a vector of data (species names) interspersed with NA values
and I want a function to "fill in the blanks", replacing NA values
with whatever the last species name was.
For example the vector:
"A","B",NA,NA,"C",NA,NA,NA,NA,"D",NA,NA.
should evaluate to:
"A" "B" "B" "B" "C"
2008 Aug 15
2
Combination with repetition
Hi there! I can't find any information about creating combinations
with repetitions in R. The function combn() does create combinations,
but _without_ repetitions.
Here is what I need to do:
svIter <- 1000
xx <- matrix(rnorm(m*n), c(m, n))
sequence <- seq(range(xx)[1], range(xx)[2], length.out = svIter^(1/q))
expand.grid(secuence, secuence, .../q times/..., secuence)
That is,