Displaying 20 results from an estimated 81 matches for "ttk".
Did you mean:
tt
2013 Feb 13
3
Correlation with p value
Dear all,
I have a data (bellow) and I want to make a correlation test with p-value
structure(list(Name = structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L,
1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L), .Label = c("CTJ",
"PKR", "TTK"), class = "factor"), score = c(86.4371428571428,
89.7028571428572, 87.728, 89.99, 89.42, 85.6914285714286, 82.256,
83.9942857142857, 86.4371428571429, 84.596, 84.74, 87.8771428571428,
83.12, 81.824, 88.5457142857143, 85.7171428571429, 84.902,
89.8828571428571,
91.5542857142857, 89.4...
2005 Jun 06
1
ip ru ls trouble
...nothing output, but sometime it
output correct info
root@prima:~# ip ru ls
root@prima:~# ip ru ls
root@prima:~# ip ru ls
root@prima:~# ip ru ls
root@prima:~# ip ru ls
root@prima:~# ip ru ls
root@prima:~# ip ru ls
root@prima:~# ip ru ls
0: from all lookup local
1000: from 81.4.240.10 lookup TTK
1100: from 217.106.18.62 lookup TCNN
2000: from all fwmark 0x80 lookup PROXY
2500: from 81.4.241.0/24 to 195.151.0.0/16 lookup TTK
.....
32766: from all lookup main
32767: from all lookup default
How I can fix that ?
2012 Aug 07
0
Trying to build up a user interface with the R tcltk package
...> <Tcl>
Eventhough, neither R nor tcl complain about the instruction, I don't get
the tk window. The tcltk program, stored in "smalltst.tcl", which, by the
way displays a simple tk window when run from tclsh, is as follows:
#! /usr/bin/tclsh
package require Tk
ttk::frame .c -padding "3 3 12 12"
ttk::frame .c.f -borderwidth 5 -relief sunken -width 200 -height 100
ttk::label .c.namelbl -text Name
grid .c -column 0 -row 0 -sticky nsew
grid .c.f -column 0 -row 0 -columnspan 3 -rowspan 2 -sticky nsew
grid .c.namelbl -column 3 -row 0...
2007 May 09
3
Removing a list of Objects
Hi,
I have a simple beginner's question on removing a list of
objects. Say I have objects C243.Daily1, C243.Daily2...C243.Daily5 in my
workspace. I'd like to remove these without using rm five times.
So I write.
> a <- list(paste("C243.Daily",sep="",1:5))
> rm(a)
Obviously this wouldn't work, as it would only remove the object a.
But is there any way
2008 Oct 27
1
ttkcombobox
Hi, all,
(sessionInfo at the end)
I've been struggling with the tcltk package and can't seem to get the
ttkcombobox to work. Here's an example:
library(tcltk)
p <- tktoplevel()
l <- tclVar()
## I don't know if I'm even calling it correctly
cb <- ttkcombobox(p, values = letters[1:4], textvariable = l)
tkpack(cb)
1. How do I know when the value of the combobox has been changed from,...
2006 Feb 15
1
power law
Dear list,
Does anyone know how to fit the power law distribution?
I have the empirical distribution and would like to check whether it fits
power law (with the power estimated from the data).
Any hints are appreciated
Best regards
Galina
[[alternative HTML version deleted]]
2006 Apr 20
1
sna package: how to import data in linked list format
Hello,
I have several "linked list" format network files that I'd like to read into R. Although I found a function to export files in .dl format, I could not find a function to read files in such format.
Is there any quick way to read linked-list format files into R?
Thank you very much.
Jorge Colazo
PhD Student
University of Western Ontario
[[alternative HTML version deleted]]
2006 Apr 22
1
subsetting from C code, do_subset
...t and one for the index.
I'm thinking of creating an enviroment, place the two SEXP's in it and then
just parse and run the corresponding R code, but there might be simpler
way...
Any hints are appreciated. Thanks,
Gabor
--
Csardi Gabor <csardi at rmki.kfki.hu> MTA RMKI, ELTE TTK
2006 Apr 23
1
sna package: how to use dataframes
Hi,
I an new to R and I realize this may be a silly question, but I searched the manuals and the list archives and can't find the answer.
When I read data from R I get a dataframe with labels for rows and columns. SNA however asks for pure adjacency matrices, and if I try to use the dataframe gives an error message.
What should do?
Thanks a lot
Jorge A. Colazo
U. of Western Ontario
2006 Apr 23
1
converting similarity matrix formats
Dear all,
I am using a program that generates similarity matrices in the following
non-redundant pairwise format.
a b 0.4
a c 0.5
a d 0.3
b c 0.9
b d 0.6
c d 0.2
matrix(c('a','a','a','b','b','c','b','c','d','c','d','d',.4,.5,.3,.9,.6,.2),byrow=F,nrow=6)
I would like to convert this to a
2006 Apr 28
1
displaying numbers not in scientific notation
Sorry for asking such a simple question, but I couldn't find the
answer through a search...
How can I get R to show me the values of estimates *not* in scientific notation?
When I use summary() after using lm() I am getting numbers like
4.485107e-01, when what I want to see is 0.4485....
Thanks,
Brian
2006 Jun 15
1
more function in R?
I'm an R newbie and I just have a simple question.
I'm using interactive R on a linux box and I'm trying to find out if there's
a more or a less function. The data I want to look at is larger then my
screen size and all I end up seeing is the last fews line of data. Is there
a way that I can paginate through the data and the results of my summary
functions?
thanks,
Heidi
2006 Jun 24
1
Rebuild private R package.
Hello!
Suppose I have my own R-package with long src/ subdirectory. If I edit
only one file from this directory what I have to do to make R recompile
only this file and resulting *.so library but not the all other source
files? It looks to me like the default behaviour has changed in R-2.3.1.
Thank you.
M.Kondrin
2006 Jun 29
2
R server
Hi,
I just installed R in Windows, it seems to me that R is a standalone
desktop application. Do you know if R has its server version which could
handle multi-users, have several distinct R sessions and their own
variables in Unix or Windows?
I saw OpenStatServer, RStatServer available, can those handle
multi-sessions?
Thanks
Mike
[[alternative HTML version deleted]]
2006 Aug 22
2
Rgraphviz installation Problem
Dear Robert,
Thanks for your time.
I have downloaded Rgraphviz (windows binary) from www.bioconductor.org
and put inside R2.3.0 library then i installed from the local zip
its says package 'graph' couldnot be loaded.
Am i doing the installation correctly? Still the new user.
Can you guide me sir?
JJ
--
Lecturer J. Joshua Thomas
KDU College Penang Campus
Research Student,
University
2006 Sep 09
1
clustering coefficient
Hi all,
I've been looking for a function that calculates "clustering coefficient" either Newman's or Wattson's.
I have found different functions to calculate different "cluster" but I haven't found yet anything for clustering coefficient, it might be under a different name.
Any ideas?
Cuau
---------------------------------
Get your email and more,
2007 Jan 25
2
Unable to install gtkDevice ...
Hello!
I am trying to install gtkDevice package, but without success. It is
complaining about:
* Installing *source* package 'gtkDevice' ...
checking for gtk-config... no
checking for gtk12-config... no
ERROR: Cannot find gtk-config.
I am using Ubuntu 6.06, and I cannot find that package in the
repositories. Is there a remedy of any kind? What can I do?
Best,
Petar M.
2007 Feb 08
2
Defining functions in separate file...
Hello, is it possible to define functions in a file, say, myfunctions.R,
and import them into R -- into the top-level namespace? I've seen in the
documentation that you can create packages, but this seems very
heavy-duty, as it requires me to createa subdirectory, and various other
files.
TIA
Martin
2007 Feb 22
1
how to install a package in R on a linux machine?
I downloaded the tar.gz file from r-project website (and saved it in a local
directory) and wish to use the package in R.
But I am not sure how to use the install.packages command. I tried a few
times and still couldn't figure out the correct way to install this package.
[[alternative HTML version deleted]]
2007 May 08
2
draw two plots on a single panel
Hi,
I have 2 dataset,
plot(data1)
plot(data2),
but it comes as two graphs, can I draw both on a single panel so I can
compare them?
Thanks
Pat