Displaying 20 results from an estimated 300 matches similar to: "Question about rank() function"
2009 Aug 21
1
Possible bug with lrm.fit in Design Library
Hi,
I've come across a strange error when using the lrm.fit function and the
subsequent predict function.
The model is created very quickly and can be verified by printing it on
the console. Everything looks good. (In fact, the performance measures
are rather nice.)
Then, I want to use the model to predict some values. I get the
following error: "fit was not created by a Design
2010 Feb 13
2
lm function in R
Hello,
I am trying to learn how to perform Multiple Regression Analysis in R. I
decided to take a simple example given in this PDF:
http://www.utdallas.edu/~herve/abdi-prc-pretty.pdf
I created a small CSV called, students.csv that contains the following data:
s1 14 4 1
s2 23 4 2
s3 30 7 2
s4 50 7 4
s5 39 10 3
s6 67 10 6
Col headers: Student id, Memory span(Y), age(X1), speech rate(X2)
Now
2009 Aug 21
1
Repost - Possible bug with lrm.fit in Design Library
Hi,
I've come across a strange error when using the lrm.fit function and the
subsequent predict function.
The model is created very quickly and can be verified by printing it on
the console. Everything looks good. (In fact, the performance measures
are rather nice.)
Then, I want to use the model to predict some values. I get the
following error: "fit was not created by a Design
2012 Dec 25
1
Blazer_usb Permissions problem: Input/output error
Merry Christmas to you all and best wishes!
I ran into exactly the same problem as described.
OS: FreeBSD 9.0-Rel
UPS: Eaton E-Series NV 600H
NUT: from Ports, nut-2.6.5_1
driver: blazer_usb
I am sure the problem is not permission-related as it occurs even when
the driver runs as root.
My tested recipe for USB permissions is:
1. run usbconfig to find where the device is connected. In my case:
2010 Sep 17
1
how to import this kind of data?
Dear All,
I am in a trouble with reading data.
It is in txt file looking like this.
0.00632 18.00 2.310 0 0.5380 6.5750 65.20 4.0900 1 296.0 15.30
396.90 4.98 24.00
0.02731 0.00 7.070 0 0.4690 6.4210 78.90 4.9671 2 242.0 17.80
396.90 9.14 21.60
0.02729 0.00 7.070 0 0.4690 7.1850 61.10 4.9671 2 242.0 17.80
392.83 4.03 34.70
0.03237 0.00
2010 May 19
0
Piecewise nls w/ boundary as a fitting parameter
Hello,
Fitting a piecewise smooth curve to a set of points (and a piecewise
linear function in particular) seems to be a recurring question on
this list. Nevertheless, I was not able to find an answer to a
question that bothers me.
Suppose I have the following data set, and would want to fit it with a
piecewise smooth curve, In this model data, one curve is valid for up
to 3 and another one for
2012 Nov 14
2
aggrete data from combination
Dear R users,
A have a dataframe (matrix) with two collumns (plot, and diameter (d)). I
want all diameters values for different combination of plots.
For example I want all d values for all posible combination, 100C2 (all d
values for plot 1 with all d values in the plot 2.......with all d values
from plot 1 with all d values from plot 100, ...... with all d values from
plot 99 with all d values
2008 Jun 04
3
create many variables at one time~
I need to create 100 variable ,whose name is id.1,id.2~~~~id.100
then I need to let a vector say id<-c(id.1,id.2....id.100)
any easy way to do this?
thanks a lot~
[[alternative HTML version deleted]]
2013 Jan 03
2
Sas by function in R
Hello,
It's an alternative to use SAS by function in R?
I want to plot d histograms by plot.from example bellow:
Thank you!
plot d
1 1 16.3
2 1 25.0
3 1 57.8
4 1 17.0
5 2 10.8
13 2 96.4
17 3 76.0
18 3 32.0
19 3 11.0
20 3 11.0
24 3 106.0
25 3 12.5
21 4 19.3
22 4 12.0
26 4 15.0
27 5 99.3
32 7 11.0
36
2008 Jun 24
1
Binding result of a function to a data frame
Hi,
I have the following function:
> kurtosis <-function(x) (mean((x-mean(x))^4))/(sd(x)^4) #x is a vector
and data
> print(mydata)
V1 V2 V3 V4 V5
1 1007_s_at DDR1 2865.1 2901.3 1978.3
2 1053_at RFC2 103.6 81.6 108.0
3
2003 May 14
2
building mean/median over subgroups
Dear all,
I'm trying to solve the following problem, and hoping to get some
advise here from the group
I have a dataframe in which the same sample was measured more than
once on the same day. I would reorganize the dataframe to get a
single value (mean /median) for one day
Patient Day Sample Test
A 1 A 23
A 1 A 36
A 5 B 44
A 5 B 23
B 2 C 10
B 2 C 5
mean
Patient Day Sample Test.mean
A
2017 Jun 06
4
asterisk server - no sound
Thanks Anthony.
I did it on the server, according to
https://www.voip-info.org/wiki/view/port+forwarding
However after doing it, when running Asterisk I get the following message
sudo asterisk -vvvvvvr
No ethernet interface found for seeding global EID. You will have to set
it manually.
Unable to access the running directory (No such file or directory).
Changing to '/' for compatibility.
2008 Dec 21
2
data format issue
Dear all-
I have a dataset (see a sample below - but the whole dataset is June
2005 - June 2008). The "LST" format is "YYMMDDHHmm" and I would like to
get the hourly average of the "mph" for the summer months (spanning all
years). I have been trying to use "aggregate" but am not having much
success at all! any thoughts would be greatly appreciated.
2006 Apr 20
3
The contrary of command %in%
Dear r-list,
I've got a data base:
> HData[1:10,]
NumTree Site Species Date Age DBH H IdentTree
1 1 Queige Spruce 2002 184 49 33.5 Queige 1
2 2 Queige Fir 2002 NA 5 4.6 Queige 2
3 3 Queige Fir 2002 25 8 6.6 Queige 3
4 4 Queige Spruce 2002 198 47 32.5 Queige 4
5 5 Queige Fir 2002 200 59 35.3 Queige 5
6 6 Queige
2006 Apr 28
1
unrooted tree and margins, ape package
Hello,
I have a question about margins when plotting an unrooted tree
(type="unrooted") with the 'ape' package ver. 1.7. When I plot an unrooted
tree with:
no.margin=TRUE
it seems that the margins are still there. It appears to be only when
type="unrooted".
I'm plotting multiple plots using layout() and would like to be able to get
rid of the margins or if
2008 Apr 18
2
My APC ups shutdown but doesn't start again
Hello,
My APC Ups uses nut to manage all systems connected to it. But if online power failed until it shutdown, it not restart automatically after the power returned. It stay down until i restart it.
When i execute the command: # upsc siUps1
it output me this:
battery.alarm.threshold: L
battery.charge: 018.0
battery.charge.restart: 15
battery.date: 03/31/07
battery.runtime: 120
2009 Jul 19
1
Problem with nut 2.4.1 & Ippon 2000 Smart power on FreeBSD
Hi all!
Maybe possible adds something in megatec_usb driver for normal working
with ippon 2000?
This is output for drivers megatec_usb and blazer_usb:
===========================================================
gate# /usr/local/libexec/nut/megatec_usb -DDDD -a IPPON
Network UPS Tools - Megatec protocol driver 1.6 (2.4.1)
Serial-over-USB transport layer 0.10
debug level is '4'
Checking
2007 Aug 16
3
Urgent Help needed
Dear All:
Urgent help is needed.
I have a data set in matrix format of three columns: X, Y and index of four groups (1,2,3,4). What I need to do is the following;
1- How I can subtract the sample mean of each group indexed 1,2,3,4 from the
corresponding data values of this group and create new columns say X-sample mean
and Y-sample mean? I tried to use the "tapply" but
2009 Sep 25
2
Centos 5.3 32-bit and xen 3.4.0
Hi,
I have centos 5.3 with only text console only not X server, now I try
install solaris 10 at xen with full virtualization (hvm)
Now I have some like "zombie domain"
Name ID Mem VCPUs State
Time(s)
Domain-0 0 2998 2 r-----
33.5
solekhvm 1024 1
2014 May 13
1
Performance tests of the current version (git-b1b6caf)
Current sources (git-b1b6caf) were compiled with GCC 4.8.2 and GCC 4.9.0
with various -msseN options (the default is -msse2). Then I took two WAV
files (one is 16-bit and the other is 24-bit) and compressed them using
best compression mode. The results are in the table below.
(please remember that the resulting value is an encoding time, not encoding speed)
CPU: Intel Core i7 950 (up to SSE4.2)