Displaying 10 results from an estimated 10 matches for "fridolin".
2006 Dec 19
3
configure help
...u after installation want to switch back,
you have to edit
<< myRdirectory\etc\Rprofile.site >>
and change the line
options(chmhelp=TRUE)
back to
options(chmhelp=FALSE)
It would be nice if -- in a future release -- this
also could be changed in the GUI settings.
Best,
Fridolin
--
Fridolin Wild, Institute for Information Systems and New Media,
Vienna University of Economics and Business Administration (WUW),
Augasse 2-6, A-1090 Wien, Austria
fon +43-1-31336-4488, fax +43-1-31336-746
2006 Oct 04
0
FW: new to R: don't understand errors
...lp to select the
files you want to work with (copy them to a different
directory or just return a list with the filenames of
the ones that are "good")? What should we do with other
sanitizing options (deleting urls from texts, deleting
short words, etc.)?
Hope, I could be of help,
Best,
Fridolin
--
Fridolin Wild, Institute for Information Systems and New Media,
Vienna University of Economics and Business Administration (WUW),
Augasse 2-6, A-1090 Wien, Austria
fon +43-1-31336-4488, fax +43-1-31336-746
2007 Mar 15
2
Cannot allocate vector size of... ?
Hello all,
I've been working with R & Fridolin Wild's lsa package a bit over the
past few months, but I'm still pretty much a novice. I have a lot of
files that I want to use to create a semantic space. When I begin to run
the initial textmatrix( ), it runs for about 3-4 hours and eventually
gives me an error. It's always "ERRO...
2005 Nov 08
0
sorting during xtabs? sorting by "individual" order?
...function?
To make an example of what I need: I need dtm2
to look exactly like this (doc-order is not important):
=>
docs
terms F3 F4
word2 1 1
word3 1 1
word4 0 0
word1 1 1
Can anybody help me?
Best,
Fridolin
--
Fridolin Wild, Institute for Information Systems and New Media,
Vienna University of Economics and Business Administration (WUW),
Augasse 2-6, A-1090 Wien, Austria
fon +43-1-31336-4488, fax +43-1-31336-746
2012 Aug 27
3
Changing entries of column of type "factor"/Adding a new level to a factor
What is a smart way to change an entry inside a column of a dataframe or
matrix which is of type "factor"?
Here is my script incl. input data:
> #set working directory:
> setwd("K:/R")
>
> #read in data:
> input<-read.table("Exampleinput.txt", sep="\t", header=TRUE)
>
> #check data:
> input
Ind M1 M2 M3
1 1
2012 Aug 08
3
help, please! matrix operations inside 3 nested loops
hello, this is my script:
#1) read in data:
daten<-read.table('K:/Analysen/STRUCTURE/input_STRUCTURE_tab_excl_5_282_559.txt',
header=TRUE, sep="\t")
daten<-as.matrix(daten)
#2) create empty matrix:
indxind<-matrix(nrow=617, ncol=617)
indxind[1:20,1:19]
#3) compare cells to each other, score:
for (s in 3:34) { #walks though the matrix colum by colum, starting at
2006 Oct 03
1
new to R: don't understand errors
Hello all,
I'm brand new to the use of R, and I'm trying to quickly learning the
rudiments for a couple of projects here at work. I'm working with the
lsa package and trying to generate various semantic spaces. I seem to do
well with small collections of clean text files, but now that I am
trying to work with larger collections of less than perfection files,
I'm getting errors
2009 Jan 11
2
problems installing package XML to a computer without an internet connection
Hello,
I am hoping for some advice regarding how I can install the XML
package which I require to run package tm.
Normally I would use the install package option, however, I have to
install the packages to a laptop running XP. The laptop does not have
an internet connection.
Firstly I tried the file - XML_1.99-0.tar.gz . Below is the error I received
Error in gzfile(file, "r") :
2011 May 31
2
Text Summarization
Is there a text mining/ NLP package in R that could do text summarization?
For example, take a huge text as input and provide a summary of the text.
In package tm, summarization is defined more as high frequency terms which
is not what I want. I actually want a summary of what is present in the huge
volume of text.
Any help on a R package would be helpful. Thank you.
Ravi
--
View this message
2012 Sep 07
0
Error when using s.multinom() of the ade4 package - %PCA and MCOA
Hello,
I am working with s.multinom() from the ade4package. I tried to plot the
results of my %PCA (via the function dudi.pca()) followed by a MCOA
(mcoa()). But when I give my variables to s.multinom() I get the following
Error message:
Error in FUN(1:14[[1L]], ...) : number 1 profile without data
I know that it has to do with one (or two?) of the first arguments
(kpca,sglmarkerfrq) but I just