search for: attitudes

Displaying 20 results from an estimated 750 matches for "attitudes".

Did you mean: attitude
2010 Apr 19
6
comparing attitudes of 2 groups / likert scales?
Hi, I have just found this forum, and it looks like a great place to get some help (I hope) For my dissertation, which is due way too soon, I am doing a survey, comparing attitudes of 2 independent groups, with 5 scale likert questions. Basically I want to show if they have similar or different attitudes. I am testing 4 hypotheses, and have in total about 20 questions. I have to say my statistic skills are very basic and very rusty, we had some lectures two years ago, where...
2007 Jan 12
5
Regression lines
My simpleminded understanding of simple regression is that when plotting regression lines for x on y and y on x in the same plot, the lines should cross each other at the respective means. But, given the R function below, abline (lm(y~x)) works fine, but abline (lm(x~y)) does not. Why? function () { attach (attitude) x <- rating y <- learning detach (attitude) plot (x, y)
2017 Jun 11
3
plspm package error in data frame
Hello, I am new to R and hope I will not seem ignorant in this post. I am currently using the plspm package by Gaston Sanchez accompanied by his text book. I have attempted to create a square matrix, which has seemed successful. I used the following code: > "Attitude" = c(1, 0, 0, 0, 0, 0, 0, 0) > "Normative Beliefs" = c(1, 0, 0, 0, 0, 0, 0, 0) > "Subjective
2009 Sep 17
0
Please remove my wiki account
...o longer be participating in the CentOS wiki. I've removed my name from any of the pages that were submitted by me, and welcome others to do so with the pages as they wish. I'd like to be removed from the EditGroup, as well as have my account deleted. Username: MaxHetrick Unfortunately, attitudes about what the wiki should be and currently are, and my own attitude about it, aren't aligned. The CentOS wiki should be a welcomed place for user contributed documentation, but as time goes on it seems as though that's not what many key people envision or want. Attitudes of many CentO...
2008 Sep 15
1
randomly sample within clustered data?
Dear useRs, What is an efficient way to randomly sample from clustered data such that I get equal representation from each cluster? For example, let's say I want to randomly sample two cases from each cluster created by the "id" variable in the following data frame: > id<-c(rep("100", 4),rep("101", 3), rep("102", 6), rep("103",
2014 Jul 14
1
List attitude and content
hi folks, Can we please: 1) keep it civil, be polite - if you have nothing meaningful to contribute to the thread, then dont contribute anything 2) Keep it on context, this isnt the place to talk about old hardware stories and personal fluffery like that. This is the CentOS users list, keep content to whats relevant to the CentOS users. Regards -- Karanbir Singh +44-207-0999389 |
2004 Sep 13
0
Sipura-3000 Assistant for Asterisk on MacOSX? Well, maybe, with your help!
Hi We are getting more and more email from Mac users asking how they can connect their MacOSX based Asterisk server to a PSTN phone line. This has led to two ideas ... 1) Mid term: set up a donation fund to sponsor the development of Zaptel drivers for MacOSX Note: if everyone who downloaded the Asterisk installation package for MacOSX during the last two months since its release would donate
2018 Feb 22
2
a few simple questions about upgrading an "official" centos 7 release
On Thu, 22 Feb 2018, hw wrote: > Robert P. J. Day wrote: ... snip ... > > oh, i appreciate the need for caution; on the other hand, it > > always struck me that the training room is the *ideal* place for > > students to experiment with things they're too nervous or unsure > > of to try back at the office. this is typically why, when i'm > >
2006 May 30
6
Why would I choose RoR over Turbogears
I''m trying to get some answers as to why I (my company actually) would go with RoR over TurboGears. The developer staff is fluent in both Ruby and Python so that is not an issue. Rails is well into its release cycle whereas Turbogears won''t be at 1.0 until later this week. They both do essentially the same thing and they both have cool features unique to themselves
2017 Jun 12
0
plspm package error in data frame
Hello, Please allways cc the list, don't answer just to me. Now I'm getting a different error. I had noticed that you have no reference to 'TPBDATA' before the call to plspm but I forgot to mention it in my first e-mail. TPB_pls1 = plspm(TPBDATA, TPB_path, TPB_blocks, modes = TPB_modes) Error in is_tabular(x) : object 'TPBDATA' not found So we need to know what
2008 May 13
7
[LLVMdev] LLVM as a DLL
Michael T. Richter wrote: > Apparently the APIs in the LLVM docs missed your > attention. They're sneaky that way because, you know, > they just form the bulk of available documentation. I began my original message saying that I was providing "constructive criticism". That means I want to HELP if I can. Your sarcastic attitude is unprofessional. > The
2016 Mar 12
3
The sad state of samba 4 adaption for home/small business routers.
On Sat, Mar 12, 2016 at 06:15:30PM +0100, Reindl Harald wrote: > > > Am 12.03.2016 um 18:08 schrieb Sketch: > >On Sat, 12 Mar 2016, Jeremy Allison wrote: > > > >>GPLv3 should guarentee that you can replace the Samba > >>on *any* device. That's the whole point of GPLv3 - no > >>DRM. > >> > >>If you find a Samba device using any
2011 Jan 21
2
Looping with incremented object name and increment function
Folks, I am trying to get a loop to run which increments the object name as part of the loop. Here "fit1" "fit2" "fit3" and "fit4" are linear regression models that I have created. > for (ii in c(1:4)){ + SSE[ii]=rbind(anova(fit[ii])$"Sum Sq") + dfe[ii]=rbind(summary(fit[ii])$df) + } Error in anova(fit[ii]) : object 'fit' not found
2008 May 13
0
[LLVMdev] LLVM as a DLL
On Tue, 2008-05-13 at 16:30 +1000, kr512 wrote: > Michael T. Richter wrote: > > Apparently the APIs in the LLVM docs missed your > > attention. They're sneaky that way because, you know, > > they just form the bulk of available documentation. > I began my original message saying that I was providing > "constructive criticism". That means I want to
2015 Feb 03
3
Another Fedora decision
On Mon, Feb 2, 2015 at 8:02 PM, Kahlil Hodgson <kahlil.hodgson at dealmax.com.au> wrote: > On 3 February 2015 at 13:34, PatrickD Garvey <patrickdgarveyt at gmail.com> wrote: >> Now how about some specific sources you personally used to learn your >> craft that we can use likewise? > > So many places it makes my brain hurt just thinking about it. Google > and
2023 Feb 22
1
[libnbd PATCH v3 09/29] lib/utils: introduce async-signal-safe execvpe()
Sorry about replying for the second time. After having slept on it (not much, but some), some thoughts are emerging / being distilled about my own attitude. On 2/21/23 19:04, Daniel P. Berrang? wrote: > On Tue, Feb 21, 2023 at 06:53:39PM +0100, Laszlo Ersek wrote: >> >> More in general, this lesson tells me that POSIX is effectively >> irrelevant -- which is quite sad in
2005 Aug 26
3
impress viewer for openoffice
Hi, I am attempting to find an openoffice powerpower point viewer. I found imposter but when I run my file it says "Cannot find zip signature". I though I would zip it up an try it again but that did not work either. Also I dont think there is a way from the command line to go fullscreen? not sure. Anyone know of a good power point viewer for centos? or a way to make impress
2004 Aug 17
1
BroadVOX
Guys, For what it's worth, after months of trying to troubleshoot issues with them, and after paying them around $2500 for setup and a down payment (it's unclear what of that will be refunded, if any) BroadVox -- http://www.broadvox.net/ -- decided to terminate our contract without any valid reason, and the only explanation they could cite was "it's because of the software
2000 Aug 16
5
samba development
i started on the nt domains for unix project on the basis of paul ashton's enthusiastic and "this can't be too hard" attitude, back in august 97. since then, with the encouragement of a number of people over the last three years, and with the discouragement of others, the nt domains protocols are now pretty well understood. due to that constant discouragement, i no longer find
2004 Jul 26
4
IRC Etiquette
...ly anything with #asterisk in its name, I want to implore you to please treat new users with respect, and act as good representatives of the Asterisk community. Recently I have had more reports of new users being severely turned off of the project in general due to the comments, reactions and attitudes of a few members of the asterisk channels. The success of the Asterisk project depends upon users and developers, and remember that every one of you, even the most experienced Asterisk users were at one point a newbie and needed some hand holding from someone. Finally, I would also ask that the...