Skip to content

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.

15 results for “from:Agus Salim”

how to detach a library?
Agus Salim · Sep 5, 2000 · r-help

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...

Real data type in FORTRAN
Agus Salim · Nov 8, 2000 · r-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...

Using --R CMD build-- command under windows
Agus Salim · Jun 19, 2000 · r-help

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...

How to create indicator variable in R?
Agus Salim · Oct 3, 2000 · r-help

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...

file processing with a FORTRAN subroutine
Agus Salim · Nov 9, 2000 · r-help

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...

How to convert .Rd format in windows
Agus Salim · Oct 20, 2000 · r-help

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...

COMPUTING DETERMINANT FROM SVD
Agus Salim · May 19, 2001 · r-help

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...

How to convert .Rd format in windows
Agus Salim · Oct 19, 2000 · r-help

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...

R.1.0.0 crashed
Agus Salim · Oct 9, 2000 · r-help

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...

minimization
Agus Salim · Sep 13, 2000 · r-help

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...

factanal doesn't work with singular covariance matrix?
Agus Salim · Jan 11, 2002 · r-help

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...

Building DLL file from fortran
Agus Salim · Jun 26, 2000 · r-help

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...

R.1.0.0 crashed
Agus Salim · Oct 11, 2000 · r-help

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...

problem with Rcmd check
Agus Salim · Jan 9, 2001 · r-help

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...

problem with Rcmd check
Agus Salim · Jan 10, 2001 · r-help

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 .