similar to: Regression model type II

Displaying 20 results from an estimated 300 matches similar to: "Regression model type II"

2006 Apr 20
1
S4 objects with list of objects as slots: how to subset?
Hello, I don't manage to see if you have already focussed on this point in some previous messages so I post my question: I have a little problem with the S4 style of programming. I tried to formalize my question: please consider the following example that you can run I think: #------------------ setClass("my.class1", representation( my.list =
2002 Jun 11
1
ATLAS & R unser Windows
Hi, In rw-FAQ, there is a paragraph about optimizing R by using a fast ATLAS library in place of the standard BLAS. It says: "BLAS support is supplied by the single DLL `R_HOME\bin\Rblas.dll', and you can add a fast BLAS just by replacing that." Do I need to recompile the whole R with the option `USE_ATLAS = YES', or is it possible to compile only Rblas.dll on each separate
2002 Jun 11
1
How to convert R help files to Splus 6 Help?
Hi, Is it any way to convert .Rd files to CHTML Splus 6 files under Windows? Thanks, Philippe Grosjean ...........]<(({?<...............<?}))><............................... ( ( ( ( ( ) ) ) ) ) Philippe Grosjean ( ( ( ( ( ) ) ) ) ) IFREMER Nantes - DEL/AO ( ( ( ( ( rue de l'Ile d'Yeu, BP 21105, 44311 Nantes Cedex 3 ) ) ) ) ) tel: (33) 02.40.37.42.29, fax: (33)
2006 Jun 16
0
a method to trim composite objects?
dear R users, please, consider the following code you may run: setClass("my.class1", representation( my.list = "list", my.array1 = "array"), prototype=prototype( my.list =list(), my.array1 =array(0,c(3,3,3)) )) #------------------
2002 Dec 12
2
t-test bootstrap versus permutation question
Hi, I have a little problem that puzzles me about contradictory results returned by a bootstraped t-test (as in MASS 3rd ed p. 146) versus a permutation t-test (as in MASS 3rd ed, p 147). Data are measurements done on 100 cells in 9 slides of fish blood. With one method, cells are randomly sampled, and with the other method, the operator selects cells arbitrarily (in a way it is done usually
2002 Oct 11
0
RE: [R-gui] NEdit Highligth patterns for R
Hi I agree with your comments and of course you identifie the problems regarding the implementation of your suggestions. Of course we'd need bidireccional communication to implement it. I think it's impossible to do it statically. What I want with NEdit is a very ligth editor (which jedit is not) that highlights the most important language syntax, so that It becomes easier to write
2006 Apr 24
1
Problem with the cluster package
Hi everybody, I want to use the cluster package (Cluster Analysis Extended Rousseeuw et al.). I downloaded it from the CRAN and installed it on my linux system (fedora core 4). All seemed to be allright. But when trying to launch examples, I obtained the following message : > library(cluster) > data(votes.repub) > agn1 <- agnes(votes.repub, metric = "manhattan",
2002 Sep 02
1
formula for a mixed model ANOVA
Hi, I am not very familiar with complex ANOVA, so, I am not sure about the formula to use with aov() in this particular case. Could someone help me? Here is my data. I have an unbalanced plan with 4 factors: "Site", "Sex", "Age" and "Individual". "Site" is a 5-level fixed factor; "Sex" is of course a 2-levels fixed factor, as is
2002 Jun 12
3
How does R compares for speed?
Hi, For those who are interested, I have update my R benchmark (to version 1.5.0) and also to Splus 6. They are available at: http://www.sciviews.org/other/benchmark.htm. A comparison is made between Matlab (5.3 & 6), R 1.5.0, Splus 6 rel 2, O-Matrix 5.1, Octave 2.1.31, Scilab 2.6, Rlab 2.1 and OX 3.00 under Windows 2000 pro. Overall, R is not the fastest package, but it is one of the
2007 Jan 16
0
nlme : convergence problem and other errors
Dear R-user, I am trying to use the R "nlme" function to fit a non linear mixed effects model. The model I wand to fit is an individual somatic growth model with 4 parameters. For all parameters both fixed and random effects have to be estimated, as well as their covariance matrix (see the formula bellow). The data are simulated with the same growth model as in the nlme, with know
2002 Oct 09
0
R 1.6.0 benchmark with and without optimized ATLAS
Hello, I am updating my benchmark (http://www.sciviews.org/other/benchmark.htm) to recent versions of data analysis software (including R 1.6.0 and Splus 6.1), and I now run it on a Pentium IV instead of the old Celeron 500 Mhz that candidates for retirement. I test R under Windows Xp pro with and without optimized BLAS. I use the optimized Rblas.dll for P4 found on CRAN. Here are the results.
2002 Oct 20
0
Interrupt calc/buffer output of R under Windows
Hi all, I want maximum control of R, including calculation / buffer output interruption. With Rgui, pressing ESC interrupt both calculation and buffer output. However, with Rterm, ctrl-c works only in calculation, but does not interrupt buffer output: with: i <- 1 while (i > 0) i <- i + 1 which runs an infinite loop, pressing ctrl-c interrupt it. OK. But: rnorm(1000000) is not
2002 Nov 29
0
R GUI development mailing list
We would like to announce the existence of a Special Interest Group in GUI development for R (R-SIG-GUI). This mailing list discusses issues concerning the development of graphical user interfaces for R, especially platform independent ones. It is a complementary tool to the R GUI web pages (http://www.r-project.org/GUI) that exist since July 2002. Best Regards, Philippe Grosjean
2002 Nov 29
0
R GUI development mailing list
We would like to announce the existence of a Special Interest Group in GUI development for R (R-SIG-GUI). This mailing list discusses issues concerning the development of graphical user interfaces for R, especially platform independent ones. It is a complementary tool to the R GUI web pages (http://www.r-project.org/GUI) that exist since July 2002. Best Regards, Philippe Grosjean
2006 Jul 18
2
R-2.3.1.tar.gz does not contain VR bundle (PR#9084)
Full_Name: Jarno Tuimala Version: 2.3.1 OS: Solaris / Linux Submission from: (NULL) (193.166.2.98) Today I downloaded the latest source code release R-2.3.1.tar.gz, and it seems not to contain the VR bundle. After running ./configure I get the following error message: checking for recommended packages... ./src/library/Recommended/VR_*.tar.gz: No such file or directory no configure: error: Some
2002 Jul 01
1
GUIs (for teaching)
Sorry for entering late in the thread, but I was absent last week. I am developping an alternate GUI for R (and also Splus, Octave, Scilab, Matlab, Ox & Mathematica). The project started 3 years ago, but it is progressing slowly, since I am currently the only developer on the project and had to do it during my extra time. Now, it is going a little faster because I got some time and money
2002 Oct 28
1
no automatic updates of packages with major version change
>We (Kurt Hornik, Brian Ripley & I) want to propose the following >change to the automatic package updating mechanisms of R: A major >version number change of a package will by default disable the >automatic updating of packages, because the interface of the package >might have changed and hence old code might not run anymore. >... >We want to define a "major
2010 Nov 10
2
force apply not to drop the dimensions of FUN results ?
Dear R users, Here is my problem: I have an array with at least four dimensions: > dim(myArray) [1] 20 17 3 6 I'd like to apply a function to each occurrence of the matrix (3x6) defined by the last two dimensions. This interpolation function always return a matrix of the same dimensions as its argument: > interpSecteurs.f(myArray[1, 1, , ]) secteur rotation 1 2 3
2020 Nov 18
2
samba / debian 10 / security=ads
Hi all I'm looking for some help on winbind/idmap for a new host The debian version is new on this host : debian 10 buster so samba is > root at homedir10:~# samba --version > Version 4.9.5-Debian We want to use security=ads so we join this host to the domain No problem for windows clients : they can mount shares that are accessible to their primary unix group and secondary unix
2008 Feb 21
2
triangle.plot - change the axes orientation
Hello, I need to chenge axes orirentation in triangle plot. (function triangle.plot in ade4 package) I want to plot elasticities of some species in demographic triangle, where axes values commnly increace "clockwise". If some better imangination is needed, see http://www.open.ac.uk/science/biosci/personalpages/j.silvertown/pdfs/Silvertown%20et%20al.%201993.pdf I am sorry if I just