Displaying 20 results from an estimated 200 matches similar to: "Regression Trees"
2000 Jun 15
2
tree error message
Dear R user,
I used from the library MASS the dataset cpus and the skript
plot.tree.sequence.R, which are included in the tree package:
>library(MASS)
> data(cpus)
> cpus.ltr <- tree(log10(perf) ~ syct + mmin + mmax + cach
>+ + chmin + chmax, data=cpus)
At home it works but at work I get this message:
>Error in .C("BDRgrow1", as.double(X),
2001 Nov 21
1
src directory disappeared after installation of packages
Hi,
I am using R on Debian Linux. I tried to install packages from inside R
by calling
function install.packages(), e.g., install.packages("tree"). The
packages were
installed successfully. However, I couldn't find the "src" subdirectory
under the /usr/lib/R/library/tree directory,, which is supposed to
contain the C, C++ and FORTRAIN source files, according to the
2011 May 24
3
Initial 6.0 trees in QA
In case you didn't see it, the initial CentOS 6 trees have been
released to QA:
http://qaweb.dev.centos.org/node/81
--
Paul Heinlein <> heinlein at madboa.com <> http://www.madboa.com/
2008 May 02
3
Archive-to-DVD
Hi folks,
Here's the situation. I have a group of engineers who love to save
things to disk. Now that the filer is getting full, they are
interested in archiving some of those things to DVD.
The tress containing the things they want to archive are specified
like so:
/path/path/path/A/04??
/path/path/path/B/04??
/path/path/path/A/05??
/path/path/path/B/05??
/path/path/path/A/06??
2010 Feb 22
1
managesieve build error
Hello,
dovecot-1.2.10
dovecot-sieve-0.1.14
dovecot-managesieve-0.11.11
I believe I patched dovecot successfully and compiled the dovecot and
dovecot-sieve source tress.
patching file README.managesieve
patching file dovecot-example.conf
patching file src/master/child-process.c
patching file src/master/child-process.h
patching file src/master/listener.c
patching file
2008 May 02
1
AW: Archive-to-DVD
Hi folks,
Here's the situation. I have a group of engineers who love to save
things to disk. Now that the filer is getting full, they are
interested in archiving some of those things to DVD.
The tress containing the things they want to archive are specified
like so:
/path/path/path/A/04??
/path/path/path/B/04??
/path/path/path/A/05??
/path/path/path/B/05??
/path/path/path/A/06??
2012 Oct 12
1
Problem with which function
Hej,
i need the which() funktion to find the positions of an entry in a matrix.
the entries i'm looking for are : seq(begin,end,0.01) and there are no
empty spaces
i'm searching in the right range.
so i was looking for the results R can find and i recieved this answer.
for (l in
2013 Apr 23
1
assigning cluster id in cluster package-reg.
Well, you don't give much of an example....
I'm replying CC to the R mailing list. Please ask questions there, rather
than adressing individuals for basic help.
Here is one; does it answer your question ?
data(agriculture)
ag.ag <- agnes(agriculture)
class(ag.ag)
pltree(ag.ag) # the dendrogram, if you want to see it
## cut the dendrogram -> get cluster assignments:
(ck3 <-
2009 Aug 13
2
randomForest question--problem with ntree
Hi,
I would like to use a random Forest model to get an idea about which variables from a dataset may have some prognostic significance in a smallish study. The default for the number of trees seems to be 500. I tried changing the default to ntree=2000 or ntree=200 and the results appear identical. Have changed mtry from mtry=5 to mtry=6 successfully. Have seen same problem on both a Windows
2013 Apr 08
2
How can I extract part of the data in a panel dataset?
Taking the Grunfeld data, which is built-in in R, for example,
(1)How can I construct a dataset (or dataframe) that consists of the data
of all firms in 1951?
(2)How can I calculate the average capital in each form over the period
1951-1954?
What I can imagine is to categorize the data by firm, and then select the
data between 1951 and 1954 for each firm, but how can I do it?
Thanks,
Miao
2008 Feb 28
0
Very Simple Regression Question
I've just been running my first ever regression and I'm using R for an lmer.
I've created two models, a null one (part ~ 1 + (1 | id) + (1 | word)) and
another with a predictor I want to test (part ~ 1 + conf + (1 | id) + (1 |
word)). I've compared them both and the model with a predictor is
significantly better, but I can't see from the data which direction the
prediction goes
2014 Nov 28
2
[RESEND PATCH nouveau 3/3] volt: add support for GK20A
Hello Vince,
One minor question inline.
Op 28-11-14 om 12:13 schreef Vince Hsu:
> The voltage value are calculated by the hardware characterized
> result.
>
> Signed-off-by: Vince Hsu <vinceh at nvidia.com>
> ---
>
> Resend this patch with the fuse change and proper patch prefix
> per Thierry's request.
>
> drm/Kbuild | 1 +
>
2014 Nov 28
2
[RESEND PATCH nouveau 3/3] volt: add support for GK20A
Hello Vince,
Op 28-11-14 om 12:57 schreef Vince Hsu:
> Hi Roy,
>
> On 11/28/2014 07:25 PM, Roy Spliet wrote:
>> Hello Vince,
>>
>> One minor question inline.
>>
>> Op 28-11-14 om 12:13 schreef Vince Hsu:
>>> The voltage value are calculated by the hardware characterized
>>> result.
>>>
>>> Signed-off-by: Vince Hsu
2008 Dec 09
1
creating standard curves for ELISA analysis
Hello R guru's
I am a newbie to R, In my research work I usually generate a lot of ELISA
data in form of absorbance values. I ususally use Excel to calculate the
concentrations of unknown, but it is too tedious and manual especially when
I have 100's of files to process. I would appreciate some help in creating
a R script to do this with minimal manual input. s A1-G1 and A2-G2 are
2016 May 09
3
Switching between Music on Hold streams. [13.8.2]
Hi there;
I didn't see any "G" option in the example above, and the usage for
the option parameters is entirely undocumented at
https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_Dial
The G options are as below
G - If the call is answered, transfer the calling party to the
specified priority and the called party to the specified priority plus
one.
context
exten
2011 May 26
4
Different behavior of median and mean function - Why?
Hi together,
below is a small example which produces outcome I do not understand,
namely that the median function works fine on a data.frame without
negative numbers, but doesn't work on a data.frame with one negative
number. I'm sure there is a reasonable explanation for that or better,
that I'm doing something wrong and someone could guide me how to solve
it. I tried googling it,
2016 May 09
4
Switching between Music on Hold streams. [13.8.2]
Thanks Joshua and everyone,
Joshua's solution seems a lot simpler and works well. Only one thing
now - The reason I named the classes as I did, was so that I could
select the class based on callerID plus extension.
Unless I've misread it, I'm limited to 9 switchable classes via the
"digit=#" option, is that correct?
Or is there a clever hack around this?
extensions.conf
2012 Aug 15
2
to remove columns and rows
Dear,
I am using R I'm trying to identify and remove columns and rows in a data
frame that are has elements equals. For example in dataframe below. The
columns 1, 2,3,4,5 ,6 and 10 (file1) has elements equal then should be
removed. How can I ask R to remove those columns with same elements in new
dataframe (file2) to result a matrix as follows:
file1
1 0 2 2 1 1 5 1 1 1
1 0
2012 Feb 06
2
dividing values of each column in a dataframe
Hey Guys
I want to divide(numerically) all the columns of a data frame by
different numbers. Here is what I am doing but getting a weird error.
The values in each column are not getting divided by the corresponding
value in the denominator vector instead by the alternative values. I
am sure I am messing up something.
Appreciate your help
-Abhi
head(counts)
WT_CON WT_RB MU_CON
2010 Apr 22
4
how to select the first observation only?
Dear r-helpers,
I have a very simple question. Suppose my data is like
id=c(rep(1,2),rep(2,2))
b=c(2,3,4,5)
m=cbind(id,b)
> m
id b
[1,] 1 2
[2,] 1 3
[3,] 2 4
[4,] 2 5
I wish to select the first observation for each id. That is, I want to
quickly select two rows:
id b
1 2
2 4
only. how should i do this?
[[alternative HTML version deleted]]