Displaying 20 results from an estimated 1000 matches similar to: "Package is not on the repository (PR#9450)"
2008 May 23
3
IDE
People,
I'm a ubunto user and I used to write my scipts in "Java Gui for R", but it
is a very slow tool to run my scripts...
Do you know some efficient IDE for R?
Thankssss!!!
Alexandra Almeida
--
Alexandra R M de Almeida
[[alternative HTML version deleted]]
2006 Jan 10
2
Obtaining the adjusted r-square given the regression coefficients
Hi people,
I want to obtain the adjusted r-square given a set of coefficients (without the intercept), and I don't know if there is a function that does it. Exist????????????????
I know that if you make a linear regression, you enter the dataset and have in "summary" the adjusted r-square. But this is calculated using the coefficients that R obtained,and I want other coefficients
2006 Feb 16
2
Reanding a windows file
Dear R users
Some one knows how to read a windows file with the adress like "D:\CSV\Work\test.csv" without change the "\" by "/" by myself?!
There is some function or parameter that read like the adress windows form.
I tried to search somethig to substitute the "\" by "/", but I don't find...
Thanks
Alexandra Almeida
Alexandra
2006 Jun 29
2
Biobass, SAGx, and Jonckheere-Terpstra test
Hi list,
I tried to load the package SAGx and failed because it complains it's
looking for the Biobass which is not there. Then I looked up the package
list and Biobass is not found.
I'm trying to run the Jonckheere-Terpstra test and from what I see in
the R archive, SAGx is the only place it's been implemented.
> library(SAGx)
Loading required package: multtest
Loading required
2012 Nov 01
2
Problem with lm
Hi,
I have a problem in relation with a packahe I made. It runs on my machine (Windows, where I made the package), and it runs in a Mac machine, but it does not run in another Mac machine with the same R version.
The part of the code is giving problems:
singleCosinor <- function(t, y, period=24) {
x1 <- cos(2 * pi * t / period)
x2 <- sin(2 * pi * t / period)
single <- lm (y ~
2006 Feb 16
1
Read a csv file
Dear R users,
I have 14 csv's files that I want read in R, but one of them I can't read (the others 13 don't bring me any problem), and I don't know the problem. I will report the subject of the csv that I can't read, one csv that don't have any problem to read and the script that I use to try do it.
CSV THAT I CAN'T READ:
*****************************
2006 Apr 27
1
Find a word
Dear R users,
I have the following problem: I have an array with pasted words and I woul like to know the position of the vector that have another especific word.
Let make an example:
This tis the array:
words.array<-c("RedBall","PinkBall","YellowTable","BlueBall")
And I would like to know the positions its (words.array) that have the word
2005 Sep 21
0
Problem with SAGx Library
Dear All:
I am a newbie to R and as such i am posting this request for help.
I am trying to use R to compute the "Calinski Harabasz (CH) Index ". The
CH Index is available in the library SAGx.
The version of R i am running is 2.2.1.
I have my data in a CSV format which i read into R using the
read.table() command. After the data has been read i am loading in the
"SAGx"
2006 Jan 26
1
Using special characters
Dear R users
I'm having problems in putting special characters (like 佱, 併, 佺 ) in my plots, as much in titles, as in axis names, as in legend...when I save them as a pdf document. They don't appear...
I don't know if it is because I'm using a linux platform...
The script is the following:
library(grDevices) jpeg(file="Fronteira/FronteiraNova.jpeg",
2013 Feb 26
1
Help with graphs in A4 size
Hi,
I need to generate complex graphics which have to be shown in the plot window but also in pdf file, and they must have A4 size. This is the reason why I use width=8.27 and heigth=11.69.
The problem is that I don't make it runs when I put something (text, lines, and so on) outside the plot region.
I mean if I run the following code, it works perfectly, because the text "My
2006 Jan 11
0
Obtaining the adjusted r-square given the regression coef ficients
Hello Alexandra,
R2 is only defined for regressions with intercept. See a decent econometrics
textbook for its derivation.
HTH,
Bernhard
-----Urspr??ngliche Nachricht-----
Von: Alexandra R. M. de Almeida [mailto:alexandrarma at yahoo.com.br]
Gesendet: Mittwoch, 11. Januar 2006 03:48
An: r-help at stat.math.ethz.ch
Betreff: [R] Obtaining the adjusted r-square given the regression
coefficients
2009 Jan 08
10
help
Hi:
I am going through some of the xtable examples and I can't make the one below work. I need to create a longtable on the fly keeping the column headers for all the pages and I thought this example could give some ideas on how to do it. I am using Sweave and xtable to create my tables and graphics. I wonder if someone could tell me what's wrong. Thanks
## Not run:
\begin{small}
2007 Feb 09
2
RE gap statistic in cluster analysis
Has anyone implemented Tibrishani's gap statistic in R or S plus? If so I would greatly appreciate the relevant script file.
Any help will be much appreciated
Kind regards
Dr Graham Leask
Economics and Strategy Group
Aston Business School
Aston University
Aston Triangle
Birmingham
B4 7ET
Tel: Direct line 0121 204 3150
email g.leask@aston.ac.uk
[[alternative HTML version deleted]]
2010 Mar 16
4
Windows 7 Issues
i have been trying to join my windows 7 machines in a samba domain, but it
aways fails.
I can join a windows 7 machine in a Samba domain. Then i have an error:
_netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting
auth request from client USER machine account USER$
But the machine joined. Then, when i will log in with an user, i cant do it,
and the same error is showed in the
2016 Sep 17
2
Problem Samba 4.5
I don't know if it is a coincidence, but, after add "dead time = 10" in my
smb.conf, my server is about 1 hour without increase de number of
processes...
tks!
2016-09-17 12:49 GMT-03:00 Jeremy Allison <jra at samba.org>:
> On Sat, Sep 17, 2016 at 12:19:16PM -0300, Edson Tadeu Almeida da Silveira
> via samba wrote:
> > Hi Guys!
> >
> > I've been
2014 Feb 27
2
[LLVMdev] Target Assembly Parser: Access to Reloc::Model
Hi Rafael,
Sure, the expansion of at least .cpload should be done in the Target ELFStreamer but AFAICS it doesn't solve my initial problem. MCCodeGenInfo is not created in tools where CodeGen isn't needed (llvm-mc) and it's still not possible to access the Relocation Model in MCObjectFileInfo from the target streamer (private member).
Am I missing something obvious ?
There are many
2009 Apr 22
4
plot confidence intervals as shaded band
Hi,
does anyone know how do I plot confidence intervals as a shaded band around a curve, rather than as errors bars?
many thanks,
ulisses.
[[alternative HTML version deleted]]
2003 Jul 22
6
variable names
Dear helpers
I want to use rpart several times in a loop to build a classification tree. My problem is that rpart needs a formula as argument and for that the variables need to have names and this doesn't happen in my case. Every iteration in the loop has a different dataset with several variables (ex. 38 or more) and so I can't type the names by hand every time. Is there any function
2017 Feb 08
6
kexec to syslinux
Is it possible to kexec to the syslinux interface, thus bypassing the
hw initialization?
What would be the kexec command?
kexec -l ??? --append=??? --initrd=???
TIA
Jorge Almeida
2006 May 09
3
remove Punctuation characters
Hi,
I want to remove all punctuation characters in a string. I was trying it use
a regular expressions but it doesn't work.
Here is a sample os what i want:
str <- 'ABD - remove de punct, and dot characters.'
str <- gsub('[:punct:]','',str)
str
"'ABD remove de punct and dot characters"
is there any function that do this kind of thing?
Thanks to