search for: asssigned

Displaying 7 results from an estimated 7 matches for "asssigned".

Did you mean: assigned
2010 Feb 27
1
Newbie help with ANOVA and lm.
Would someone be so kind as to explain in English what the ANOVA code (anova.lm) is doing? I am having a hard time reconciling what the text books have as a brute force regression and the formula algorithm in 'R'. Specifically I see: p <- object$rank if (p > 0L) { p1 <- 1L:p comp <- object$effects[p1] asgn <-
2009 May 02
1
value labes Stata vs factors
Dear Sir/Madam, I converted my Stata Rgenmetvl.dta file with read.dta succesfully in R's Rgenmetvl.Rdata. However, factors give problem in certain calculations, e.g.: > mean(Rgenmetvl$sex) [1] NA Warning message: In mean.default(Rgenmetvl$sex) : argument is not numeric or logical: returning NA What can I do? In addition to means, summary(Rgenmetvl$sex) works perfectly. Best regards,
2007 Jun 25
1
Ring the second line when 1st line is busy
Hi, I ma using Asterisk 1.2.18 & FreePBX 2.2.1. I have assigned every users in office with Polycom with 2 extensions as below 555 8555 I have configured Follow-me to ring when the users doesn't picks the phone on line 1(555) after 10 seconds & then ring the line 2(8555). But this is not a standard telephony which I have been advised to change like below. If someone calls
2006 Jan 02
1
SAMBA write error on SUSE 10.0
Hi all, I use SAMBA 3.0.13-1.1-SUSE on a SuSE 9.3 Pro boxed version. Has anything changed w.r.t SuSE 9.3's SUSE 10.0 Samba versions? I use the same setup in swat. Ver. 3.0.20b-3.1 (or 3.0.20-4) does not behave the way it should. PROBLEM 1: Last week I installed SUSE 10.0 boxed version with its SAMBA version 3.0.20-4 (Updated by YOU to 3.0.20b-3.1-SUSE), on a x86_64 System. All works, but
2010 Jun 05
6
How do you update HABTM relationships or create.
...39;'m using formtastic, and in the user.edit.html.erb I have a line that outputs the roles as a multi-select list box. But the box is not showing the roles that have been assigned to the users. Another problem is that if I select a few roles and press the update button, the roles are not being asssigned. I have to manually assign roles by accessing the database. Isn''t this stuff supposed to happen automatically when you call @user.update_attributes(params[:user]) in the user_controller ? Thanks in advance. -- You received this message because you are subscribed to the Google Groups &q...
2023 Oct 25
4
Bug in print for data frames?
Hi! I came across this unexpected behaviour in R. First I thought it was a bug in the assignment operator <- but now I think it's maybe a bug in the way data frames are being printed. What do you think? Using R 4.3.1: > x <- data.frame(A = 1, B = 2, C = 3) > y <- data.frame(A = 1) > x A B C 1 1 2 3 > x$B <- y$A # works as expected > x A B C 1 1 1 3 > x$C
2011 Apr 08
11
How to rename rpool. Is that recommended ?
Hello, I have a situation where a host, which is booted off its ''rpool'', need to temporarily import the ''rpool'' of another host, edit some files in it, and export the pool back retaining its original name ''rpool''. Can this be done ? Here is what I am trying to do: # zpool import -R /a rpool temp-rpool # zfs set mountpoint=/mnt