Displaying 20 results from an estimated 100 matches similar to: "qda problem"
2004 Jan 20
1
random forest question
Hi,
here are three results of random forest (version 4.0-1).
The results seem to be more or less the same which is strange because I
changed the classwt.
I hoped that for example classwt=c(0.45,0.1,0.45) would result in fewer
cases classified as class 2. Did I understand something wrong?
Christian
x1rf <- randomForest(x=as.data.frame(mfilters[cvtrain,]),
2009 Apr 02
1
Time series analysis with irregular time-series
Dear R users
I am currently investigating time series analysis using an irregular time series. Our study is looking at vegetation change in areas of alien vegetation growth after clearing events. The irregular time series is sourced from Landsat ETM+ data, over a six year period I have 38 scenes. For certain periods I have monthly data while for others, images are up to three months apart. So far
2002 Aug 13
1
R CMD check: Too long [R] code line generated (PR#1900)
Full_Name: Henrik Bengtsson
Version: 1.5.1
OS: WinMe
Submission from: (NULL) (217.210.0.243)
In the Perl script $R_HOME/bin/check there is a bug under the section "Check R
code for syntax errors" where the 'Rfiles <- c(...)' is build up. If there are
too many files in @Rfiles the source code line generated will be too long and
weird things will happen, e.g. strange
2013 Apr 10
1
question re: error message --- package error: "functionName" not resolved from current namespace
hello everyone
we are developing a package that has worked up until R3.0 which we just
tested.
the issue is as above .... when we call a function that works in R 2.15.2
from R 3.0 we get an error
Error in .Call("antsImageRead", filename, pixeltype, dimension) :
"antsImageRead" not resolved from current namespace (ANTsR)
this Error occurs when the .Call is made from
2012 Mar 04
2
Can't find all levels of categorical predictors in output of zeroinfl()
Hello,
I?m using zero-inflated Poisson regression via the zeroinfl() function to
analyze data on seed-set of plants, but for some reason, I don?t seem to be
getting the output for all three levels of my two categorical predictors.
More about my data and model:
My response variable is the number of viable seeds (AVInt), and my two
categorical predictors are elevation (Elev) and Treatment
2006 Dec 06
0
mFilter package
Dear useRs,
Please find the new package mFilter version 0.1-2 on CRAN.
The package implements several time series filters useful for smoothing
and extracting trend and cyclical components of a time series. The
routines are commonly used in economics and finance, however they should
also be interest to other areas. Currently, Christiano-Fitzgerald,
Baxter-King, Hodrick-Prescott, Butterworth, and
2002 Aug 14
1
FW: R CMD check: Too long [R] code line generated (PR#1900)
On Wed, 14 Aug 2002, Henrik Bengtsson wrote:
> Sorry, but it was indeed the redirection of the standard output in
> Cygwin/bash that cause the first problem, not R (I should stop doing
> troubleshooting at 1:00 AM). So please forget about the problems reported in
> R_CMD_check.out. However, it would still be nice if you still update R CMD
> check to do join with "\n".
2002 Aug 14
0
source() crashes on long lines (PR#1900)
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to mime@docserver.cac.washington.edu for more info.
------=_NextPart_000_0006_01C2432C.7ACD6BA0
Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1
Content-Transfer-Encoding: 8BIT
Content-ID: <Pine.GSO.4.44.0208140920312.15226@auk.stats>
2009 Jul 25
3
how to smooth timeseries without the lagging?
Hi all,
If I use a moving average, it will smooth the choppy time series, but
it will lead to lagging...
How do I smooth timeseries without the lagging effect?
Thanks!
2010 Dec 20
2
Sine Regression in R
Hi everyone,
I am trying to fit a sine function on one year of wind data. I have two
questions below.
Looking around on the net I managed to get the following:
Sine Equation: y = a + b * sin( c + d*x )
b is the amplitude, c is the phase shift, d is something deal with
periodicty of data*.*
This can be linearised by sin( c+dx ) = cos(c) * sin(dx) + sin(c) *
cos(dx).
If one calls dx = x1
y
2011 Nov 20
3
logistic regression by glm
HI
I use glm in R to do logistic regression. and treat both response and
predictor as factor
In my first try:
*******************************************************************************
Call:
glm(formula = as.factor(diagnostic) ~ as.factor(7161521) +
as.factor(2281517), family = binomial())
Deviance Residuals:
Min 1Q Median 3Q Max
-1.5370 -1.0431 -0.9416 1.3065 1.4331
Coefficients:
2009 May 10
0
[Weft QDA users] Documents in Weft QDA are not opening
I''ve encountered a small problem--some of the documents in my
Documents and Categories window are not opening, while others
are. Have others experienced this issue? If so, do you know
how I might fix it?
The coded segments of text are still there when I open up the
categories with which documents have been tagged, but I can''t
seem to pull up the whole text of some of these
2006 Apr 26
0
[Weft QDA users] Weft QDA 1.0.1 released
Hi
Weft QDA 1.0.1''s available now. It''s a bug-fix and maintenance release,
and a recommended upgrade for existing users.
What''s new:
- fix for crash when moving categories using the Category Tree
- fixed a bug on Win 98 and Win ME that made Weft a ''non-starter''
- avoid crashes with over-large and malformed text documents
- fix a text scrolling bug on
2008 Apr 17
1
[Weft QDA users] running weft qda on mac with virtual PC
can you run weft qda on mac with virtual PC? (this is how nvivo and some others work for the mac). us poor mac users...but i commend the open source effort!
best,
Lisa
Lisa Schwartz
Language Reading and Culture
University of Arizona
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.
2013 Jan 31
2
evaluar una exprseion
Hola a todos,
Me gustaria saber como puedo evaluar / obtener el resultado guardado en un
objeto
cuando este se ejecuta. Quiero decir, el resultado de la siguiente
expresion:
> paste("res_UP_sep_dec_","16_17_18",sep="")
[1] "res_UP_sep_dec_16_17_18"
es un objeto (una lista) cuyo nombre es precisamente res_UP_sep_dec_16_17_18
>
2009 Mar 27
0
Quadratic Discriminant Analysis (qda)
Hi listers,
Does anybody knows if the function qda for quadratic discriminant analysis
provides the coefficients of quadratic discriminants...
Well, I find out that for the linear discriminant analysis lda, the fonction
provides the coefficients...
Thanks in advance,
Marcio
--
View this message in context: http://www.nabble.com/Quadratic-Discriminant-Analysis-%28qda%29-tp22747647p22747647.html
2013 Feb 20
1
Plotting Discriminants from qda
Dear R Help Members,
I am aware how to plot the LD1 vs LD2 from a lda in R, using the code:
plot(baseline.systat.hat$x, col=baseline.systat.hat$class,pch=as.numeric(baseline.systat.hat$class))
However, I need to use the quadratic discriminant function, qda due to data properties. Is there a way to obtain the same sort of plot for from a qda object (and the output of predict qda). I have not
2008 Mar 12
1
[Weft QDA users] Hello all
Hi, my name is Leandro and im Argentinian. I plan to build a web CMS
on ruby on rails, to provide CAQDAS functionality, and since im
building the site in Ruby on Rails and open source, i want to know if
Weft QDA engine is open source. If so, id would come in handy to be
able to reuse/improve an existing ruby based CAQDAS.
I''d like to emphasize the fact that i dont mean to profit from it,
2003 Nov 15
1
Loading file to use with qda()
z <- qda(train, cl)
save(z, file = "qda.dat")
load("qda.dat")
predict(qda.dat, test)$class
I'm trying to save z where z <-qda(train, cl) and load z for later use in predict(z, test)$class.
I think I successfully saved z by save(z, file = "qda.dat") but when I tried to load by load("qda.dat") and
call predict(qda.dat, test)$class, it gives me error
2008 Apr 23
2
[Weft QDA users] Trouble opening categories and files
I?m having trouble with my Weft project. Some of my categories no longer open when I click on them. Any ideas as to why this is happening?
Also, for some reason two of my imported documents no longer open when I click on them. The content is there when I click on my categories but I can?t open the document to add new coding.
Thanks!