similar to: GUI data browsers

Displaying 20 results from an estimated 5000 matches similar to: "GUI data browsers"

2004 May 05
5
cgi/servlets/httpd in R
Hi R-helpers Has anyone had any experience doing CGI or Servlets or using an httpd server in R? Context: we are interested in running dynamic demographic calculations on the internet (life tables, and such) in response to form submissions. I might do simple cgi to get started, but loading in data each time seems like it would be quite, quite slow. I have looked at Rserv, but I am most
2004 May 10
5
Gmane for list?
Hi all, I was wondering if I might subscribe this list to gmane.org, so I (and everyone else) might view and search in with a newsreader? Also--is there any way to get it indexed by google, maybe along with the r-help list (or is it already but I haven't found it)? Thanks for your consideration W
2004 Jun 03
3
printing tabular data nicely
Hi R-heplers, I would like to print various matrices, dataframes, tables, etc to files, preferably nicely formatted postscript for import into papers. Is there a way to do this? I know ?cat, ?writeLines, ?format, ?paste. But I am not sure of a good combination of these in order to get a nice looking table of information. Any ideas? I guess I want (almost) publication ready output, just
2004 May 28
5
vector normal to a plane
Hi All, (I have a degree in math, but I am too embarassed to ask my colleagues, so here goes:) I would like to get a vector normal (orthogonal) to a plane formed by two other vectors. In matlab I do this: v1 = [.4, .6, .8]; v2 = [.9, .7, .2]; nn = cross(v1,v2) (gives ~[-.48, .65, -.24] if I do R> cross(v1, v2), I get .94. Huh? Thanks for all your help, again. W
2016 Aug 26
2
samba-tool modifying AD
On Sat, 27 Aug 2016 08:33:02 +1200 Andrew Bartlett <abartlet at samba.org> wrote: > On Mon, 2016-08-22 at 09:21 +0100, Rowland Penny via samba wrote: > > On Mon, 22 Aug 2016 13:38:06 +1200 > > Andrew Bartlett via samba <samba at lists.samba.org> wrote: > > > > > > > > On Sat, 2016-08-20 at 18:29 -0700, David Bear via samba wrote: > > >
2003 Jun 17
1
help.start
Dear R experts, I would greatly appreciate your help with R's hypertext online documentation, which I can pass on to our system manager. We are running version 1.7 on sparc-sun-solaris2.9 using netscape7 browser for displaying the help. The system is working, but there are a few frustrating details that I hope might be fixed. Here are three problems we are having: 1. When the R session
2010 Aug 24
3
I have a question about the 389 ds
Hi ,all : I am a newbie to here and I also install the 389 ds in our company for managering all users account and passwd . Today , The boss asked me if the ds could set the users vnc screen geometry in the config file . Because the user's computer screen is not the same and have different geometries. If it could , then we were happy that can solve the user's vnc problem . Then , I
2017 May 24
1
Fwd: Samba 4.5.8-Debian User Profiles on NFS-Share
Hi, regarding to this problem I made some progress. After going back to Jessie, and samba 4.2.14 the following configuration works. Storage Client Wheezy 7.11) /etc/exports on nfs-server (version 1.2.6-4): /data/data 141.244.123.4(rw,sec=sys,async,no_root_squash,subtree_check) DC Version nfs-client: 1.2.8-9 Samba: Samba version 4.2.14-Debian profiles share on samba DC [profiles] # roaming
2004 Apr 28
1
label separators in boxplots with conditioning
Hi R-helpers, I have a data.frame with three columns (lots more reps though in each), like so: 'FOO' 'BAR' 'RESULT' 1 .01 75 1 .05 12 1.1 .01 100 1.1 .05 50 1.2 .01 75 1.2 .05 12 I am calling boxplot(RESULT ~ FOO:BAR, ...) This
2004 May 05
1
weirdness in sourc()ing a dump() (bug?)
Hi all, I dump the result of a long simulation, which I know has run to completion and returned a fairly complex list of lists of things. However, when I try to read it back in, I get the following error: > source ('../SIMULATIONS/run.1.R') Error in structure(list(do.extinction.runs, alpha = 1.8, delta.change = 0.005, : Object "do.extinction.runs" not found I think the
2004 Jul 01
1
PDF text strangeness (PR#7043)
Hi R-developers I have noticed a strange little bug/feature: I often create pdf's of plots, then edit them in Adobe Illustrator. Generally this works great, but whenever I have text that is aligned vertically (along the y-axis usually), the text is written out as lots of individual objects. When the text is horizontal (x-axis, other stuff), it is all one object. I would prefer one object
2017 Oct 09
6
PJSIP, NAT and STUN/ICE
I'm quite new to Asterisk and using Asterisk 13 on FreeBSD current. Asterisk is behind a NAT router, the physical setup is very much a trivial one. The Asterisk PBX is supposed to act as the telephone gateway for several VoIP/SIP phones. I'm using throughout pjsip as configuration, I have no experience with chan_sip since I started recently using Asterisk for several SoHo and lab's
2004 May 07
1
plotting planes and lines in wireframe()
Hi R-helpers I would like to plot some planes which are perpendicular to the x-y plane, such as x=y. Is there a way to do this in wireframe? I realize that I am not plotting a function of x, y since there are infinite number of z's that satisfy the above relation.... Hmm... Somewhat related, I would also like to plot a line in 3 d space... Finally, if you are feeling really brave, I
2004 May 10
4
"#!/usr/bin/R"
Hi all, Is there any documentation on running R like one would run a shell or Perl script, with out/input directed appropriately, environment variable access, and command switch processing? I looked some, and even remembered to check the FAQ, but couldn't find anything. Thanks W
2009 Oct 15
4
Generating a stochastic matrix with a specified second dominant eigenvalue
Hi, Given a positive integer N, and a real number \lambda such that 0 < \lambda < 1, I would like to generate an N by N stochastic matrix (a matrix with all the rows summing to 1), such that it has the second largest eigenvalue equal to \lambda (Note: the dominant eigenvalue of a stochastic matrix is 1). I don't care what the other eigenvalues are. The second eigenvalue is
2010 Nov 10
2
prcomp function
Hello, I have a short question about the prcomp function. First I cite the associated help page (help(prcomp)): "Value: ... SDEV the standard deviations of the principal components (i.e., the square roots of the eigenvalues of the covariance/correlation matrix, though the calculation is actually done with the singular values of the data matrix). ROTATION the matrix of variable loadings
1997 May 18
2
R-alpha: Eigenvalue Computation Query
I have been looking at the "eigen" function and have reintroduced the ability to compute (right) eigenvalues and vectors for non-symmetric matrices. I've also made "eigen" complex capable. The code is based on the eispack entry points RS, RG, CH, CG (which is what S appears to use too). The problem with both the S and R implementations is that they consume huge amounts
2009 Jul 22
3
How to list R object properties & save workspace?
Hi, I am new to R and have a couple of questions. I know how to list all objects (with ls()), but how to list all properties of them? For instance, I found function object.size(), but I would also like to know whether one object is a dataset or just one vector (variable) or even only one value, etc... And another question - how to save workspace to a custom location while running R? Is there
2009 Apr 24
1
the puzzle of eigenvector and eigenvalue
Dear all I am so glad the R can provide the efficient calculate about eigenvector and eigenvalue. However, i have some puzzle about the procedure of eigen. Fristly, what kind of procedue does the R utilize such that the eigen are obtained? For example, A=matrix(c(1,2,4,3),2,2) we can define the eigenvalue lamda, such as det | 1-lamda 4 | =0 | 2 3-lamda | then
2012 Mar 09
1
Eigenvalue calculation of sparse matrices
Dear all, I am currently working on the calculation of eigenvalues (and -vectors) of large matrices. Since these are mostly sparse matrices and I remember some specific functionalities in MATLAB for sparse matrices, I started a research how to optimize the calculation of eigenvalues of a sparse matrix. The function eigen itself works with the LAPACK library which has no special handling for