In another thread you wrote:
One note: The "cloud" CRAN server is nowadays reachable as
https://cloud.r-project.org
and that is now the preferred URL.
Should I understand from this that it is considered advisable that I use
this URL as my default repository for downloading R and cont
Hi
What version of JAGS are you using
JAGS 4.0.0 is current
library(rjags)
Loading required package: coda
Linked to JAGS 4.0.0
Loaded modules: basemod,bugs
Regards
Duncan
Duncan Mackay
Department of Agronomy and Soil Science
University of New England
Armidale NSW 2351
Email: home: mac...@nor
Hi
Continuing on from the data.frame code for z that you supplied
Using the data without summarizing first
z$mth = format(date "%m")
z$mth = format(date, "%m")
xyplot(rainfall ~ as.numeric(mth), z,
groups = yr,
type = "l",
auto.key = T,
scales = list(x = list(at = 1:1
Hi
I have never seen germination experiments carried out as ordinal regression.
Most germination tests are done using a nls model.
For some species germination may only start a week after planting and then
germinate over 2 or 3 days.
If all germinated over the experimental period and there is no
Hi Tonja
I removed the cat(...) in the event handlers because cat writes TRUE or
FALSE to the console but doesn't seem to return a value.
Then it worked. You should initialize the frames to be disabled or the
checkboxes to be checked that both states are consistant.
Regards, Rolf
tonja.krue
Dear Bob,
I don't know any package that handles ordinal data the way you are looking
for. I'd just would comment on the ordinal regression. Would the time of
loss be the ordinal response? That seems inefficient to me when you have a
lot of time points (= lots of ordinal classes). IMHO the survival
Hi
I would like to aggregate a rainfall series with 1min records (timestamp
and value of 0.1mm from a tipping bucket raingauge) to 10min values by
summing up the values.
# ptime is a POSIXlt datetime value with tz="GMT"
t10min <- 600*floor(as.integer(as.POSIXct(data$ptime))/600)
w10min <- ta
> Ranjan Maitra
> on Fri, 15 Jan 2016 23:46:19 -0600 writes:
> Yihui, Thanks very much! Explicitly specifying the RStudio
> server works, and I have reinstalled tikzDevice
> Best wishes, Ranjan
Good, and thanks to Yihui indeed!
One note: The "cloud" CRAN server is no
Dear All,
I’m trying to create a GUI using gWidgets.
I would like to have a checkbox to “switch on/off” different frames within the
GUI. Ideally if one frame is switched on, all other frames would be switched
off.
Unfortunatly I only came as far as this:
library(gWidgets)
Population <- c("A"
> On 16 Jan 2016, at 12:22, Sandeep Rana
> wrote:
>
> Hi,
> I want to perform non-negative featurised Matrix factorisation in ‘R’. Is
> there any ‘R' package or documentation that explains on this ?
>
Well I don't know about the "featurised" but googling on (you didn't do that?)
non-negativ
On Sat, 16 Jan 2016 04:45:58 + Ben Bolker wrote:
> Ranjan Maitra inbox.com> writes:
>
> >
> > On Fri, 15 Jan 2016 21:25:06 -0600 Ranjan Maitra
> inbox.com> wrote:
> >
> > > Hi,
> > >
> > > I wanted to install tikzDevices on a installation of
> > R (3.2.3) on a new machine. However, I a
Ranjan Maitra inbox.com> writes:
>
> On Fri, 15 Jan 2016 21:25:06 -0600 Ranjan Maitra
inbox.com> wrote:
>
> > Hi,
> >
> > I wanted to install tikzDevices on a installation of
> R (3.2.3) on a new machine. However, I am getting:
> >
> > > install.packages('tikzDevices')
> >
> > Warning mess
Hi,
I want to perform non-negative featurised Matrix factorisation in ‘R’. Is there
any ‘R' package or documentation that explains on this ?
Regards,
Sunny
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNSUBSCR
13 matches
Mail list logo