Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Dear R-users, What command do I need to use to detach a library? (without restart the R session). Thanks, Agus -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help...
Dear all, In FORTRAN we specify real*4 data type, what is the equivalence of this data type in R? is it single? Thanks, Agus Agus Salim PhD student Dept. of Statistics University College Cork Ireland Tel:353-21-4902197...
Dear all, I want to know if there is an equivalence command for R CMD build under windows? if there isn't such a thing? how could I make a release file (.tar.gz file) using windows OS? Thanks, Agus...
Hi! I have a variable with 5 categories and I want to create dummy variables for each category. Is there any quick way to do it in R? Thanks, Agus ------------------------ Agus Salim PhD student Dept. of Statistics University College Cork...
Dear all, Is it possible to call a FORTRAN subroutine which does file processing (open an input and write to an output file) using the .Fortran command. FYI, I am using R 1.1.1 for windows, Thanks, Agus Agus...
Thanks for everyone who answered my query. I put an extra line in AUTOEXEC.BAT to specify the R_HOME variable. And the Rdconv command works perfectly if I execute the AUTOEXEC from DOS prompt. However, if I execute the...
Dear R-users, I computed determinant of a square matrix "var.r" using the SVD output: detr _ 1 d _ svd(var.r)$d for (i in 1:length(d)) { detr _ detr*d[i] } print(detr) 30.20886 BUT when I...
Dear R-users, I am working with R 1.1.1 for windows and would like to convert some R documentation files (.Rd format) into LaTex format. I understand from "Writing R extension" that the BATCH file in the bin...
Dear R-users, I was doing simulation studies when the R session crashed and gave me the following message: RGUI caused an invalid page fault in module CRTDLL.DLL at 015f:7fc3c9da. Registers: EAX=00431b24 CS=015f EIP=7fc3c9da EFLGS...
You can use the "optim" command which came with R.1.0.0. type help(optim) for more details. Agus At 10:12 13/09/00 -0400, Heberto Ghezzo wrote: >Hi, I got a code from S that uses 'nlminb...
Dear R-users, I recently used factanal function in mva library to perform factor analysis. I notice that the function will give an error message that the log likelihood function is infinite whenever the observed covariance matrix is singular. This...
Hi! I made a DLL from fortran source code using MAKE command (I am working with R 1.0.0 under windows 98). But when I tried to call the wrapper function from inside R, it gave me the following...
Dear Mark, Thanks for your suggestion. > 1. The operating system you are using and the version number and > the latest service pack installed, kernel version, &c. I am working under Windows 98 ver [4.10.1998] > 2. The parameters used...
Hi R-users! I'm building R package using R 1.2.0 for windows. To check the completeness of the program I used the following command: from c:/rw1020/rw1020 cd src/library Rcmd check meanscore (# `meanscore' is the...
At 19:51 09/01/01 +0100, Peter Dalgaard BSA wrote: >Prof Brian D Ripley <ripley at stats.ox.ac.uk> writes: > >> On 9 Jan 2001, Peter Dalgaard BSA wrote: >> >> > Agus Salim <a.salim at ucc.ie> writes: >> > >> > > * creating meanscore...
Can't find what you're looking for? Try searching with Google .