Displaying 20 results from an estimated 48 matches for "fyld".
Did you mean:
fold
2004 Mar 05
4
Command Line Expressions
...o evalute R expressions
and return results to stdout, something like
>R CMD -e "R.version$minor"
then you got return
>"8.1"
Or do a simple calculation
>R CMD -e "sin(1.2)"
>0.932039
Thanks.
--
Pingping Zheng
Department of Mathematics and Statistics
Fylde College
Lancaster University
Lancaster LA1 4YF
UK
2002 Feb 13
3
pnorm, relative accuracy in the tails
...)
The function can also be written as 1/lambda(x) where lambda(x) is the
hazard rate for the normal distribution. Is there a way to calculate
lambda(x) without using pnorm() ?
Any help would be appreciated.
Cheers
Ole Christensen
--
Ole F. Christensen
Department of Mathematics and Statistics
Fylde College, Lancaster University
Lancaster, LA1 4YF, England
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "...
2001 Nov 21
2
contour as a generic function?
After "image" and "persp" would it be interesting to als have contour as a
generic function?
Cheers
Paulo Justiniano Ribeiro Jr
Dept Maths & Stats - Fylde College
Lancaster University
Lancaster LA1 4YF - U.K.
e-mail: Paulo.Ribeiro@est.ufpr.br
http://www.maths.lancs.ac.uk/~ribeiro
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "...
2005 Mar 18
4
passing arguments to FUN in lapply
...2"))
which generates two same titles "var 1/var 2" and "var 1/var 2"
lapply(denlist, plot, main=list("var 1", "var 2"))
which generates two same titles "var 1"
Both are not I want.
--
Pingping Zheng
Department of Mathematics and Statistics
Fylde College
Lancaster University
Lancaster LA1 4YF
UK
2002 May 18
5
Length of a string
Hi,
Suppose I have created something like this in R:
foo <- "myfoo"
and I want to find out the number of character in foo (in other words, R
should return 5 since "myfoo" has 5 charactors.
How can I do it? I tried:
length(foo)
but it returned 1.
Cheers,
Kevin
------------------------------------------------------------------------------
Ko-Kang Kevin Wang
2002 May 06
3
function sort.list()
...fact I am getting the same (non-sensical) result using order()
order(c(0, 2, 10, 11, 4))
[1] 1 2 5 3 4
Of course
rank(c(0, 2, 10, 11, 4))
1] 1 2 4 5 3
gives the correct result.
Am I missing something obvious here ?
Cheers Ole
--
Ole F. Christensen
Department of Mathematics and Statistics
Fylde College, Lancaster University
Lancaster, LA1 4YF, England
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "...
2001 Nov 09
1
One package calling C-code from another package.
...inux-gnu
system i686, linux-gnu
status
major 1
minor 3.1
year 2001
month 08
day 31
language R
--
Ole F. Christensen
Department of Mathematics and Statistics
Fylde College, Lancaster University
Lancaster, LA1 4YF, England
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "...
2002 Jul 30
1
Optim() returns wrong maximum
...inux-gnu
system i686, linux-gnu
status
major 1
minor 5.1
year 2002
month 06
day 17
language R
Cheers Ole
--
Ole F. Christensen
Department of Mathematics and Statistics
Fylde College, Lancaster University
Lancaster, LA1 4YF, England
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the &quo...
2000 Jun 02
1
test for a formulae
I'd like to check within a whether an argument is a formulae of the type
~X or similar.
What's the right way to do so?
I'm using: is.language(obj) but not sure this is right
Thanks in advance
P.J.
Paulo Justiniano Ribeiro Jr
Dept Maths & Stats - Fylde College
Lancaster University
Lancaster LA1 4YF - U.K.
e-mail: paulojus at est.ufpr.br
http://www.maths.lancs.ac.uk/~ribeiro
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send &qu...
2000 Nov 09
0
creating dll file
...; function.o(.text+0x168f):function.c: undefined reference to `random'
> collect2: ld returned 1 exit status
> dllwrap: gcc exited with status 1
>
> --------------------------------------------------------------
>
> Paulo Justiniano Ribeiro Jr
> Dept Maths & Stats - Fylde College
> Lancaster University
> Lancaster LA1 4YF - U.K.
>
> e-mail: paulojus at est.ufpr.br
> http://www.maths.lancs.ac.uk/~ribeiro
>
>
>
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci....
2000 Dec 04
1
interp equivalent
...on in R equivalent to S-PLUS' "interp".
Is there any implementation in R?
If not, is there any similar interpolation function such that at
the data points the interpolated values concides with the data?
Thanks in advance
P.J.
Paulo Justiniano Ribeiro Jr
Dept Maths & Stats - Fylde College
Lancaster University
Lancaster LA1 4YF - U.K.
e-mail: paulojus at est.ufpr.br
http://www.maths.lancs.ac.uk/~ribeiro
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send &qu...
2001 Dec 21
0
Installing Packages (fwd)
...gt; Thanks in advance,
>
> ______________________
> Indrajit SenGupta
> Department Of Statistics
> St. Xavier's College
> Calcutta University
> indra_calisto at yahoo.com
> indrajit_sg at rediffmail.com
>
>
Paulo Justiniano Ribeiro Jr
Dept Maths & Stats - Fylde College
Lancaster University
Lancaster LA1 4YF - U.K.
e-mail: Paulo.Ribeiro at est.ufpr.br
http://www.maths.lancs.ac.uk/~ribeiro
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send &...
2002 Jan 19
1
correlated random effects in GLMMGibbs ?
Dear R-users,
I wondered if anyone has extended GLMMGibbs to include correlated
random effects, and if so, whether they would be willing to let me
use their code?
Jonathan Myles has no plans to extend glmm in this manner within the
foreseeable future.
With thanks,
Patty
--
--------------------------------------------------------------------------------
Assoc Prof Patty Solomon
2003 Aug 05
1
levelplot and points
...fted to the left..(i think)
Any suggestions are really appreciated.
Regards,
Theodore
Theodore Kypraios, Postgraduate Student
================================================
Web: http://www.maths.lancs.ac.uk/~kypraios
email: t.kypraios@lancaster.ac.uk
Department of Mathematics and Statistics
Fylde College
Lancaster University
Lancaster, LA1 4YF
UK
Tel:+(44)(0)1524 593094
Fax:+(44)(0)1524 592681
================================================
[[alternative HTML version deleted]]
2003 Oct 20
1
presentation of spatial-temporal point processes
Hello all,
Would anybody tell me how to present spatial-temoral point processes in R,
for example, I'd like to plot the spatial points in the sequence of
their time domain?
Cheers
--
Pingping Zheng
Department of Mathematics and Statistics
Fylde College
Lancaster University
Lancaster LA1 4YF
UK
2003 Nov 24
1
R-1.8.0 package directory permissions?
...ange my home directory permissions to
"drwxr-xr-x", giving "read" and "execute" permissions
to everyone, no error message appeared any more.
Is that a bug in new version of R-1.8.0?
Thanks in advance.
--------
Pingping Zheng
Department of Mathematics and Statistics
Fylde College
Lancaster University
Lancaster LA1 4YF
UK
2000 May 09
1
Work with sgeostat library!
Hello, everybody:
I will like to know if anybody else is working with the
sgeostat library and where can I find some other
fuctions to fit more variogram models (like a kernel one).
Thank you very much for you help
Kenneth Cabrera
Universidad Nacional de Colombia
Sede Medellin
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2002 May 28
1
determination of the number of lags
Dear all,
I wish use the "est.variogram" function under R.
My question concerns the determination of number of lags.
To make this calculation, i determined the biggest and the smallest
distance between 2 pairs of points.
I built the following tolerance : tol=mindistance/2 and i defined 1 lag as
: 1lag=mindist+tol.
Then i made a buckle the step of stop of which the maximal distance.
2002 Feb 23
4
bug in options() - help page (PR#1323)
...linux-gnu
system i686, linux-gnu
status
major 1
minor 4.1
year 2002
month 01
day 30
language R
Cheers Ole
--
Ole F. Christensen
Department of Mathematics and Statistics
Fylde College, Lancaster University
Lancaster, LA1 4YF, England
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the &qu...
2002 Mar 01
1
fft
Hi,
I have problems when calling fft_factor and fft_work directly in my
C-code. Martin Maechler already told me that I should not do this --
anyway, the code works fine if the length of the vector is a multiple
of 2,3,5.
If the length of the vector has different form I get, in some cases, a
segmentation fault when work and iwork are freed (I use C's malloc to
allocate memory for work and