similar to: : Update on R GUI's ??

Displaying 20 results from an estimated 2000 matches similar to: ": Update on R GUI's ??"

2002 Sep 17
1
ActiveTcl Version
Dear Tcl/Tk users, Will R work with the more recent version of ActiveTcl 8.4.0.1 or should I use ActiveTcl 8.3.4.3? Peter --------------------------------------------------------------- Peter Ho Departamento de Ci?ncias de Engenharia e Tecnologia Escola Superior de Tecnologia e Gest?o Instituto Polit?nico de Viana do Castelo Avenida do Atl?ntico- Apartado 574 4901-908 Viana do Castelo Email:
2001 Nov 10
0
Summary: Teaching with R a quick survey.
Hi I would like to start by thanking everyone that replied. Thank you for the information, and for the comments about how or why you use it and thankx for the encouragement re my talk.... Please note that I do not claim to have ellicited a reply from all users of R, this is a quick survey not a census. I have tried to break the responces down to the following categories: Where: (hopefully
2006 Nov 16
1
Problems with principal components analysis PCA with prcomp
Dear friends, I am beginning to use R software in my academic research and I'm having some problems regarding the use of PCA. I have a table with 24445 rows and 9 columns, and I used the function prcomp() to do the analysis. Working with an example?: x<-read.table("test.txt", header=T) row.names(x)<-x[,1] x<-x[,-1] require(stats) pca<-prcomp(x, scale=T) names(pca) ##
2003 Jan 14
3
PLS regression?
Hi all, I would like to do some QSAR analysis (quantitative structure activity relationship). I need to use some Partial Least Squares (PLS) regression, but I have not seen this option on the R-project. Is it possible to do this kind of regression on R? thank you in advance best regards, olivier [[alternate HTML version deleted]]
2002 Nov 02
2
Partial Least Squares
Hi everybody! Is there any package or functions to make Partial Least Squares analysis with R? Thanks a lot Luis -------------------------------------------- sapo.pt/kitadsl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2006 Nov 24
6
Rails 1.2 RC1 problem
Hi Have this helper method inside a sites_helper.rb module def distritos [ ['0', 'Todos'], ['1', 'Aveiro'], ['2', 'Beja'], ['3', 'Braga'], ['4', 'Brangança'], ['5', 'Castelo Branco'], ['6', 'Coimbra'], ['7',
2005 Aug 04
2
p-values
HI R-users, I am trying to repeat an example from Rayner and Best "A contingency table approach to nonparametric testing (Chapter 7, Ice cream example). In their book they calculate Durbin's statistic, D1, a dispersion statistics, D2, and a residual. P-values for each statistic is calculated from a chi-square distribution and also Monte Carlo p-values. I have found similar p-values
2000 Oct 11
1
Bug? (PR#690)
I don´t know if it is a bug, but what's wrong in the folloing (R version 1.1.1, August 15, 2000, under windows 98): > x<-matrix(nrow=10, ncol=2) > for (i in 1:10) + { + x[i][1]<-i + x[i][2]<-i^2 + } Warning messages: 1: number of items to replace is not a multiple of replacement length 2: number of items to replace is not a multiple of replacement length 3: number of items to
2019 Aug 06
3
Configuration help
Server type : - Ms Active Directoy - OpenLDAP - Lotus Domino - Other Connection type : - Standard LDAP - LDAP+SSL Authentication type : - Simple - Anonymous Le mar. 6 ao?t 2019 ? 11:49, Rowland penny via samba <samba at lists.samba.org> a ?crit : > On 06/08/2019 10:23, Guillaume Couvreur wrote: > > image.png > > I don't konw the query > > It will be something
2006 Mar 13
1
R GUI's on a Mac?
Folks: A question for R users on Macs. AFAIK, R's Tcl/TK tools allow one to build GUI interfaces to R's functionality across all platforms. My question: How well do the TK widget tools work on a Mac? More specifically, is there any extra difficulty or complication in porting such applications to a Mac? Is there any special requirement for the Mac OS or version? Any glitches that should
2024 Jun 03
1
R for Windows FAQ
Hi! How can I get older versions of R software? Thank you! -- *Rubiana Viana* Psic?loga e Mestra em Sociologia Pol?tica G?nero Ra?a e Direitos Humanos ? Pesquisa ? Projetos ? Cultura e Diversidade LinkedIn <https://www.linkedin.com/in/rubiana-viana/>| Portfolio <https://readymag.website/u2474224357/rubianaviana/> | Lattes <http://lattes.cnpq.br/1002116427542223>
2019 Aug 06
0
Configuration help
On 06/08/2019 10:23, Guillaume Couvreur wrote: > image.png > I don't konw the query It will be something like this: ldapsearch -x -D "Administrator at NTICO.TECH" -b "CN=Users,DC=ntico,DC=tech" -s sub -H ldap://10.20.0.51:3268 -wP4$$w0rd Only thing is, it is unlikely to work against a Samba AD DC ;-) What are the options for 'Server Type:',
2009 Oct 26
1
issue with levels of a factor after subsetting
Hi Second question in a day, i'm beginnning to feel incompetent... This time i'm having a weird problem, i'm importing the next data base: >car<-read.csv2("Historicos.csv") 'data.frame': 1818 obs. of 6 variables: $ Dpto : Factor w/ 11 levels "ANTIOQUIA","ATL?NTICO",..: 2 2 2 2 2 1 1 1 1 5 ... $ Rio : Factor w/ 43 levels
2019 Aug 06
5
Configuration help
Okay, it's done. Here is the file Le mar. 6 ao?t 2019 ? 10:55, Rowland penny via samba <samba at lists.samba.org> a ?crit : > On 06/08/2019 09:36, Guillaume Couvreur wrote: > > it doesn't work, here is the log file > > Nothing there, can you try raising the log level ? > > start by adding: > > log level = 4 > > to smb.conf and restart Samba and
2010 Mar 18
2
Reshape dataframe according to ordered variables
Dear all, I am still a R apprentice... Apologies for the basic question. I am trying to reshape a dataframe based on the order of two variables (a character variable and a numerical variable). To simplify it, consider the following dataframe > df<-data.frame(id=c("b","b","a","a","a"),ord=c(2,1,1,3,2)) id ord 1 b 2 2 b 1 3 a 1 4
2011 Sep 21
2
problem with function "Truncate" in package "distr"
Hello all, Can someone tell me why the following mixture of two log-normal distributions does not get truncated? What puzzles me is that the function works almost always, but for certain combinations (like the one below), it does not. # R code example library(distr) mix<-UnivarMixingDistribution(Lnorm(3.2,0.5),Lnorm(5.4,0.6),mixCoeff=c(0.3,0.7))
2010 Mar 19
2
Sequence of ordered variable to add as column
Hello all, As an example, consider the following dataframe > df<-data.frame(id=c("b","b","a","a","a"),ord=c(2,1,1,3,2)) > dates<-as.Date(c("02/27/92", "02/27/92", "01/14/92", "02/28/92", "02/01/92"),"%m/%d/%y") > df$dates<-dates which was ordered with >
2004 Apr 20
1
problems installing dcom98
Hello. For 2 days i've tryed to install ie6 and no sucess i cant install dcom98, and this is the reason: err:thunk:_loadthunk (W95INF16.DLL, w95thk_ThunkData16, W95INF32.DLL): Unable to load 'W95INF16.DLL', error 2 the file w95inf16 is present. after adding w95inf16.dll ~/.wine/config, the error is another: now it cant load keyboard.dll and setup.dll this is my cmd line:
2019 Aug 05
2
Configuration help
Hello everyone, I was able to successfully install and test Samba AD. But I'm having a problem with Google Cloud Directory Sync. In fact, I want my AD users to be automatically created on gsuite. When I configure my settings in GCDS, it does not seem to find my DN base. I did a lot of tests with Google support and they talked about an authentication security level issue. Have you ever had
2019 Aug 06
3
Configuration help
I can't find /etc/openldap/ldap.conf Le mar. 6 ao?t 2019 ? 10:16, Rowland penny via samba <samba at lists.samba.org> a ?crit : > On 06/08/2019 08:41, Guillaume Couvreur wrote: > > Distro : Debian 9 > > > > log samba and smb as attachments > > The log just tells me that samba_dnsupdate needs looking at. ;-) > > Try this: > > Add to the [global]