Displaying 20 results from an estimated 4000 matches similar to: "html help for packages with MS Windows"
2009 Mar 18
1
lm function (PR#13608)
Full_Name: Michael Aaron Karsh
Version: 2.8.0
OS: Windows XP
Submission from: (NULL) (75.61.109.172)
I tried using the lm function to regress the third column listed below on the
second column listed below. It gave me an error message. My code is below.
> HDISWLSdata=read.table("RHDISWLS.txt")
> HDISWLSdata
V1 V2 V3
1 DENMARK
2008 Feb 29
2
Trouble with the results of a dynamically generated find() method
Hi all,
So I have two tables:
- apps (short for applicants)
has_and_belongs_to_many :locations
- locations
has_and_belongs_to_many :apps
In my system, a user searches for applicants by the locations to which
they are associated, by using a dropdown menu that includes the names
of locations (and sends to the method that returns the results the id
of the selected location).
So, in the
2000 Apr 18
1
R Packages in Windows
I have installed R version 1 for windows and have installed
the survival5 package in the library folder, but the base package
only seems to partially acknowledge survival5's presence.
How have I screwed up? The diagnostics are as follows...
>library(survival5)
** no warning given.. seems OK **
>help(package=survival5)
**this gives the contents of the package correctly,
2006 Oct 22
2
Key colour problem with lattice plot
Hi,
I seem to have a key colour problem with a lattice barchart. The colours on my
key rectangle don't match the colours on the barchart.
Here is my data frame:
"LandFill" "Ruminants"
"United States (USA)" 7777.21428 5528.16
"France" 200.527083 1299.87
"Australia" 185.878368 2448.17
"Russian Federation" 1752.8334 2024.29
2025 Mar 29
1
Help Coding error
So either:
XX contains some non-finite numbers
Or
Something produced from it does.
Non finite means things like 1?0. R might show Inf or -Inf. But if there is
maths happening in the function it might be passing something to it the is
a 0 and so creating a Inf.
But if there is a test of is.finite you will get "false" to NA or 0/1 or
"0" (ie. Passing a character
2025 Mar 28
1
Help Coding error
How are you dear Helper?
I am from Africa, Ethiopia , I have faced this type of problem
Error in optim(seq(-3, 3, length.out = k), wle.fit, method = "BFGS",
control = list(maxit = max.it)) :
initial value in 'vmmin' is not finite
when I want to run RM.w
> wt = beha$wt> rr = RM.w(XX, wt)
library(psychomix)> rr.country1 = RM.w(XX, wt1)
Error in optim(seq(-3, 3,
2000 Apr 05
1
problem with survexp in survival5
survexp in survival5 doesn't seem to work for me. see below:
> library(survival5)
Attaching Package "package:survival5":
The following object(s) are masked from package:base :
sort.list
> library(chron)
> data(ratetables)
> survexp(~ratetable(year=julian(6,1,1991),
+ sex=1,age=35*365.24),times=(0:30)/6*365.24)
Error in as.character(as.date(c(min(R[, 3]),
2013 Sep 30
2
climstats
I have been trying to download the climstats package:
https://r-forge.r-project.org/R/?group_id=861
but it doesn't seem to run on R 3.0.2 or 3.0.1 and the zipfile is empty.
Does anyone know the status of this package or where I can download it.
Thanks
******************
Jenny Williams
Spatial Information Scientist, GIS Unit
Herbarium, Library, Art & Archives Directorate
Royal Botanic
2000 Feb 26
1
Problem with 'link.html.help()'
Hello,
I just recently installed R 0.99 and use Windows 98.
It appears as if
link.html.help()
locks the system. But somehow the information on 'Mass' is there but not about 'survival5'. Both these libraries are
installed and functions OK.
Any help available?
Fredrik Lundgren
Norrk?ping
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
1999 May 25
1
survival5
> data(package=survival5)
Warning: no data listing found
Warning: package `survival5' contains datasets but no index
The data loads OK.
Mai Zhou
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2003 Apr 23
3
documentation for survival5?
Dear R-Helpers:
What other references are there on the capabilities of the survival5
package other than the help files and the chapter on survival analysis
in every edition of Modern Applied Statistics with S? I'm thinking of
something like "An Introduction to Survival Analysis in R" with worked
examples that might complement or extend the chapter in MASS.
Thanks,
Spencer
2001 Sep 27
1
kidney survival data
Dear all, in survival5, kidney data set, appears in help page:
"survival5 does not reproduce the original analysis."
What does it means?
thanks in advance
TCM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010927/e006b08d/attachment.html
2001 Jan 11
1
Some Packages Won't Run under RH 7
Patrick Connolly wrote:
> According to Richard A. Bilonick:
> |>
> |> I recently installed Red Hat Linux 7.0. I installed Version 1.2.0 (2000-12-15) of
> |> R. I installed a number of packages including chron, date, ellipse, sgeostat,
> |> survival5, and xtable. the "library()" command shows that they are installed.
> |>
> |> chron works but I get
1999 Nov 16
3
Inf in expression (PR#326)
I was getting worried. 0.65 is the first version that I had not been
able to crash. Well the following gives a seg fault on Intel RH5.2
with R0.65.1:
plot(rnorm(20),xlab=expression(mu[Inf]))
You can guess what I was trying to do, as I used infty first and that
did not work. (I now know the correct formula.)
Jim
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
1999 May 24
1
survival5 for windows
I downloaded binary of survival5 for windows95
(also the splines, date).
The function survsum shows up in content, has a help page,
but the function itself is missing.
Can we cut and paste the survsum from survival4 ?
Mai Zhou
P.S.
I am not picking on R, not even complaining.
I think R is great and I am try to contribute my (small) part
to make it even better in way of bug report (or
2000 Sep 19
4
methods for interval-censored data
Dear all,
Are there functions or packages in R that can handle interval-censored
data? I have looked in various packages (such as survival5 or event), but
it seems that only right-censored data can be analysed.
More generally, are there methods to analyse both interval-censored
observations and right-censored observations in the same data set?
Thanks in advance.
Emmanuel Paradis
2009 Dec 06
1
hi there!
hi there!
how u doin?...hope fine.
look, i've a difficulty in simulation especially for the bayesian analysis
using R. Using the famous Markov Chain Monte Carlo (MCMC) method,
Methropolis hasting algorithm i want to simuate different distrbution like:
1/ Weibull-exponential
2/Gamma-Gamma
3/Poisson-Gamma
4/Normal-Normal
5/Normal-Gamma
6/ Negative binomial - Jeffrey's prior
Especially, i
2013 Feb 22
1
Climate Spatial plot
Dear Sir,
I am beginner in using R. I am working on climate and like to plot spatial
but I can't able to go ahead. I know it is too simply but not for me. Here
is attached the data and my sample script. I am waiting R-users to solve my
problem. Your help is valuable for me. Thank you.
--
---------------------------------------------------
*Bedassa Regassa Cheneka*
*Adama Science and
2001 Jan 15
1
announce: survival5 bug fix
Anyone using the penalised partial likelihood routines in survival5 should
update their version.
A bug has been fixed in the S package: in coxph() models with penalised
likelihood and strata it was possible in some circumstances to get an
infinite loop or perhaps an incorrect answer.
The new version (2.3) is on cran.r-project.org and will percolate through
CRAN in the next few days.
-thomas
2001 Jan 15
1
announce: survival5 bug fix
Anyone using the penalised partial likelihood routines in survival5 should
update their version.
A bug has been fixed in the S package: in coxph() models with penalised
likelihood and strata it was possible in some circumstances to get an
infinite loop or perhaps an incorrect answer.
The new version (2.3) is on cran.r-project.org and will percolate through
CRAN in the next few days.
-thomas