Displaying 11 results from an estimated 11 matches for "20packages".
Did you mean:
02packages
2008 Feb 20
0
New Package 'JM' for the Joint Modelling of Longitudinal and Survival Data
...ial Laplace approximation method is
applied. The last option is more suitable for high-dimensional random
effects vectors, when e.g., modelling nonlinear subject-specific
trajectories with splines or high-order polynomials.
Sample analyses can be found at:
http://student.kuleuven.be/~m0390867/R%20packages%20&%20Computing/R%20Packages/pbc.R,
and
http://student.kuleuven.be/~m0390867/R%20packages%20&%20Computing/R%20Packages/aids.R
Any kind of feedback (questions, suggestions, bug-reports, etc.) is
more than welcome.
Best,
Dimitris
----
Dimitris Rizopoulos
Biostatistical Centre
School of P...
2008 Feb 20
0
New Package 'JM' for the Joint Modelling of Longitudinal and Survival Data
...ial Laplace approximation method is
applied. The last option is more suitable for high-dimensional random
effects vectors, when e.g., modelling nonlinear subject-specific
trajectories with splines or high-order polynomials.
Sample analyses can be found at:
http://student.kuleuven.be/~m0390867/R%20packages%20&%20Computing/R%20Packages/pbc.R,
and
http://student.kuleuven.be/~m0390867/R%20packages%20&%20Computing/R%20Packages/aids.R
Any kind of feedback (questions, suggestions, bug-reports, etc.) is
more than welcome.
Best,
Dimitris
----
Dimitris Rizopoulos
Biostatistical Centre
School of P...
2001 Jul 06
1
installing tree pkg on linux
I am having trouble installing the tree package on linux.
I followed all the steps in section 5.2 of the FAQ
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html#How%20can%20add-on%20packages%20be%20installed%3f
In particular, I typed 'R CMD INSTALL -l /home/cs/murphyk/R
tree_1.0-2.tar.gz'. This created the files 'LibIndex', 'R.css' and a
subdirectory called 'tree'.
I then created a ~/.Renviron file with the line
'R_LIBS="/home/cs/murphyk/R&qu...
2009 Aug 03
12
Nothing loads in wine?
I thought that I would be able to use Wine to play TF2 in Fedora 11, so I used this guide to install steam:
http://fedorasolved.org/gaming-solutions/installing-steam-using-wine
Steam appeared to be working fine, so I downloaded some games (TF2 and CS:S),
When they were done downloading, I tried to play one, and the "Preparing to launch TF2" box came up. So I waited for a few seconds and
2010 Dec 20
3
Can't play any games
Hi,
I can run any software that doesn't use grapphics like games, but games doesn't run.
There's no error when launching by console, just a fixme related to timezone, and the window with nothing inside, I can't even close it.
My distribution is slackware 13.1 64 bits, my wine is the 1.3.9, same problem with the stable release.
I think it's a problem related directx, but I
2011 Dec 25
1
Slackware 13.37 wine package broken
It seems that the official packages for Slackware have problems.
I installed one of these and tried running some games - they dont start!
After compiling my own version on a 32bit environment, I could not start winecfg, it complained about $HOME/.wine made for a 64bit version of wine.
Can someone please check this? The package is pretty useless if its not true 32bit. Strange thing is, that the
2001 Mar 06
3
Bootstrapping on R
Does R have a bootstrap command like SPlus, or do we have to form our
own code if we want to do bootstrapping in R?
Jason Parcon
Western Michigan University
e-mail addresses: s0parcon at wmich.edu
parcon at stat.wmich.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2004 Mar 11
5
Receiver Operator Characteristic curve
Dear R-helpers:
I want to calculate area under a Receiver Operator Characteristic curve. Where can I find related functions?
Thank you in advance
Xiao
2003 Aug 07
5
gregmisc
Hi
How do I install "gregmisc" packages?
I did-
% sudo R
> install.packages("gregmisc")
.
.
> barplot2()
but,
Error: couldn't find function "barplot2"
--
atuya
Mac OSX 10.2.6
R 1.7.1
2008 Apr 07
5
How to pack my stuff into a package (library, collection)?
Hello,
I am new useR, I have written some functions, which I currently use by
"source"-ing them from the files.
That's OK, but when I my functions start counting in the tens and
hundreds I'd be glad to be able to type
"help.search("my_obscure_fun")" and get a sensible reply. I also want
to be able to load them as a package at startup and not have to
2005 Jul 21
2
The steps of building library in R 2.1.1
Dear All,
With the warm support of every R expert, I have built my R library successfully.
Especially thanks: Duncan Murdoch
Gabor Grothendieck
Henrik Bengtsson
Uwe Ligges
Without your help, I will lower efficiency.
I noticed that some other friends were puzzled by the method of building library. Now, I organize a document about it. Hoping it can help more friends.
1. Read