similar to: Noobie ANOVA intercept question

Displaying 20 results from an estimated 120 matches similar to: "Noobie ANOVA intercept question"

2013 Apr 11
2
Read the data from a text file and reshape the data
I have a data set for different time intervals. The data has three comment lines before data for each time interval. For each time interval there are 500 data points. I want to change the dataset such that I have the following format: t1 t2 t3 ................ 0.00208 0.00417 0.00625 ................. a1 a2 a3 ...................
2007 Mar 06
1
A few more bugs...
Hello, I found a couple bugs concerning my favourite Shade/Unshade function. 1) Sometimes the shaded window gets more space than it should and, of course, nobody takes care about it, so everything drawn on this space remains here. If I move a decorated window along, its shadow cummulates quickly to full black here. Unfortunately, I don't know any reliable way how to reproduce this. (But it
2012 Nov 29
1
instrumental variables regression using ivreg (AER) or tsls (sem)
Dear friends, I am trying to understand and implement instrumental variables regression using R. I found a small (simple) example here which purportedly illustrates the mechanics (using 2-stage least-squares): http://www.r-bloggers.com/a-simple-instrumental-variables-problem/ Basically, here are the R commands (reproducible example) from that site: # ------ begin R library(AER)
2006 May 24
2
data.frame
Dear all, Does any one knows why should I get the following error message, when trying to do a simple data.frame?? DataF<-data.frame(Subject,BiomR,Spp,Capas,Litter,Herbs,LitterD,MaxCanH,DDifS p,DSSp,Slope, CanDens,NearestSp) Erro em data.frame(Subject, BiomR, Spp, Capas, Litter, Herbs, LitterD, : arguments imply differing number of rows: 202, 0 The data I am using
2007 Sep 28
4
Creating nice looking lists: how?
Hello, For my functions I want to create output similar in appearance to that of what you get when you print a summary of lm model: Residuals: Min 1Q Median 3Q Max -0.209209 -0.043133 0.001793 0.044105 0.234750 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 0.981762 0.004089 240.103 < 2e-16 *** Factor 1
2005 Nov 09
1
Order of terms in a model specification...
Hi, Sorry for this one as its pretty basic but I've taken a look for info and couldn't find any... My question is, does the order of main effect terms in a model specification have any impact on the model R fits or not. (in particular when using lm). ie Can A~X+Y+Z lead to different results to A~Z+Y+X, and if so in what circumstances, and how much should I worry about it? I believe
2012 Mar 03
1
Problem running stepAIC within a function.
Hi I need to a function that automatically fits a regression to data, using the stepAIC. I've ran the code manually and it works fine. However, when I run the function on the same data, the following error occurs: Problem in regimp(fullsim = simt, fullsim1 = simt1,..: Length of (weights) (variable 4) is 4271 != length of others (4278) I got the function to output the length of the dataset
2012 Jun 13
2
asign variables in a "for" loop
Dear R-helpers, I'm stuck with a little problem that surely has an easy solution but I can't think of a way to solve it. I'd really appreciate any help you can offer me! I'll provide a small example. Given a dataframe data.txt that looks like this: ID freq Var Var_mean Ratio_mean Var_median Ratio_median Var_sum Ratio_min Var_max Ratio_max Var_min
2005 Mar 16
2
how to draw xyplot figure like figure 4.18 of MASS (4th) ?
Dear All: Could you please tell me how I can draw figure formatted like figure 4.18 of MASS (4th) with the attached data set? Thanks Zhongming Yang --------------------------------- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: sample.txt Url: https://stat.ethz.ch/pipermail/r-help/attachments/20050316/abfdb85e/sample.txt
2003 Jan 20
1
quadratic trends and changes in slopes
I'd like to use linear and quadratic trend analysis in order to find out a change in slope. Basically, I need to solve a similar problem as discussed in http://www.gseis.ucla.edu/courses/ed230bc1/cnotes4/trend1.html My subjects have counted dots: one dot, two dots, etc. up to 9 dots. The reaction time increases with increasing dots. The theory is that 1 up to 3 or 4 points can be counted
2002 May 02
2
problem with lme in nlme package
Dear R list members, I've turned up a strange discrepancy between results obtained from the lme function in the nlme package in R and results obtained with lme in S-PLUS. I'm using version 3.1-24 of nlme in R 1.4.1 under Windows 2000, and both S-PLUS 2000 and 6.0, again under Windows 2000. I've noticed discrepancies in a couple of instances. Here's one, using data from Bryk
2010 Mar 09
0
Tukey test for Mixed Effects Model with more than 1 fixed effect?
I am trying to decipher, via post hoc test (Tukey), which of my sites differ from eachother. I have 4 sites, 2 sets of In vs Out (MPA) in separate Regions. Therefore my Mixed Effects Model code has 2 fixed effects: CB.lme <- lme(AsinCB~ In_Out*Region, random = (~1| site.trans/Quadrat) , data = Subsampled_props, control = lmeControl(maxIter = 500, msMaxIter = 500, msMaxEval = 500))
2004 Feb 03
5
lm coefficients
Dear R experts, Excuse me if my question will be stupid... I'd like to fit data with x^2 polynomial: d <- read.table(file = "Oleg.dat", head = TRUE) d X T 3720.00 4.113 3715.00 4.123 3710.00 4.132 ... out <- lm(T ~ poly(X, 4), data = d) out Call: lm(formula = T ~ poly(X, 2), data = d) Coefficients: (Intercept) poly(X, 2)1 poly(X, 2)2
2007 Nov 19
0
Question - Help the noobie
New to Ruby, getting "Application error (Rails)" when trying to access the page. Noticed in apache logs permissions denied problem to the fastcgi.crash.log, fixed that with chmod 777, now it just shows the pid that failed....what do I do now? Thank you. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because
2008 May 20
1
Noobie question - .com files
I know that windows exe files can be run using Wine, but I have a windows program I would like to run under PCLINOS and the update/patch is in the form of a .com file. Can a file of this type be used for the update/patch in Wine ?
2006 Jul 26
1
Noobie Looking for Help: Off-Forum
Hello again, I have been working on the Rice Encoder/Decoder now since my first post. However, I can't identify what's wrong with it. I was hoping there might be someone out there interested in answering my questions outside of this forum. I am not very good at programming at all, but I really want to see this project come together with my own work. (i.e. I don't want someone just
2004 Aug 06
0
noobie questions
Hi: Since icecast2 is still heading to an initial release, there's no official guide for this stuff, but there is a bit of stuff out there. First, lets clarify what you want to do. When you say "CD content", I assume you mean audio CD's. To provide a stream requires two parts - a source or streamer, and a server. The source is equivalent to a radio studio, the server is
2004 Aug 06
0
noobie questions
Thanks, all, for the pointers. I think I have everything configured properly, but, something is obviously still wrong. I'm using Kerry's guide with these xml files: - Sample icecast.xml - Configuration for Streaming Live Audio I started icecast & ices as directed. I then started xmms and configured the output plugin to be the OSS driver. I'm playing a music cd. This is all on my
2004 Aug 06
0
noobie questions
Should I actually have a "radiofree.ogg" file being written on my Linux box? If so, I don't see it. I'll try a different player as well. --- Kerry Cox <kerry.cox@ksl.com> wrote: > Winamp3 is broken according to some posts here. Try > Winamp 2.91 or the > latest XMMS. Of course, XMMS requires the xmms-mp3 > libraries. > Try that and see if it helps. > KJ
2008 Dec 17
1
Noobie question, regression across levels
NB: Not reply needed (Ben was extremely helpful!) I've just started using R last week and am still scratching my head. I have a data set and want to run a separate regression across each level of a factor (treating each one separately). The data right now is arranged such that the value of the factor along which I want to "split" my data is one column among many. Best way to do