Displaying 20 results from an estimated 110 matches similar to: "choosing an appropriate linear model"
2008 Jun 06
6
Subsetting to unique values
I want to take the first row of each unique ID value from a data frame.
For instance
> ddTable <-
data.frame(Id=c(1,1,2,2),name=c("Paul","Joe","Bob","Larry"))
I want a dataset that is
Id Name
1 Paul
2 Bob
> unique(ddTable)
Will give me all 4 rows, and
> unique(ddTable$Id)
Will give me c(1,2), but not accompanied by the name column.
2011 Oct 12
1
getting data associated with coordinates in a spatial data frame
If I know the specific coordinate in a spatial data frame, how can I access the data at that coordinate?
My coordinates are labeled "x" and "y" in a data.frame "e". The data is in column "leachate".
I want to say, basically:
e$leachate@coordinates(2,3<mailto:e$leachate@coordinates(2,3>).
Thanks, Daniel
[[alternative HTML version deleted]]
2007 Feb 22
4
Modifying Apache Conf To Block Leachers
Howdy,
I''m using Apache 2.2 + Mongrel with great success, using the sample
configs from the Mongrel site.
We have some MP3s on the site and recently someone has been stealing
them and basically leaching them from the site, linking to them from
an off-site location.
I''ve been trying to modify my Apache conf to check the referrer and
adjust accordingly as below but no
2005 Mar 26
5
PCA - princomp can only be used with more units than variables
Hi all:
I am trying to do PCA on the following matrix.
N1 N2 A1 A2 B1 B2
gene_a 90 110 190 210 290 310
gene_b 190 210 390 410 590 610
gene_c 90 110 110 90 120 80
gene_d 200 100 400 90 600 200
>dataf<-read.table("matrix")
>
2007 Nov 16
1
graphics - line resolution/pixelation going from R to windows metafile
I have a recurring graphics issue that I've not been able to resolve with
R. If I make a series of regression estimates and then plot the estimated
function for the regression lines over a scatter plot of the data, e.g.,
using a sequence of plot( ) and lines ( ) similar to those below
2009 Aug 02
1
Competing Risks Regression with qualitative predictor with more than 2 categories
Hello,
I have a question regarding competing risk regression using cmprsk package (function crr()). I am using R2.9.1. How can I do to assess the effect of qualitative predictor (gg) with more than two categories (a,b,c) categorie c is the reference category. See above results, gg is considered like a ordered predictor !
Thank you for your help
Jan
> # simulated data to test
> set.seed(10)
2011 Apr 17
1
side by side histogram after splitting data by year
Hi everyone,
I'm looking to produce a side-by-side histogram of the number of trips
taken by jays with a particular number of acorns after accounting for
year (year "one" and year "two"). I know this involves indexing first
then creating a histogram but I'm not sure how I'd do this. I want to
explore the possibilities that jays are altering their strategies in
2006 Jan 30
5
File management!
Hi, I''m new to ROR. I was wondering how to:
1. Check if the file is being read/downloaded/....
2. Rename files
If you can help or point out any document that I need to read to
accomplish this, please do. Thanks a lot.
--
Posted via http://www.ruby-forum.com/.
2021 Jun 13
3
TLS support in NUT
On 6/13/21 3:36 PM, Jim Klimov via Nut-upsdev wrote:
> Haven't got many ideas on this today, preoccupied with other
> house-work, but can share a couple :)
>
> Regarding two implementations - I believe NSS and OpenSSL are licensed
> differently and/or are (initially were?) available non-overlapping on
> different OSes. A quick googling now showed that they both were
>
2012 Feb 14
3
[libvirt] Fail to import available VM image
On 02/14/2012 11:01 AM, Jun Koi wrote:
> On Tue, Feb 14, 2012 at 11:47 PM, Alex Jia <ajia at redhat.com> wrote:
>> Hi Jun,
>> I assume you haven't changed libvirt default URI, it may be a issue,
>> I want to know whether it works for you if you explicitly specify
>> --connect qemu:///system with virt-install? I think a root reason
>> probably is your disk
2011 Feb 07
1
Four paramete logistics.
Hi,
I have to do a four point logistics for a dataset. All I have is the
absorbance value for different proteins and need to get the four Point
values. I have no idea where to start.
Any suggestions would be much helpful.
Thanks
Ramya
--
View this message in context: http://r.789695.n4.nabble.com/Four-paramete-logistics-tp3265251p3265251.html
Sent from the R help mailing list archive at
2021 Jun 13
2
TLS support in NUT
On June 13, 2021 9:02:46 PM GMT+03:00, Tim Dawson <tadawson at tpcsvc.com> wrote:
>Let's not overlook the simple fact that a lot of deployments are behind
>secure firewalls, on secure networks, and on servers and lans that no
>users have access to (physical ormotherwise), and thus have negligible
>security requirements beyond what the environment already provides.
>Yes,
2000 Sep 17
1
Repeated Measures
Hi R Gurus,
I am more or less a beginner with R. I have searched your FAQ, manuals, and
the archives of this list for an answer to this question, unsuccessfully.
I commonly do analysis of chemical characteristics of soils, by depth
intervals (e.g. 0-100 mm, 100-200, 200-300, etc), comparing two soil
profiles that
have received some treatment (effluent). In Genstat I can handle this
problem
2005 Jul 27
2
NTLMv2 - wrong password with samba? (SOLVED)
I solved this issue by updating the 2003 AD Servers to SP1.
Regards,
Bob Bostwick
-----Original Message-----
From: Tim P [mailto:panterafreak@gmail.com]
Sent: Tuesday, July 26, 2005 10:18 AM
To: samba@lists.samba.org
Subject: [Samba] NTLMv2 - wrong password with samba?
I have samba 3.0.14-5 installed (installed via Fedora Core 4's Yum)
I have enabled "client NTLMv2 auth = yes" in
2008 Oct 17
0
Wine release 1.0.1
The Wine maintenance release 1.0.1 is now available.
This is a maintenance release from the 1.0 stable branch. It contains
only translation updates and small bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.0.1.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.0.1.tar.bz2
Binary packages for various
2019 May 10
18
[PATCH v2 0/8] vsock/virtio: optimizations to increase the throughput
While I was testing this new series (v2) I discovered an huge use of memory
and a memory leak in the virtio-vsock driver in the guest when I sent
1-byte packets to the guest.
These issues are present since the introduction of the virtio-vsock
driver. I added the patches 1 and 2 to fix them in this series in order
to better track the performance trends.
v1:
2019 May 10
18
[PATCH v2 0/8] vsock/virtio: optimizations to increase the throughput
While I was testing this new series (v2) I discovered an huge use of memory
and a memory leak in the virtio-vsock driver in the guest when I sent
1-byte packets to the guest.
These issues are present since the introduction of the virtio-vsock
driver. I added the patches 1 and 2 to fix them in this series in order
to better track the performance trends.
v1:
2009 Mar 21
0
object gstat
dear all i have this dataset: x,y, datavalue
> dati[,c(1,2,5)]
[,1] [,
2] [,3]
[1,] 2.386 3.077 1.740
[2,] 2.544 1.972 1.335
[3,] 2.807 3.347
1.610
[4,] 4.308 1.933 2.150
[5,] 4.383 1.081 1.565
[6,] 3.244 4.519
1.145
[7,] 3.925 3.785 0.894
[8,] 2.116 3.498 0.525
[9,] 1.842 0.989
0.240
[10,] 1.709 1.843 0.625
[11,] 3.800 4.578 3.873
[12,] 2.699 1.199
1.425
2015 Feb 04
2
Interpretación de coeficientes en un cox proportional hazards con variable strata
Buenas.
Abajo pongo la salida de un modelo de cox , dónde he estratificado por
una variable de país (Countryb) y por otra (Q6). Además hay interacción
entre la variable mobilityPDurG2 (es una variable 0,1, y 0 es la
categoría de referencia) país.
La categoría de referencia para país es "united kingdom".
Mi duda surge si quiero calcular el hazard ratio para los que tienen un
1
2011 Nov 23
1
How to explain interaction variable in Linear regression?
Hello everyone,
Recently, I faced a problem on explanatory of *Interaction variable* in
Linear Regression, could anyone give me some help on how to explain that?
the response variable Y is significantly correlated with *Interaction
variable X* which is consisted of Continuous predictor A and Categorical
predictor B. The Categorical predictor B has two factors B1 (value=1) and
B2 (value=0). The