similar to: curvilinear grid

Displaying 20 results from an estimated 200 matches similar to: "curvilinear grid"

2007 Dec 02
3
documenting yoru progress
Hello all: I have a function that writes a fairly elaborate report based on some survey data. For documentation and bookkeeping purposes, I'd like to write out in the report the function call that produced the report, or at least enough information to help me recreate the steps that led to that report. I've been generating all the reports with scripts, in order to be able to recreate
2007 Oct 15
1
avoiding a loop?
Hi All: I feel like there must be a slick R-native no-loop way to get the counts for the entries in a factor, but I'm unable to see how. Right now I'm doing this: hn.ent<-data.frame(rep(0,length(levels(hnf))), row.names=levels(hnf)) colnames(hn.ent)<-c("count") for (lev in levels(hnf)) { hn.ent[lev,"count"] <- sum(lev == hnf) } I'm sure there's a
2007 Nov 30
1
vector sprintf argument
Hello all: If I have a vector and a format, I want to do this: > A <- c(3,4,5) > F <- "Number: %d, %d, %d" > sprintf(F,A) This doesn't work because A isn't three arguments, it's just one. Is there a way to peel the vector members out of A so that sprintf can get at them? I would like to do this because I have a large set of variable-length data that
2007 Oct 10
3
simulated data using empirical distribution
Hello all: I'm sure this is a trivial request, but I'm still a beginner at this, and haven't been able to find it. I need to create simulated data based on some empirical distributions of a single variable. I've found R functions to help me simulate data based on analytical distributions, or to make simulations based on correlation matrices, but nothing so simple as what I need.
2007 Dec 20
1
data shape
Hello: I have been give a spreadsheet to work with formed as one big table. What it consists of is a 10-row-by-40-column table for each of about 70 different locations. In other words, the table row names are repeated 70 times, once for each of the locations (whose names also appear in the same column, where it's talking about the totals for that location), e.g.: A B C
2007 Nov 30
0
vector sprintf argument [SEC=UNCLASSIFIED]
Hi Tom, Try this: > G <- "Number: %s" > sprintf(G, toString(A)) [1] "Number: 3, 4, 5" Cheers Joe Joe Crombie Biosecurity and Information Sciences Bureau of Rural Science Canberra Australia p: +61 2 6272 5906 e: joe.crombie at brs.gov.au -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of
2012 Jul 10
1
RGL 3D curvilinear shapes
Dear useRs, I'm trying to simply fill in the area under a curve using RGL. Here' the set up: x <- c(0.75,75.75,150.75,225.75,300.75,375.75,450.75,525.75,600.75,675.75, 0.5,50.5,100.5,150.5,200.5,250.5,300.5,350.5,400.5,450.5, 0.25,25.25,50.25,75.25,100.25,125.25,150.25,175.25,200.25,225.25) y <- c(0.05,4.91,9.78,14.64,19.51,24.38,29.24,34.11,38.97,43.84,
2004 Jan 20
0
..You can be a ~Se-xxMachine~
adventurous burgundian rook elkhart butterball concave chaplin dustbin trout plane pedestal cinquefoil ely indigene choir curvilinear scald zing bramble braid cobol composition tripartite bust torpedo transverse marvin crestfallen troika molybdate aflame righteous aden diffusive lenin wilcox downright pittsburgh inflammable smear cathy orinoco
2005 Dec 08
0
Accounting for within family correlation in genetic analysis
I am hoping for help with a genetic analysis. I am trying to perform an analysis of the relation between genes at a given locus (rs2304795) and a phenotypic trait (zerotg). Multiple subjects are recruited from each family (and so share a part of their genome and are correlated). Family groups are identified by the variable FAMILY. For each subject multiple measurements are made of the trait of
2006 Dec 06
0
classifly 0.2.2
The classifly package uses rggobi to visualise classification boundaries in high-dimensions. Given p-dimensional training data containing d groups (the design space), a classification algorithm (classifier) predicts which group new data belongs to. Generally the input to these algorithms is high dimensional, and the boundaries between groups will be high dimensional and perhaps curvilinear or
2005 Sep 19
1
new samba install
we have been trying to move our samba box to a faster server, with better NICs, faster processor and more memory. both the old and new server are using samba 3.0.14A both on debian based distributions (old was sarge, new is breezy) here are the steps we followed: install samba from the apt archives. confermed that they were the same version. copied smb.conf from old server to new server. changed
2012 Jul 23
2
marginal effect lmer
Hi everybody, I try to calculate and display the marginal effect(s) in a hierarchical model using lmer. Here is my model: m1<- lmer(vote2011~ Catholic + Attendance+ logthreshold + West + Catholicproportion+ (Catholic * Catholicproportion) + (Attendance*Catholicproportion) + Catholicproportion?+ (Catholic *Catholicproportion?)+ (Attendance* Catholicproportion?) + (1 + Attendance+ Catholic
2012 Jan 23
2
model non-nested random effects in nlme library
Hello all, In lme4 if you want to model two non-nested random effects you code it like this: mod1 <- lmer(y~x + (1|randomvar1) + (1|randomvar2)) How would you go about to model something similar in nlme? In my database I have two variables for which I have repeated measures, lets call them "individual" and "year". But none of the "individuals" were measured in
2010 Mar 28
6
Coding of categorical variables for logistic regression?
Hello, I am trying to do a logistic regression and have one predictor variable (x) that is ratio and two predictor variables (y and z) that are categorical. These have three levels each which I have called "High", "Medium" and "Low". My question: do I need to use a numerical coding scheme for the categorical variables as required by some statistical software
2005 Jul 26
3
Melting TDM card
Yesterday FedEx brought me my new TDM400P with 4 FXS modules. I installed it (in the correct type PCI slot) , plugged in the power, and fired up the system. A few minutes later everyone in the office is complaining about something burning. I open the server again, and the top of the Digium card is black, slightly deformed, and looks and smells of melted plastic. The funny thing is.the card
2012 Jul 10
0
R-help Digest, Vol 113, Issue 13
http://www.ncbi.nlm.nih.gov/pubmed/21418051 for the full reference. I don't have an electronic copy, but I do have that issue of Biometrics in my office. I'll have a copy sent over. Terry On 07/10/2012 04:08 PM, r-help-request at r-project.org wrote: > Send R-help mailing list submissions to > r-help at r-project.org > > To subscribe or unsubscribe via the World Wide
2007 Apr 03
0
Mouse cursor problems in Windows DomU after installing ATI-driver fglrx to X11
Hallo, I run Xen 3.0.4.1 on Ubuntu 6.06 with Gnome desktop. I can start Windows as DomU without problems, everything works fine (w2k server32 bit or w2k3 server 64 bit). Because I use the notebook HP nx9420 which has a wide screen, I installed into X11 the driver fglrx which supports the given resolution mode 1680x1050. Now, with the new driver The Gnome
2009 Jan 19
0
Why does Guild Wars keep flashing and displaying horizontal bars after it is launched
Hi, I recently installed WINE on my computer. I checked if Guild Wars is compatible with WINE and it said it would work flawlessly. I installed Guild Wars through WINE then ran the game. When I launched the game all you can see is a deformed version of the game with horizontal bars flashing everywhere. I even installed my graphics card through the Hardware Drivers section in Ubuntu.Does anyone
2001 Aug 29
2
(not necessarily R-related) help with data presentation
I have a question which is not necessarily related to R. I want to use a distorted political map of the world with certain countries increased in size according to a certain variable (an idea similar to the homunculi usually found in psychology textbooks) to demonstrate the coverage of particular countries in a news service. Does anyone have any idea of how to approach this? I don't think
2009 Mar 22
4
L4D crashes reaching in-game, d3d_shader bug maybe?
Hi there, I'm running Ubuntu 8.04, 32-bit. Now using Wine 1.1.17 Using Ati binary driver 9.2 for x1600 series I'm experiencing problems with Left 4 Dead. Basically I have sound, and I can get to the main menu no problem using this command (which I found on http://www.youtube.com/watch?v=far0jjAlg24). Code: env WINEPREFIX="/home/xxxx/.wine" wine "C:\Program