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.

32 results for “from:Evgenia”

Summing list with NA elements
Evgenia · May 4, 2012 · r-help

I have a list ( in my real problem a double list y[[1:24]][[1:15]] but I think the solution would be the same) m <- matrix(1:3, 3, 3) x <- list(m, m+3, m+6) and as...

LCA (e1071 package): error
Evgenia · Feb 16, 2009 · r-help

Before using lca, try data<-as.matrix(data). For example when I tried using lca " lca(LSAT,2,niter=100)" for known LSAT data (library ltm), I took error messages. But, when I use data<-as.matrix(LSAT) lca(data...

linear mixed models (PR#188)
Evgenia Dimitriadou · May 10, 1999 · r-devel

sorry for the bug report, but we had an older version of this library. On Mon, 10 May 1999 dimi@ci.tuwien.ac.at wrote: > in lmList ,lmList.formula and lmList.groupedData functions in help pages there is an argument...

Split a matrix for mixture distribution
Evgenia · Feb 24, 2008 · r-help

Hello, I have a matrix with 4000 rows and 8 columns with 1 and zeros Every 1000 rows comes for a different rule, f1,f2,f3,f4. 1 1 1 1 0 0 0 0 1 1 1 1 0...

Faster process for creating a matrix based on matrix element comparison
Evgenia · Oct 28, 2011 · r-help

I have matrix data data<-matrix(cbind(c(0,0,0),c(NA,0,1),c(1,1,1),c(0,1,1)),ncol=3) and I want to create a new matrix by checking each element of the data...

Function try and Results of a program
Evgenia · Sep 4, 2010 · r-help

Hello, users. Dear users, *******I have a function f to simulate data from a model (example below used only to show my problems) f<-function(n,mean1){ a<-matrix(rnorm(n, mean1 , sd = 1),ncol=5) b<-matrix(runif(n...

definition of meq at spg
Evgenia · May 30, 2011 · r-help

For my problem I have #Constraints b11<-0 b21<-0 b12<-0 b22<-0 n1>=0 n2>=0 n1<=1 n1<=1 n1+n2=1 In order to use spg I set Amat<-matrix(rbind(c(rep(0,10)),c...

Problems when Apply a script to a list
Evgenia · Aug 26, 2010 · r-help

Dear users, *******I have a function f to simulate data from a model (example below used only to show my problems) f<-function(n,mean1){ a<-matrix(rnorm(n, mean1 , sd = 1),ncol=5) b<-matrix(runif(n),ncol=5...

Export Results to a txt file applying a function to a list
Evgenia · Aug 31, 2010 · r-help

Dear users, *******I have a function f to simulate data from a model (example below used only to show my problem) f<-function(n,mean1){ a<-matrix(rnorm(n, mean1 , sd = 1),ncol=5) b<-matrix(runif(n),ncol=5...

library(qpcR) cbind.na
Evgenia · Nov 10, 2011 · r-help

I have windows 7 and below is information about R and loading library(qpcR) R version 2.9.1 (2009-06-26) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software...

assessing performance of a classfication method
Evgenia Dimitriadou · Mar 19, 2002 · r-help

if i understood right you want to match the class labels to the clustering labels. try matchClasses in library(e1071). best, -e On 19 Mar 2002, Allan Strand wrote: > Hi all, > > I have developed a routine to classify observations based...

fuzzy clustering in e1071
Evgenia Dimitriadou · Nov 30, 2001 · r-help

> > Could anybody indicate me a more general reference(s) > for e1071 functions on fuzzy classification that the articles > that are mentioned in the help? the references in the help pages *are* general, but if you need something like a book...

Can't find what you're looking for? Try searching with Google .