similar to: [OT]Example Data for Non-statisticians

Displaying 20 results from an estimated 1300 matches similar to: "[OT]Example Data for Non-statisticians"

2004 Nov 04
3
Finding out the number of times a loop has run
Hi, Suppose I have: for(i in 1:100000) rnorm(100000) (just a fake example, as my actual example is too long) Is it possible to get the loop to print out i each time it has run? Something like: for(i in 1:100000) { print(i) rnorm(100000) } will only print i after the loop is completed. But if I want to print out i whenever it re-enters the loop, is it possible (so I know how
2004 Sep 02
0
Two xtable Questions
Hi, These are two problems I've never seen when I used xtable() before... R 1.9.1 for Windows XP, xtable version 1.2-3: > final.df Loci Chr Marker Position P.values Deviance DF 1 Idd5 1 D1Mit181 42.6 0.0011 103.21 78 2 Idd6/19/20 6 D6Mit374 66.7 0.0014 104.29 78 3 Idd13 2 D2Mit490 64.5 0.0025 97.83 78 4
2004 Oct 28
1
gsub() on Matrix
Hi, Suppose I've got a matrix, and the first few elements look like "x1 + x3 + x4 + x5 + x1:x3 + x1:x4" "x1 + x2 + x3 + x5 + x1:x2 + x1:x5" "x1 + x3 + x4 + x5 + x1:x3 + x1:x5" and so on (have got terms from x1 ~ x14). If I want to replace all the x1 with i7, all x2 with i14, all x3 with i13, for example. Is there an easy way? I tried to put what I want
2004 Sep 20
1
Using eval() more efficiently?
Hi, Suppose I have a vector: > names.select [1] "Idd13" "Idd14" "Idd8.12" "Idd7" automatically generated by some selection criteria. Now, if I have a data frame with many variables, of which the variables in "names.select" are also variables from the data frame. e.g. > all.df[1:5,] Mouse Idd5 Idd6.19.20 Idd13 Idd14 Idd8.12
2010 Feb 19
1
directmedia/canreinvite/native bridging question
I've got several SIP clients with dynamic IP addresses Asterisk has one public and one private IP address SIP clients might connect to Asterisk from either the internet or the private network (192.168.1.255) - they're portable By default, directmedia/canreinvite is enabled and Asterisk sets up direct media connections between clients. In this case clients on the internet can make calls
2008 Feb 26
2
[LLVMdev] Slight troubles following "Getting Started" instructions
Hi, Am Dienstag, den 26.02.2008, 14:01 -0800 schrieb Tanya M. Lattner: > I can move the llvm-gcc4.2 source code up in the list if people think this > is better... but the binaries will still be first and should be. Just make it consistent so people who don't know their way around yet can quickly find what they're looking for. I agree that binaries should be first if they should
2005 Feb 19
1
Comment on loadURL: should default to mode="wb"
So the help for loadURL says: 'loadURL' is a convenience wrapper which downloads a file, loads it and deletes the downloaded copy. Trying to load an rda file on Windows (XP, R-devel) I was surprised when I received an error about input being corrupted with LF replaced by CR. The fix was to specify mode="wb" to loadURL. This gets passed to download.file and the right
2024 Jan 09
4
Truncated plots
Hello As a postgrad I have been helping an undergraduate student with R coding but she has a problem with R studio on her laptop which I can't fix - basically when she runs a plot it appears without a y axis label with the black line plot frame hard against the plot window and the bottom of the plot, where you would expect to see the horizontal axis and the x axis label etc is completely
2004 May 10
1
problem with loadURL -- claims newer version used
Dear list, I am trying to prepare a handout showing how to use R for factor analysis. As part of the exercise I want to save a correlation matrix on a tutorial web page. I can save with no problem (saving locally and then transferring to the web site). Although I can load() the local file, I am having problems getting loadURL to read the remote file. I have tried saving it as an ascii
2008 Feb 26
0
[LLVMdev] Slight troubles following "Getting Started" instructions
> I plan to run the test suite, just to establish a known baseline (this > is an amd64 machine, and things tend to be a bit less well-polished than > on stock x86 installations). > Does it make sense to > * first run the test suite with the binaries, > * compile llvm-gcc from sources, > * run the test suite again with the recompiled binaries? What do you plan to use this
2011 Jun 26
2
Issue with dataset inclusion in CRAN packages
I was glad to see the new rpart.plot package by Stephen Milborrow. I was however a bit concerned that Stephen distributed a dataset I created, and renamed the dataset (from titanic3 to ptitanic) in the process [with some justification, as some variables were omitted]. Fortunately Stephen included the script he used to download the dataset from our web site, and gave full credit to us. What
2009 Mar 12
3
ATCom Phones - AT 510/AT530
Anyone here used these phones? I'm getting more and more frustrated by todays modern crop of routers with their so-called SIP ALGs which are invariably broken, or routers with built-in ATAs which block internal SIP phones from working, so looking to use IAX for some end-users. I already support it for people who want to use (eg) Zoiper and use IAX a lot to plumb boxes together, but never
2003 Apr 08
1
truncated poisson in glm / glmmPQL
Hi I'm a postgrad in ecology, and have recently started to use R. I'm planning to model various sets of animal abundance (i.e. count) data in relation to habitat data using glm's and/or glmmPQL's. However, some of my potential response variables have many zeros. From what I gather the "family = ..." option in the command line does not allow for the direct
2012 Sep 24
3
List creation based on matrix
Hi guys, It would be great if you could help me with this one... I'm looking to create a script to convert a matrix of species abundance e.g: <http://r.789695.n4.nabble.com/file/n4643978/species_matrix.jpg> into two vectors e.g: <http://r.789695.n4.nabble.com/file/n4643978/communitylist.jpg> ---------------- If you feel there is no easy answer to this and that it would be
2010 Nov 15
1
Version 2.12.0 exe file
I have R version 2.9.1 on my computer and the anlaysis is not working because I need to update to R version 2.12.0 the latest release. The person incharge of IT tried to download R version 2.12.0 but .exe file referenced in install isn't there - What might we be doing wrong? We have downloaded as tar.gz, uncompress then look for .exe file but not present. Many thanks, Morris
2008 Feb 26
2
[LLVMdev] Slight troubles following "Getting Started" instructions
Just for whoever it maintaining the "Getting Started" instructions at http://llvm.org/docs/GettingStarted.html : The page is missing a link to the download section. Returning to the main page at http://llvm.org/ , I found the Site Map, checked it - and didn't see the download link (well, it's sitting right below, but there's so much text on that page that I simply overlooked
2005 Nov 10
1
Help regarding mas5 normalization
Hello everybody, I am trying to use mas5 to normalize some array data and using mas5 and mas5calls. But I received these warning message. If anybody can explain the problem I would really appreciate that. Thanks in advance. background correction: mas PM/MM correction : mas expression values: mas background correcting...Warning message: 'loadURL' is deprecated. Use 'load(url())'
2002 Jul 16
2
ANOVA-like tests of geometrically-distributed data
I have a statistical problem which has given me no end of grief recently, and am posting here in the hope that somebody can give me a straight answer. I'm a IT postgrad, not a statistician, so people may have to speak really slowly and clearly for me to get it :) I am collecting simulation data, and the results are geometrically distributed (or approximately so). From what I can gather
2008 Feb 26
0
[LLVMdev] Slight troubles following "Getting Started" instructions
> The page is missing a link to the download section. Returning to the > main page at http://llvm.org/ , I found the Site Map, checked it - and > didn't see the download link (well, it's sitting right below, but > there's so much text on that page that I simply overlooked it). You are right that its missing from the getting started guide. I'll add it. > The
2015 Jan 28
2
Re: redistribute virtual machines from vps hosting to end users
2015-01-28 12:47 GMT+03:00 Kashyap Chamarthy <kchamart@redhat.com>: > I don't have immediate steps with `virt-manager` as I don't use it much > in my workflow. But if you have users who're comfortable with CLI, you > can import disk images into libvirt (and which will also be accessible > via `virt-manager`) tribvially: > > $ virt-install --name f21vm --ram