search for: nadya

Displaying 9 results from an estimated 9 matches for "nadya".

Did you mean: nada
2015 Nov 19
2
Increasing database size limit
Hi Volker, First I apologize for very late reply. I did tests in the meantime... Trust relationships are the option we keep in mind. As trusts are for now bidirectional-full-trust they give us possibility to increase domain size. If we have to split our domain we will split in one domain for users and another for computers (meaning users' MS Windows computers as they need to be included into
2011 Jun 09
1
what is the mistake?? the coding still not function. no result display
...; # > tryCatch(library(MASS), error=function(err) + # if this produces an error: + install.packages("MASS",repos="http://cran.ms.unimelb.edu.au/")) > > # > # Prepare the data matrix > # > # Read in the .csv file > data<-read.csv("C:/Users/nadya/Desktop/praktikal UTM/TASK2/new(40data)S2 100 >EMS EPI 300-399.csv", sep=",", row.names=1, header=TRUE) > # Get groups information > groups<-data[,1] > # Remove groups for data processing > lda_data<-data[,-1] > # Replace any missing values (see Notes) > l...
2011 Jun 21
1
(no subject)
...; # > tryCatch(library(MASS), error=function(err) + # if this produces an error: + install.packages("MASS",repos="http://cran.ms.unimelb.edu.au/")) > > # > # Prepare the data matrix > # > # Read in the .csv file > data<-read.csv("C:/Users/nadya/Desktop/praktikal UTM/TASK2/new(40data)S2 100 >EMS EPI 300-399.csv", sep=",", row.names=1, header=TRUE) > # Get groups information > groups<-data[,1] > # Remove groups for data processing > lda_data<-data[,-1] > # Replace any missing values (see Notes) > l...
2011 Jun 30
2
volcano plot.r
...Output:    Plots log2(fold change) vs log10(t-test P-value) # #    Notes:    Group value for control must be alphanumerically first #              Script will return an error if there are more than 2 groups # #    Load the data matrix # # Read in the .csv file data<-read.csv("file:///Users/nadya/Desktop/praktikal UTM/TASKS1/RT BE EMS 300-399.csv", sep=",", row.names=1, header=TRUE) # Get groups information groups<-data[,1] # Get levels for groups grp_levs<-levels(groups) if (length(levels(groups)) > 2)     print("Number of groups is greater than 2!") else...
2006 Mar 14
0
MCMCpack Ordinal Probit Help
...0.61, -0.29, 0.91, -0.82, 1.34, 0.68, 0.57, 0.09, 0.5), mcmc=10000) Here is the error: Error in polr(ordered(Y) ~ new.X) : attempt for find suitable starting values failed I don't understand why it cannot find suitable starting values if I have specified those in beta.start(). Thanks a lot, Nadya Toskova PhD Student in Marketing
2003 Oct 31
14
help please
can someone please tell me why everyone else can connect to my samba server but me? I mean I even went as far as installing a new OS ("down-graded" back to win2k). I really need help trying to figure out why. If someone can help me in figuring that out, please let me know. And by the way...I already tried the router thing....same issue. So the router doesnt matter because I disabled the
2015 Aug 31
4
Samba AD PDC , LDAP and Single-Sign-On (was: re: Samba Internal DNS vs. BIND_DLZ)
On Thu, 27 Aug 2015 23:03:39 -0400 Robert Moskowitz <rgm at htt-consult.com> wrote: > > On 08/27/2015 08:45 PM, Jim Seymour wrote: > > On Thu, 27 Aug 2015 17:00:28 -0400 > > Robert Moskowitz <rgm at htt-consult.com> wrote: > > > >> Ah, LDAP is included within Samba, I find. Don't install provided > >> one... [snip] > > >
2011 Jun 20
2
(no subject)
HELLO, anybody... could you help me to check the below coding for volcano. what is the mistake? what the plot could not display? # volcano_plot.r # # Author: Amsha Nahid, Jairus Bowne, Gerard Murray # Purpose: Produces a volcano plot # # Input: Data matrix as specified in Data-matrix-format.pdf # Output: Plots log2(fold change) vs log10(t-test P-value) # #
2011 Jun 30
0
help with interpreting what nnet() output gives:
...Output: ? ?Plots log2(fold change) vs log10(t-test P-value) # # ? ?Notes: ? ?Group value for control must be alphanumerically first # ? ? ? ? ? ? ?Script will return an error if there are more than 2 groups # # ? ?Load the data matrix # # Read in the .csv file data<-read.csv("file:///Users/nadya/Desktop/praktikal UTM/TASKS1/RT BE EMS 300-399.csv", sep=",", row.names=1, header=TRUE) # Get groups information groups<-data[,1] # Get levels for groups grp_levs<-levels(groups) if (length(levels(groups)) > 2) ? ? print("Number of groups is greater than 2!") else...