Displaying 20 results from an estimated 300 matches similar to: "Noobie question, regression across levels"
2009 Apr 01
1
Noobie ANOVA intercept question
Dear R list,
I've been attempting to interpret the results from a three-way ANOVA. I
think I understand contrasts and the R defaults for these (treatment
contrasts). My question is: what is the intercept in this test? As far as I
can tell, its NOT the expected value of a point that belongs to the first
level of all three explanatory factors (because there is only one point that
satisfies these
2009 Jan 06
3
Two Noobie questions
1. I have a list of lm (linear model) objects. Is it possible to select,
through subscripts, a particular element (say, the intercept) from all the
models? I've tried something like this:
List[[1:length(list)]][1]
All members of the list are similar. My goal is to have a list of the
intercepts and lists of other estimated parameters. Is it better to convert
to a matrix? How to do this?
2.
2004 Aug 06
0
noobie questions
Just a note: This is similar to the problems I am (still) having. I too am using Redhat9 (Icecast2 and Ices2).
I've used Winamp2 (Zinf tells me the data is corrupted), but instead of the high-pitched noise you describe - I get dead silence. Of course, everything leads me to believe that the connection is healthy and the stream is working.
There's a
2014 Feb 06
2
r noobie, reading my text file into r
Hi everyone, this is my first time using r and I think I'm overlooking
something small and I just need some help seeing it. I have a file in
notepad that I need to read into r.
> ceosalary<-read.table(file="C:/Users/mz106_010/Desktop/ceosalary.csv",header
> = TRUE,sep="\t")
Error in file(file, "rt") : cannot open the connection
In addition: Warning
2011 Jul 19
3
calculating the mean of a random matrix (by row) and some general questions
Hi everyone!
I'm trying to teach myself R in order to do some data analysis. I'm a
mathematics student and (only) familiar with matlab and latex. I'm working
trough the "official" introduction to R at the moment, while simultaneously
solving some exercises I found in the web. Before I post my (probably
stupid) question, I'd like to ask you for some general advice. How do
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
2006 Mar 03
1
roobie noobie migration question
I''m just at the "reading various rails tutorials" stage.
One thing that has puzzled me a couple of times so far is the fact that
the creation of the database is not part of the "migration".
The steps as I''ve seen them are always:
1) $ rails myapplication
2) $ mysqladmin yadda yadda to create a table
3) $ script/generate migration myWickedTable
4) put rows
2006 Apr 20
5
Noobie problems with helper
I have the following helper method in application_helper.rb:
def format_date(date)
day = to_s(date.day)
month = to_s(date.month)
time = to_s(date.time)
date = day + "/" + month + " - " + time
return date
end
I am trying to call this method in a view like this:
<%= format_date(bounty.created_on) %>
create_on is a timestamp in mysql. I am
2003 Feb 13
1
sorting in lmList object
Hi all,
Forgive me if this is an obvious one....
I want to make a plot of confidence intervals from an lmList object with a
collection of simple linear models (lm(y~x)) using:
plot(intervals(mylmList))
and sort the plot by increasing mean values for the intercept. Is there an easy
way of doing this? I've tried the "order()" and "sort.list()" functions, but I
suspect
2004 Aug 06
2
noobie questions
That is set up via the config file and is used for accessing the stream.
I do not believe there is ever any static radiofree.ogg file created. It
is used for streaming purposes only. Though I could be wrong. I just
have never bothered to look. Someone correct me if I am.
KJ
On Fri, 2003-09-12 at 16:14, Jeff Ousley wrote:
> Should I actually have a "radiofree.ogg" file being
>
2010 Jun 22
1
Stuck noobie: XRC/xrcise woes
Hi,
I''m teaching myself to use wxRuby and DialogBlocks to create a front end
for a Ruby program I wrote. And I''m hopelessly stuck!
In DialogBlocks (or indeed wxFormBuilder, which gives me the same
problem) I can create a widget, give that widget a new id and class name
(in the example I created below, text_box1 and CaseChangeTextCtrl1,
respectively), and then add a module which
2016 Apr 11
2
X86 TRUNCATE cost for AVX & AVX2 mode
Hi,
I was going through the X86TTIImpl::getCastInstrCost, and got a doubt on cost
calculation for TRUNCATE instruction in AVX mode.
In AVX2ConversionTbl & AVXConversionTbl table there is no cost defined for
TRUNCATE v16i32 to v16i8, as a fallback it goes to SSE41ConversionTbl table and there
it finds cost as 30 for this operation. 30 cost for this operation looks very high.
Wondering why
2010 Apr 25
3
Noobie question on aggregate tapply and by
I have a 43MB dataframe ( 5 variables) and I'm trying to summarize subsets
of the data.
I've RTFM ( not very clear) and looked at a variety of samples but cant seem
to figure out
how to make these functions work.
A sample of what I want to do would be this:
ids<-seq(1,50)
years<-c(rep(5,10),rep(6,10),rep(7,10),rep(8,20))
2004 Aug 06
3
noobie questions
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
<p>On Fri, 2003-09-12 at 15:56, Jeff Ousley wrote:
> 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
>
2008 Nov 16
2
I Need help configuring my UPS- Noobie.
Hi,
I'm at my wits end and need help regarding my UPS. I am a newbie to Linux
(10 months) and need help with trying to configure my UPS to my Linux SME
server.
I have little or no experience with Bash and am finding it overwhelming when
it comes to trying to configure my UPS.
I have installed my UPS to my Linux SME server and have installed my driver
for it. At best I think its running but