home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / True_(not_2080698252007.psc / Form / ChiSquared.frm < prev    next >
Text File  |  2007-08-24  |  2KB  |  68 lines

  1. VERSION 5.00
  2. Begin VB.Form ChiSquared 
  3.    BackColor       =   &H00ADDEDE&
  4.    BorderStyle     =   4  'Fixed ToolWindow
  5.    Caption         =   "Chi Square Table"
  6.    ClientHeight    =   5640
  7.    ClientLeft      =   45
  8.    ClientTop       =   315
  9.    ClientWidth     =   9945
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    Picture         =   "ChiSquared.frx":0000
  14.    ScaleHeight     =   5640
  15.    ScaleWidth      =   9945
  16.    ShowInTaskbar   =   0   'False
  17.    StartUpPosition =   2  'CenterScreen
  18.    Begin VB.Label Label1 
  19.       Alignment       =   2  'Center
  20.       BackStyle       =   0  'Transparent
  21.       Caption         =   "A ChiSQ less than 3.84 is insignificant and Ho is not rejected ==> The data is entirely Random"
  22.       BeginProperty Font 
  23.          Name            =   "MS Sans Serif"
  24.          Size            =   9.75
  25.          Charset         =   0
  26.          Weight          =   700
  27.          Underline       =   0   'False
  28.          Italic          =   0   'False
  29.          Strikethrough   =   0   'False
  30.       EndProperty
  31.       ForeColor       =   &H000000FF&
  32.       Height          =   375
  33.       Index           =   1
  34.       Left            =   120
  35.       TabIndex        =   1
  36.       Top             =   5280
  37.       Width           =   9855
  38.    End
  39.    Begin VB.Label Label1 
  40.       Alignment       =   2  'Center
  41.       BackStyle       =   0  'Transparent
  42.       Caption         =   "Ho: The Null Hypothesis is that the results occur by chance only (are Random)"
  43.       BeginProperty Font 
  44.          Name            =   "MS Sans Serif"
  45.          Size            =   9.75
  46.          Charset         =   0
  47.          Weight          =   700
  48.          Underline       =   0   'False
  49.          Italic          =   0   'False
  50.          Strikethrough   =   0   'False
  51.       EndProperty
  52.       Height          =   375
  53.       Index           =   0
  54.       Left            =   0
  55.       TabIndex        =   0
  56.       Top             =   4920
  57.       Width           =   9975
  58.    End
  59. End
  60. Attribute VB_Name = "ChiSquared"
  61. Attribute VB_GlobalNameSpace = False
  62. Attribute VB_Creatable = False
  63. Attribute VB_PredeclaredId = True
  64. Attribute VB_Exposed = False
  65. Private Sub Form_Unload(Cancel As Integer)
  66. Set ChiSquared = Nothing
  67. End Sub
  68.